-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nextcloud bot <[email protected]>
- Loading branch information
1 parent
26a4d73
commit 05ec2fa
Showing
14 changed files
with
236 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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;"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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;" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.