Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions resources/src/main/res/values-in-rID/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1165,6 +1165,8 @@
<string name="template_exec_error_write">Gagal menulis file output: %1$s %2$s</string>
<string name="template_exec_error_copy">Gagal menyalin entri biner: %1$s %2$s</string>
<string name="template_exec_error_process">Gagal memproses entri template: %1$s %2$s</string>
<string name="template_exec_error_terminated">Pembuatan proyek dihentikan: %1$s\n\nProyek yang belum selesai telah dihapus. Perbaiki file template yang disebutkan di atas (atau pilih template lain), lalu coba lagi.</string>
<string name="template_exec_warn_cleanup_failed">Tidak dapat menghapus proyek yang belum selesai di %1$s. Hapus secara manual sebelum mencoba lagi.</string>

<string name="template_exec_warn_map_appname">appName tidak ditemukan, menggunakan default %1$s</string>
<string name="template_exec_warn_map_pkgname">packageName tidak ditemukan, menggunakan default %1$s</string>
Expand Down
2 changes: 2 additions & 0 deletions resources/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1348,6 +1348,8 @@
<string name="template_exec_error_write">Failed writing output file: %1$s %2$s</string>
<string name="template_exec_error_copy">Failed copying binary entry: %1$s %2$s</string>
<string name="template_exec_error_process">Failed to process template entry: %1$s %2$s</string>
<string name="template_exec_error_terminated">Project creation stopped: %1$s\n\nThe incomplete project was removed. Fix the template file mentioned above (or choose a different template) and try again.</string>
<string name="template_exec_warn_cleanup_failed">Could not remove the incomplete project at %1$s. Delete it manually before trying again.</string>

<string name="template_exec_warn_map_appname">Missing appName, defaulted to %1$s</string>
<string name="template_exec_warn_map_pkgname">Missing packageName, defaulted to %1$s</string>
Expand Down
Loading
Loading