Skip to content

Commit

Permalink
Automatic translation import
Browse files Browse the repository at this point in the history
Change-Id: Id925b97d401c11b106f73b33bafa2e7021d24c52
  • Loading branch information
lineageos-gerrit committed Jun 1, 2024
1 parent 5b58d95 commit 8346104
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions app/src/main/res/values-in/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,59 @@
<string name="app_name">Galeri</string>
<string name="app_permissions_toast">Izin tidak diberikan oleh pengguna</string>
<string name="albums_title">Album</string>
<string name="search_title">Cari</string>
<string name="categories_title">Kategori</string>
<string name="album_favorites">Favorit</string>
<string name="album_trash">Sampah</string>
<string name="album_videos">Video</string>
<plurals name="album_thumbnail_items">
<item quantity="other">%d item</item>
</plurals>
<plurals name="delete_file_forever_confirm_message">
<item quantity="other">Apakah Anda yakin ingin menghapus file ini secara permanen?</item>
</plurals>
<plurals name="delete_file_forever_successful">
<item quantity="other">File dihapus secara permanen</item>
</plurals>
<plurals name="delete_file_forever_unsuccessful">
<item quantity="other">File tidak dapat dihapus secara permanen</item>
</plurals>
<plurals name="move_file_to_trash_confirm_message">
<item quantity="other">Apakah Anda yakin ingin memindahkan satu file ke sampah?</item>
</plurals>
<plurals name="move_file_to_trash_successful">
<item quantity="other">File dipindahkan ke sampah</item>
</plurals>
<plurals name="move_file_to_trash_unsuccessful">
<item quantity="other">File tidak dapat dipindahkan ke sampah</item>
</plurals>
<plurals name="restore_file_from_trash_confirm_message">
<item quantity="other">Apakah Anda yakin ingin memulihkan satu file dari sampah?</item>
</plurals>
<plurals name="restore_file_from_trash_successful">
<item quantity="other">File dipulihkan dari sampah</item>
</plurals>
<plurals name="restore_file_from_trash_unsuccessful">
<item quantity="other">File tidak dapat dipulihkan dari sampah</item>
</plurals>
<string name="media_info_unknown">Tak dikenal</string>
<string name="media_info_add_description_hint">Tambahkan deskripsi</string>
<string name="media_info_location_loading_placeholder">Memuat...</string>
<string name="intent_media_not_found">Media tidak ditemukan</string>
<string name="file_action_move_to_trash">Pindah ke sampah</string>
<string name="file_action_remove_from_favorites">Hapus dari favorit</string>
<string name="file_action_restore_from_trash">Pulihkan dari sampah</string>
<string name="file_action_share">Bagikan</string>
<string name="file_action_use_as">Gunakan sebagai</string>
<string name="file_action_undo_action">Urungkan</string>
<plurals name="thumbnail_selection_count">
<item quantity="other">%d dipilih</item>
</plurals>
<string name="pick_a_photo">Pilih foto</string>
<string name="pick_a_video">Pilih video</string>
<string name="pick_a_media">Pilih media</string>
<string name="picker_done">Selesai</string>
<string name="set_wallpaper_label">Wallpaper</string>
<string name="set_wallpaper">Atur wallpaper</string>
<string name="set_wallpaper_home_screen">Layar beranda</string>
</resources>

0 comments on commit 8346104

Please sign in to comment.