diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-08-13 02:26:45 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-08-13 02:26:45 +0000 |
commit | a822e88d24904b3e1a18d12454273f60bf23452b (patch) | |
tree | e1a5abe7df425ac9172a8a522b7a5beb4e61464f /apps/dashboard | |
parent | 5ce9276230ce4a3db916c55adb5d753ea12ab8e9 (diff) | |
download | nextcloud-server-a822e88d24904b3e1a18d12454273f60bf23452b.tar.gz nextcloud-server-a822e88d24904b3e1a18d12454273f60bf23452b.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dashboard')
-rw-r--r-- | apps/dashboard/l10n/id.js | 35 | ||||
-rw-r--r-- | apps/dashboard/l10n/id.json | 33 |
2 files changed, 68 insertions, 0 deletions
diff --git a/apps/dashboard/l10n/id.js b/apps/dashboard/l10n/id.js new file mode 100644 index 00000000000..42a04a45f1f --- /dev/null +++ b/apps/dashboard/l10n/id.js @@ -0,0 +1,35 @@ +OC.L10N.register( + "dashboard", + { + "Dashboard" : "Dasbor", + "Dashboard app" : "Aplikasi dasbor", + "Show something" : "Tunjukkan sesuatu", + "Customize" : "Sesuaikan", + "Edit widgets" : "Edit widget", + "Get more widgets from the App Store" : "Dapatkan lebih banyak widget dari App Store", + "Change background image" : "Ubah gambar latar belakang", + "Weather service" : "Layanan cuaca", + "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Untuk privasi Anda, data cuaca diminta oleh server Nextcloud Anda atas nama Anda sehingga layanan cuaca tidak menerima informasi pribadi.", + "Weather data from Met.no" : "Data cuaca dari Met.no", + "geocoding with Nominatim" : "Secara khusus, dengan geocoding", + "elevation data from OpenTopoData" : "data ketinggian dari OpenTopoData", + "Weather" : "Cuaca", + "Status" : "Status", + "Good morning" : "Selamat pagi", + "Good morning, {name}" : "Selamat pagi, {name}", + "Good afternoon" : "Selamat siang", + "Good afternoon, {name}" : "Selamat siang, {name}", + "Good evening" : "Selamat malam", + "Good evening, {name}" : "Selamat malam, {name}", + "Hello" : "Halo", + "Hello, {name}" : "Halo, {name}", + "Pick from Files" : "Pilih dari File", + "Default images" : "Gambar bawaan", + "Plain background" : "Latar belakang polos", + "Insert from {productName}" : "Sisipkan dari {productName}", + "Get more widgets from the app store" : "Dapatkan lebih banyak widget dari app store", + "Good night, {name}" : "Selamat malam, {name}", + "Good night" : "Selamat malam", + "Pick from files" : "Pilih dari file" +}, +"nplurals=1; plural=0;"); diff --git a/apps/dashboard/l10n/id.json b/apps/dashboard/l10n/id.json new file mode 100644 index 00000000000..98afc590d16 --- /dev/null +++ b/apps/dashboard/l10n/id.json @@ -0,0 +1,33 @@ +{ "translations": { + "Dashboard" : "Dasbor", + "Dashboard app" : "Aplikasi dasbor", + "Show something" : "Tunjukkan sesuatu", + "Customize" : "Sesuaikan", + "Edit widgets" : "Edit widget", + "Get more widgets from the App Store" : "Dapatkan lebih banyak widget dari App Store", + "Change background image" : "Ubah gambar latar belakang", + "Weather service" : "Layanan cuaca", + "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Untuk privasi Anda, data cuaca diminta oleh server Nextcloud Anda atas nama Anda sehingga layanan cuaca tidak menerima informasi pribadi.", + "Weather data from Met.no" : "Data cuaca dari Met.no", + "geocoding with Nominatim" : "Secara khusus, dengan geocoding", + "elevation data from OpenTopoData" : "data ketinggian dari OpenTopoData", + "Weather" : "Cuaca", + "Status" : "Status", + "Good morning" : "Selamat pagi", + "Good morning, {name}" : "Selamat pagi, {name}", + "Good afternoon" : "Selamat siang", + "Good afternoon, {name}" : "Selamat siang, {name}", + "Good evening" : "Selamat malam", + "Good evening, {name}" : "Selamat malam, {name}", + "Hello" : "Halo", + "Hello, {name}" : "Halo, {name}", + "Pick from Files" : "Pilih dari File", + "Default images" : "Gambar bawaan", + "Plain background" : "Latar belakang polos", + "Insert from {productName}" : "Sisipkan dari {productName}", + "Get more widgets from the app store" : "Dapatkan lebih banyak widget dari app store", + "Good night, {name}" : "Selamat malam, {name}", + "Good night" : "Selamat malam", + "Pick from files" : "Pilih dari file" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file |