1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-12-28 22:01:31 +00:00
syncthing-android/src/main/res/values-in/strings.xml

145 lines
6.9 KiB
XML
Raw Normal View History

2014-10-14 13:24:01 +00:00
<?xml version='1.0' encoding='UTF-8'?>
2014-12-10 17:28:10 +00:00
<resources>
2015-07-07 21:53:51 +00:00
<string name="app_name">Syncthing</string>
<string name="app_description">Terbuka, dapat dipercaya dan terdesentralisasi aplikasi sinkronisasi berkas</string>
2014-10-14 13:24:01 +00:00
<!--MainActivity-->
<!--Title of the "add folder" menu action-->
2015-07-07 21:53:51 +00:00
<string name="add_folder">Tambah Folder</string>
2014-10-14 13:24:01 +00:00
<!--Title of the "share device id" menu action-->
2015-07-07 21:53:51 +00:00
<string name="share_device_id">Bagikan ID Perangkat</string>
2014-10-14 13:24:01 +00:00
<!--Shown in the chooser dialog when sharing a Device ID-->
2015-07-07 21:53:51 +00:00
<string name="send_device_id_to">Kirim ID Perangkat ke</string>
2014-10-14 13:24:01 +00:00
<!--Text for FoldersFragment and DevicesFragment loading view-->
2015-07-07 21:53:51 +00:00
<string name="api_loading">Memuat...</string>
<string name="usage_reporting_dialog_title">Perbolehkan Pelaporan Penggunaan Anonim?</string>
<string name="yes">Ya</string>
<string name="no">Tidak</string>
2014-10-14 13:24:01 +00:00
<!--FoldersFragment-->
2015-07-07 21:53:51 +00:00
<string name="folders_fragment_title">Folder</string>
2014-10-14 13:24:01 +00:00
<!--Shown if no folders exist-->
2015-07-07 21:53:51 +00:00
<string name="folder_list_empty">Folder tidak ditemukan</string>
2014-10-14 13:24:01 +00:00
<!--Format string for folder file count-->
2015-07-07 21:53:51 +00:00
<string name="files">%1$d / %2$d Berkas</string>
2014-10-14 13:24:01 +00:00
<!--DevicesFragment-->
2015-07-07 21:53:51 +00:00
<string name="devices_fragment_title">Perangkat</string>
2014-10-14 13:24:01 +00:00
<!--Shown if no devices exist-->
2015-07-07 21:53:51 +00:00
<string name="devices_list_empty">Tidak ada perangkat yang ditemukan</string>
2014-10-14 13:24:01 +00:00
<!--Indicates that a folder is fully synced to the local device-->
2015-07-07 21:53:51 +00:00
<string name="device_up_to_date">Terbaru</string>
2014-10-14 13:24:01 +00:00
<!--Indicates that the device is currently syncing. Parameter is sync percentage-->
2015-07-07 21:53:51 +00:00
<string name="device_syncing">Sinkronisasi (%1$d%%)</string>
2014-10-14 13:24:01 +00:00
<!--Indicates that there is no connection to the device-->
2015-07-07 21:53:51 +00:00
<string name="device_disconnected">Terputus</string>
2014-10-14 13:24:01 +00:00
<!--Title for current download rate-->
2015-07-07 21:53:51 +00:00
<string name="download_title">Unduhan</string>
2014-10-14 13:24:01 +00:00
<!--Title for current upload rate-->
2015-07-07 21:53:51 +00:00
<string name="upload_title">Unggah</string>
2015-03-08 22:33:20 +00:00
<!--DrawerFragment-->
2014-10-14 13:24:01 +00:00
<!--Same as download_title with a colon and space appended-->
2015-07-07 21:53:51 +00:00
<string name="download_title_colon">Unduhan:\u0020</string>
2014-10-14 13:24:01 +00:00
<!--Same as upload_title with a colon and space appended-->
2015-07-07 21:53:51 +00:00
<string name="upload_title_colon">Unggah:\u0020</string>
2014-10-14 13:24:01 +00:00
<!--Title for current CPU usage-->
2015-07-07 21:53:51 +00:00
<string name="cpu_usage">Penggunaan CPU</string>
2014-10-14 13:24:01 +00:00
<!--Title for current RAM usage-->
2015-07-07 21:53:51 +00:00
<string name="ram_usage">Penggunaan RAM</string>
2014-10-14 13:24:01 +00:00
<!--Title for announce server status-->
2015-07-07 21:53:51 +00:00
<string name="announce_server">Server Penyiaran</string>
2015-03-08 22:33:20 +00:00
<!--Menu item to donate-->
2016-04-03 19:08:22 +00:00
<string name="donate_title">Donasi</string>
2014-10-14 13:24:01 +00:00
<!--FolderSettingsFragment-->
<!--Setting title-->
2015-07-07 21:53:51 +00:00
<string name="folder_id">ID Folder</string>
2014-10-14 13:24:01 +00:00
<!--Setting title-->
2015-07-07 21:53:51 +00:00
<string name="directory">Direktori</string>
2014-10-14 13:24:01 +00:00
<!--Setting title-->
2015-07-07 21:53:51 +00:00
<string name="folder_master">Folder Master</string>
2014-10-14 13:24:01 +00:00
<!--Setting title-->
2015-07-07 21:53:51 +00:00
<string name="devices">Perangkat</string>
2014-10-14 13:24:01 +00:00
<!--Setting title-->
<!--Setting title-->
<!--Title for FolderSettingsFragment in create mode-->
<!--Title for FolderSettingsFragment in edit mode-->
<!--Menu item to confirm folder creation-->
<!--Dialog shown when attempting to remove a folder-->
<!--Toast shown when trying to create a folder with an empty ID-->
2014-10-14 13:24:01 +00:00
<!--Toast shown when trying to create a folder with an empty path-->
2015-11-10 22:12:30 +00:00
<!--Dialog shown before config export-->
<!--Dialog shown before config import-->
2014-10-14 13:24:01 +00:00
<!--DeviceSettingsFragment-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
2015-04-05 22:25:59 +00:00
<!--Strings representing compression options-->
2014-10-14 13:24:01 +00:00
<!--Setting title-->
<!--ActionBar item-->
<!--Menu item to confirm adding a device-->
<!--Title for DeviceSettingsFragment in edit mode-->
<!--Dialog shown when attempting to remove a device-->
2014-10-14 13:24:01 +00:00
<!--Toast shown when trying to create a device with an empty ID-->
<!--Content description for device ID qr code icon-->
2015-11-10 22:12:30 +00:00
<!--Toast show if we could not get root permissions-->
2014-10-14 13:24:01 +00:00
<!--WebGuiActivity-->
<!--Title of the web gui activity-->
<!--Text for WebGuiActivity loading view-->
<!--Shown instead of web_gui_loading if the key does not exist and has to be created-->
<!--Title for dialog displayed on first start-->
<!--Text for dialog displayed on first start-->
<!--SettingsFragment-->
<!--Activity title-->
<!--Preference title-->
<!--Preference summary in case it is enabled-->
<!--Preference summary in case it is disabled-->
2015-07-07 21:53:51 +00:00
<string name="category_syncthing">Syncthing</string>
2015-03-14 14:13:51 +00:00
<!--Toast shown after config was successfully exported-->
<!--Toast shown after config was successfully imported-->
<!--Toast shown after config was successfully imported-->
2014-10-14 13:24:01 +00:00
<!--Title for the preference to set STTRACE parameters-->
2015-05-15 18:51:29 +00:00
<!--Toast after entering invalid STTRACE params-->
<!--Toast after entering invalid username-->
<!--Toast after entering invalid password-->
<!--Title for the preference to reset Syncthing indexes-->
<!--Syncthing was reset-->
<!--Syncthing was reset-->
<!--Settings item that opens the log activity-->
<!--Summary for the log activity-->
2014-10-14 13:24:01 +00:00
<!--Settings item that opens issue tracker-->
<!--Summary for the issue tracker settings item-->
<!--URL of the issue tracker-->
<!--Title of the preference showing upstream version name-->
<!--Title of the preference showing this app's version name-->
<!--FolderPickerAcitivity-->
<!--Activity title-->
2015-03-14 14:13:51 +00:00
<!--Toast shown on devices with kitkat or higher-->
2014-10-14 13:24:01 +00:00
<!--ListView empty text-->
<!--Menu item to create folder on the file system-->
<!--Menu item to select the current folder-->
2015-05-15 18:51:29 +00:00
<!--LogActivity-->
<!--Title of the "log" activity-->
<!--Title of the "log android" menu button-->
<!--Title of the "log Syncthing" menu button-->
<!--Title of the "share log" menu button-->
2014-10-14 13:24:01 +00:00
<!--SyncthingService-->
<!--Title of the "syncthing disabled" dialog-->
<!--Message of the "syncthing disabled" dialog-->
<!--Button text on the "syncthing disabled" dialog-->
<!--Button text on the "syncthing disabled" dialog, used as menu item to stop syncthing service if "always_run_in_background" is true-->
<!--Title of the notification shown while syncthing is running and enabled-->
2015-05-24 10:48:33 +00:00
<!--Toast shown if folder observer fails to traverse a folder-->
2015-06-19 17:28:57 +00:00
<!--Toast shown if syncthing failed to create a config-->
2015-07-07 21:53:51 +00:00
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
2014-10-14 13:24:01 +00:00
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
2015-06-15 14:59:58 +00:00
<!--Text for positive button in restart dialog-->
2014-10-14 13:24:01 +00:00
<!--Text for the dismiss button of the restart Activity-->
2015-06-15 14:59:58 +00:00
<!--Text of the notification shown when a restart is needed-->
2014-10-14 13:24:01 +00:00
<!--Shown when a device ID is copied to the clipboard-->
<!--Strings representing units for file sizes, from smallest to largest-->
<!--Strings representing units for transfer rates, from smallest to largest-->
<!--Possible folder states-->
<string name="state_syncing">Sinkronisasi (%1$d%%)</string>
2016-02-20 15:51:14 +00:00
<!--Format string for folder size, eg "500 MiB / 1 GiB"-->
2014-10-14 13:24:01 +00:00
</resources>