mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
fix(l10n): Update translations from Transifex
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Integration sqlite / changes (push) Waiting to run
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, remoteapi_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, routing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, videoverification_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite-summary (push) Blocked by required conditions
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Integration sqlite / changes (push) Waiting to run
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, remoteapi_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, routing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, videoverification_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite-summary (push) Blocked by required conditions
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
parent
fa6d978fd4
commit
5a7c765fe8
56 changed files with 1320 additions and 18 deletions
|
|
@ -60,6 +60,9 @@ OC.L10N.register(
|
|||
"Date:" : "Tanggal:",
|
||||
"Where:" : "Tempat:",
|
||||
"Description:" : "Deskripsi:",
|
||||
"_%n year_::_%n years_" : ["%n tahun"],
|
||||
"_%n month_::_%n months_" : ["%n bulan"],
|
||||
"_%n day_::_%n days_" : ["%n hari"],
|
||||
"_%n hour_::_%n hours_" : ["%n jam"],
|
||||
"_%n minute_::_%n minutes_" : ["%n menit"],
|
||||
"%s (in %s)" : "%s (dalam %s)",
|
||||
|
|
@ -70,7 +73,19 @@ OC.L10N.register(
|
|||
"Where: %s" : "Di mana: %s",
|
||||
"%1$s via %2$s" : "%1$s melalui %2$s",
|
||||
"In the past on %1$s for the entire day" : "Di masa lalu pada %1$s sepanjang hari",
|
||||
"_In %n minute on %1$s for the entire day_::_In %n minutes on %1$s for the entire day_" : ["Dalam %n menit pada %1$s untuk sepanjang hari"],
|
||||
"_In %n hour on %1$s for the entire day_::_In %n hours on %1$s for the entire day_" : ["Dalam %n jam pada %1$s untuk sepanjang hari"],
|
||||
"_In %n day on %1$s for the entire day_::_In %n days on %1$s for the entire day_" : ["Dalam %n hari pada %1$s untuk sepanjang hari"],
|
||||
"_In %n week on %1$s for the entire day_::_In %n weeks on %1$s for the entire day_" : ["Dalam %n minggu pada %1$s untuk sepanjang hari"],
|
||||
"_In %n month on %1$s for the entire day_::_In %n months on %1$s for the entire day_" : ["Dalam %n bulan pada %1$s untuk sepanjang hari"],
|
||||
"_In %n year on %1$s for the entire day_::_In %n years on %1$s for the entire day_" : ["Dalam %n tahun pada %1$s untuk sepanjang hari"],
|
||||
"In the past on %1$s between %2$s - %3$s" : "Di masa lalu pada %1$s antara %2$s - %3$s",
|
||||
"_In %n minute on %1$s between %2$s - %3$s_::_In %n minutes on %1$s between %2$s - %3$s_" : ["Dalam %n menit pada %1$s antara %2$s - %3$s"],
|
||||
"_In %n hour on %1$s between %2$s - %3$s_::_In %n hours on %1$s between %2$s - %3$s_" : ["Dalam %n jam pada %1$s antara %2$s - %3$s"],
|
||||
"_In %n day on %1$s between %2$s - %3$s_::_In %n days on %1$s between %2$s - %3$s_" : ["Dalam %n hari pada %1$s antara %2$s - %3$s"],
|
||||
"_In %n week on %1$s between %2$s - %3$s_::_In %n weeks on %1$s between %2$s - %3$s_" : ["Dalam %n minggu pada %1$s antara %2$s - %3$s"],
|
||||
"_In %n month on %1$s between %2$s - %3$s_::_In %n months on %1$s between %2$s - %3$s_" : ["Dalam %n bulan pada %1$s antara %2$s - %3$s"],
|
||||
"_In %n year on %1$s between %2$s - %3$s_::_In %n years on %1$s between %2$s - %3$s_" : ["Dalam %n tahun pada %1$s antara %2$s - %3$s"],
|
||||
"Could not generate when statement" : "Tidak dapat membuat pernyataan waktu",
|
||||
"Every Day for the entire day" : "Setiap hari sepanjang hari",
|
||||
"Every Day for the entire day until %1$s" : "Setiap hari sepanjang hari hingga %1$s",
|
||||
|
|
@ -108,8 +123,26 @@ OC.L10N.register(
|
|||
"On specific dates for the entire day until %1$s" : "Pada tanggal tertentu sepanjang hari hingga %1$s",
|
||||
"On specific dates between %1$s - %2$s until %3$s" : "Pada tanggal tertentu antara %1$s - %2$s hingga %3$s",
|
||||
"In the past on %1$s" : "Di masa lalu pada %1$s",
|
||||
"_In %n minute on %1$s_::_In %n minutes on %1$s_" : ["Dalam %n menit pada %1$s"],
|
||||
"_In %n hour on %1$s_::_In %n hours on %1$s_" : ["Dalam %n jam pada %1$s"],
|
||||
"_In %n day on %1$s_::_In %n days on %1$s_" : ["Dalam %n hari pada %1$s"],
|
||||
"_In %n week on %1$s_::_In %n weeks on %1$s_" : ["Dalam %n minggu pada %1$s"],
|
||||
"_In %n month on %1$s_::_In %n months on %1$s_" : ["Dalam %n bulan pada %1$s"],
|
||||
"_In %n year on %1$s_::_In %n years on %1$s_" : ["Dalam %n tahun pada %1$s"],
|
||||
"In the past on %1$s then on %2$s" : "Di masa lalu pada %1$s lalu pada %2$s",
|
||||
"_In %n minute on %1$s then on %2$s_::_In %n minutes on %1$s then on %2$s_" : ["Dalam %n menit pada %1$s kemudian pada %2$s"],
|
||||
"_In %n hour on %1$s then on %2$s_::_In %n hours on %1$s then on %2$s_" : ["Dalam %n jam pada %1$s kemudian pada %2$s"],
|
||||
"_In %n day on %1$s then on %2$s_::_In %n days on %1$s then on %2$s_" : ["Dalam %n hari pada %1$s kemudian pada %2$s"],
|
||||
"_In %n week on %1$s then on %2$s_::_In %n weeks on %1$s then on %2$s_" : ["Dalam %n minggu pada %1$s kemudian pada %2$s"],
|
||||
"_In %n month on %1$s then on %2$s_::_In %n months on %1$s then on %2$s_" : ["Dalam %n bulan pada %1$s kemudian pada %2$s"],
|
||||
"_In %n year on %1$s then on %2$s_::_In %n years on %1$s then on %2$s_" : ["Dalam %n tahun pada %1$s kemudian pada %2$s"],
|
||||
"In the past on %1$s then on %2$s and %3$s" : "Di masa lalu pada %1$s lalu pada %2$s dan %3$s",
|
||||
"_In %n minute on %1$s then on %2$s and %3$s_::_In %n minutes on %1$s then on %2$s and %3$s_" : ["Dalam %n menit pada %1$s kemudian pada %2$s dan %3$s"],
|
||||
"_In %n hour on %1$s then on %2$s and %3$s_::_In %n hours on %1$s then on %2$s and %3$s_" : ["Dalam %n jam pada %1$s kemudian pada %2$s dan %3$s"],
|
||||
"_In %n day on %1$s then on %2$s and %3$s_::_In %n days on %1$s then on %2$s and %3$s_" : ["Dalam %n hari pada %1$s kemudian pada %2$s dan %3$s"],
|
||||
"_In %n week on %1$s then on %2$s and %3$s_::_In %n weeks on %1$s then on %2$s and %3$s_" : ["Dalam %n minggu pada %1$s kemudian pada %2$s dan %3$s"],
|
||||
"_In %n month on %1$s then on %2$s and %3$s_::_In %n months on %1$s then on %2$s and %3$s_" : ["Dalam %n bulan pada %1$s kemudian pada %2$s dan %3$s"],
|
||||
"_In %n year on %1$s then on %2$s and %3$s_::_In %n years on %1$s then on %2$s and %3$s_" : ["Dalam %n tahun pada %1$s kemudian pada %2$s dan %3$s"],
|
||||
"Could not generate next recurrence statement" : "Tidak dapat membuat pernyataan pengulangan berikutnya",
|
||||
"Cancelled: %1$s" : "Dibatalkan: %1$s",
|
||||
"\"%1$s\" has been canceled" : "\"%1$s\" telah dibatalkan",
|
||||
|
|
@ -195,6 +228,7 @@ OC.L10N.register(
|
|||
"Failed to get storage for file" : "Gagal mendapatkan penyimpanan untuk file",
|
||||
"Could not write to final file, canceled by hook" : "Tidak dapat menulis ke file akhir, dibatalkan oleh hook",
|
||||
"Could not write file contents" : "Tidak dapat menulis konten file",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte"],
|
||||
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Kesalahan saat menyalin file ke lokasi tujuan (disalin: %1$s, ukuran file yang diharapkan: %2$s)",
|
||||
"Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side." : "Ukuran file %1$s yang diharapkan adalah %1$s tetapi membaca (dari klien Nextcloud) dan menulis (ke penyimpanan Nextcloud) %2$s. Ini bisa jadi masalah jaringan di sisi pengirim atau masalah saat menulis ke penyimpanan di sisi server.",
|
||||
"Could not rename part file to final file, canceled by hook" : "Tidak dapat mengganti nama file bagian menjadi file akhir, dibatalkan oleh hook",
|
||||
|
|
@ -303,6 +337,36 @@ OC.L10N.register(
|
|||
"Are you accepting the invitation?" : "Apakah Anda menerima undangan ini?",
|
||||
"Tentative" : "Tentatif",
|
||||
"Your attendance was updated successfully." : "Kehadiran Anda berhasil diperbarui.",
|
||||
"_In a minute on %1$s for the entire day_::_In %n minutes on %1$s for the entire day_" : ["Dalam %n menit pada %1$s untuk sepanjang hari"],
|
||||
"_In a hour on %1$s for the entire day_::_In %n hours on %1$s for the entire day_" : ["Dalam %n jam pada %1$s untuk sepanjang hari"],
|
||||
"_In a day on %1$s for the entire day_::_In %n days on %1$s for the entire day_" : ["Dalam %n hari pada %1$s untuk sepanjang hari"],
|
||||
"_In a week on %1$s for the entire day_::_In %n weeks on %1$s for the entire day_" : ["Dalam %n minggu pada %1$s untuk sepanjang hari"],
|
||||
"_In a month on %1$s for the entire day_::_In %n months on %1$s for the entire day_" : ["Dalam %n bulan pada %1$s untuk sepanjang hari"],
|
||||
"_In a year on %1$s for the entire day_::_In %n years on %1$s for the entire day_" : ["Dalam %n tahun pada %1$s untuk sepanjang hari"],
|
||||
"_In a minute on %1$s between %2$s - %3$s_::_In %n minutes on %1$s between %2$s - %3$s_" : ["Dalam %n menit pada %1$s antara %2$s - %3$s"],
|
||||
"_In a hour on %1$s between %2$s - %3$s_::_In %n hours on %1$s between %2$s - %3$s_" : ["Dalam %n jam pada %1$s antara %2$s - %3$s"],
|
||||
"_In a day on %1$s between %2$s - %3$s_::_In %n days on %1$s between %2$s - %3$s_" : ["Dalam %n hari pada %1$s antara %2$s - %3$s"],
|
||||
"_In a week on %1$s between %2$s - %3$s_::_In %n weeks on %1$s between %2$s - %3$s_" : ["Dalam %n minggu pada %1$s antara %2$s - %3$s"],
|
||||
"_In a month on %1$s between %2$s - %3$s_::_In %n months on %1$s between %2$s - %3$s_" : ["Dalam %n bulan pada %1$s antara %2$s - %3$s"],
|
||||
"_In a year on %1$s between %2$s - %3$s_::_In %n years on %1$s between %2$s - %3$s_" : ["Dalam %n tahun pada %1$s antara %2$s - %3$s"],
|
||||
"_In a minute on %1$s_::_In %n minutes on %1$s_" : ["Dalam %n menit pada %1$s"],
|
||||
"_In a hour on %1$s_::_In %n hours on %1$s_" : ["Dalam %n jam pada %1$s"],
|
||||
"_In a day on %1$s_::_In %n days on %1$s_" : ["Dalam %n hari pada %1$s"],
|
||||
"_In a week on %1$s_::_In %n weeks on %1$s_" : ["Dalam %n minggu pada %1$s"],
|
||||
"_In a month on %1$s_::_In %n months on %1$s_" : ["Dalam %n bulan pada %1$s"],
|
||||
"_In a year on %1$s_::_In %n years on %1$s_" : ["Dalam %n tahun pada %1$s"],
|
||||
"_In a minute on %1$s then on %2$s_::_In %n minutes on %1$s then on %2$s_" : ["Dalam %n menit pada %1$s kemudian pada %2$s"],
|
||||
"_In a hour on %1$s then on %2$s_::_In %n hours on %1$s then on %2$s_" : ["Dalam %n jam pada %1$s kemudian pada %2$s"],
|
||||
"_In a day on %1$s then on %2$s_::_In %n days on %1$s then on %2$s_" : ["Dalam %n hari pada %1$s kemudian pada %2$s"],
|
||||
"_In a week on %1$s then on %2$s_::_In %n weeks on %1$s then on %2$s_" : ["Dalam %n minggu pada %1$s kemudian pada %2$s"],
|
||||
"_In a month on %1$s then on %2$s_::_In %n months on %1$s then on %2$s_" : ["Dalam %n bulan pada %1$s kemudian pada %2$s"],
|
||||
"_In a year on %1$s then on %2$s_::_In %n years on %1$s then on %2$s_" : ["Dalam %n tahun pada %1$s kemudian pada %2$s"],
|
||||
"_In a minute on %1$s then on %2$s and %3$s_::_In %n minutes on %1$s then on %2$s and %3$s_" : ["Dalam %n menit pada %1$s kemudian pada %2$s dan %3$s"],
|
||||
"_In a hour on %1$s then on %2$s and %3$s_::_In %n hours on %1$s then on %2$s and %3$s_" : ["Dalam %n jam pada %1$s kemudian pada %2$s dan %3$s"],
|
||||
"_In a day on %1$s then on %2$s and %3$s_::_In %n days on %1$s then on %2$s and %3$s_" : ["Dalam %n hari pada %1$s kemudian pada %2$s dan %3$s"],
|
||||
"_In a week on %1$s then on %2$s and %3$s_::_In %n weeks on %1$s then on %2$s and %3$s_" : ["Dalam %n minggu pada %1$s kemudian pada %2$s dan %3$s"],
|
||||
"_In a month on %1$s then on %2$s and %3$s_::_In %n months on %1$s then on %2$s and %3$s_" : ["Dalam %n bulan pada %1$s kemudian pada %2$s dan %3$s"],
|
||||
"_In a year on %1$s then on %2$s and %3$s_::_In %n years on %1$s then on %2$s and %3$s_" : ["Dalam %n tahun pada %1$s kemudian pada %2$s dan %3$s"],
|
||||
"Could not open file: %1$s, file does seem to exist" : "Tidak dapat membuka file: %1$s, file tampaknya ada",
|
||||
"Could not open file: %1$s, file doesn't seem to exist" : "Tidak dapat membuka file: %1$s, file tampaknya tidak ada",
|
||||
"No results." : "Tidak ada hasil.",
|
||||
|
|
|
|||
|
|
@ -58,6 +58,9 @@
|
|||
"Date:" : "Tanggal:",
|
||||
"Where:" : "Tempat:",
|
||||
"Description:" : "Deskripsi:",
|
||||
"_%n year_::_%n years_" : ["%n tahun"],
|
||||
"_%n month_::_%n months_" : ["%n bulan"],
|
||||
"_%n day_::_%n days_" : ["%n hari"],
|
||||
"_%n hour_::_%n hours_" : ["%n jam"],
|
||||
"_%n minute_::_%n minutes_" : ["%n menit"],
|
||||
"%s (in %s)" : "%s (dalam %s)",
|
||||
|
|
@ -68,7 +71,19 @@
|
|||
"Where: %s" : "Di mana: %s",
|
||||
"%1$s via %2$s" : "%1$s melalui %2$s",
|
||||
"In the past on %1$s for the entire day" : "Di masa lalu pada %1$s sepanjang hari",
|
||||
"_In %n minute on %1$s for the entire day_::_In %n minutes on %1$s for the entire day_" : ["Dalam %n menit pada %1$s untuk sepanjang hari"],
|
||||
"_In %n hour on %1$s for the entire day_::_In %n hours on %1$s for the entire day_" : ["Dalam %n jam pada %1$s untuk sepanjang hari"],
|
||||
"_In %n day on %1$s for the entire day_::_In %n days on %1$s for the entire day_" : ["Dalam %n hari pada %1$s untuk sepanjang hari"],
|
||||
"_In %n week on %1$s for the entire day_::_In %n weeks on %1$s for the entire day_" : ["Dalam %n minggu pada %1$s untuk sepanjang hari"],
|
||||
"_In %n month on %1$s for the entire day_::_In %n months on %1$s for the entire day_" : ["Dalam %n bulan pada %1$s untuk sepanjang hari"],
|
||||
"_In %n year on %1$s for the entire day_::_In %n years on %1$s for the entire day_" : ["Dalam %n tahun pada %1$s untuk sepanjang hari"],
|
||||
"In the past on %1$s between %2$s - %3$s" : "Di masa lalu pada %1$s antara %2$s - %3$s",
|
||||
"_In %n minute on %1$s between %2$s - %3$s_::_In %n minutes on %1$s between %2$s - %3$s_" : ["Dalam %n menit pada %1$s antara %2$s - %3$s"],
|
||||
"_In %n hour on %1$s between %2$s - %3$s_::_In %n hours on %1$s between %2$s - %3$s_" : ["Dalam %n jam pada %1$s antara %2$s - %3$s"],
|
||||
"_In %n day on %1$s between %2$s - %3$s_::_In %n days on %1$s between %2$s - %3$s_" : ["Dalam %n hari pada %1$s antara %2$s - %3$s"],
|
||||
"_In %n week on %1$s between %2$s - %3$s_::_In %n weeks on %1$s between %2$s - %3$s_" : ["Dalam %n minggu pada %1$s antara %2$s - %3$s"],
|
||||
"_In %n month on %1$s between %2$s - %3$s_::_In %n months on %1$s between %2$s - %3$s_" : ["Dalam %n bulan pada %1$s antara %2$s - %3$s"],
|
||||
"_In %n year on %1$s between %2$s - %3$s_::_In %n years on %1$s between %2$s - %3$s_" : ["Dalam %n tahun pada %1$s antara %2$s - %3$s"],
|
||||
"Could not generate when statement" : "Tidak dapat membuat pernyataan waktu",
|
||||
"Every Day for the entire day" : "Setiap hari sepanjang hari",
|
||||
"Every Day for the entire day until %1$s" : "Setiap hari sepanjang hari hingga %1$s",
|
||||
|
|
@ -106,8 +121,26 @@
|
|||
"On specific dates for the entire day until %1$s" : "Pada tanggal tertentu sepanjang hari hingga %1$s",
|
||||
"On specific dates between %1$s - %2$s until %3$s" : "Pada tanggal tertentu antara %1$s - %2$s hingga %3$s",
|
||||
"In the past on %1$s" : "Di masa lalu pada %1$s",
|
||||
"_In %n minute on %1$s_::_In %n minutes on %1$s_" : ["Dalam %n menit pada %1$s"],
|
||||
"_In %n hour on %1$s_::_In %n hours on %1$s_" : ["Dalam %n jam pada %1$s"],
|
||||
"_In %n day on %1$s_::_In %n days on %1$s_" : ["Dalam %n hari pada %1$s"],
|
||||
"_In %n week on %1$s_::_In %n weeks on %1$s_" : ["Dalam %n minggu pada %1$s"],
|
||||
"_In %n month on %1$s_::_In %n months on %1$s_" : ["Dalam %n bulan pada %1$s"],
|
||||
"_In %n year on %1$s_::_In %n years on %1$s_" : ["Dalam %n tahun pada %1$s"],
|
||||
"In the past on %1$s then on %2$s" : "Di masa lalu pada %1$s lalu pada %2$s",
|
||||
"_In %n minute on %1$s then on %2$s_::_In %n minutes on %1$s then on %2$s_" : ["Dalam %n menit pada %1$s kemudian pada %2$s"],
|
||||
"_In %n hour on %1$s then on %2$s_::_In %n hours on %1$s then on %2$s_" : ["Dalam %n jam pada %1$s kemudian pada %2$s"],
|
||||
"_In %n day on %1$s then on %2$s_::_In %n days on %1$s then on %2$s_" : ["Dalam %n hari pada %1$s kemudian pada %2$s"],
|
||||
"_In %n week on %1$s then on %2$s_::_In %n weeks on %1$s then on %2$s_" : ["Dalam %n minggu pada %1$s kemudian pada %2$s"],
|
||||
"_In %n month on %1$s then on %2$s_::_In %n months on %1$s then on %2$s_" : ["Dalam %n bulan pada %1$s kemudian pada %2$s"],
|
||||
"_In %n year on %1$s then on %2$s_::_In %n years on %1$s then on %2$s_" : ["Dalam %n tahun pada %1$s kemudian pada %2$s"],
|
||||
"In the past on %1$s then on %2$s and %3$s" : "Di masa lalu pada %1$s lalu pada %2$s dan %3$s",
|
||||
"_In %n minute on %1$s then on %2$s and %3$s_::_In %n minutes on %1$s then on %2$s and %3$s_" : ["Dalam %n menit pada %1$s kemudian pada %2$s dan %3$s"],
|
||||
"_In %n hour on %1$s then on %2$s and %3$s_::_In %n hours on %1$s then on %2$s and %3$s_" : ["Dalam %n jam pada %1$s kemudian pada %2$s dan %3$s"],
|
||||
"_In %n day on %1$s then on %2$s and %3$s_::_In %n days on %1$s then on %2$s and %3$s_" : ["Dalam %n hari pada %1$s kemudian pada %2$s dan %3$s"],
|
||||
"_In %n week on %1$s then on %2$s and %3$s_::_In %n weeks on %1$s then on %2$s and %3$s_" : ["Dalam %n minggu pada %1$s kemudian pada %2$s dan %3$s"],
|
||||
"_In %n month on %1$s then on %2$s and %3$s_::_In %n months on %1$s then on %2$s and %3$s_" : ["Dalam %n bulan pada %1$s kemudian pada %2$s dan %3$s"],
|
||||
"_In %n year on %1$s then on %2$s and %3$s_::_In %n years on %1$s then on %2$s and %3$s_" : ["Dalam %n tahun pada %1$s kemudian pada %2$s dan %3$s"],
|
||||
"Could not generate next recurrence statement" : "Tidak dapat membuat pernyataan pengulangan berikutnya",
|
||||
"Cancelled: %1$s" : "Dibatalkan: %1$s",
|
||||
"\"%1$s\" has been canceled" : "\"%1$s\" telah dibatalkan",
|
||||
|
|
@ -193,6 +226,7 @@
|
|||
"Failed to get storage for file" : "Gagal mendapatkan penyimpanan untuk file",
|
||||
"Could not write to final file, canceled by hook" : "Tidak dapat menulis ke file akhir, dibatalkan oleh hook",
|
||||
"Could not write file contents" : "Tidak dapat menulis konten file",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte"],
|
||||
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Kesalahan saat menyalin file ke lokasi tujuan (disalin: %1$s, ukuran file yang diharapkan: %2$s)",
|
||||
"Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side." : "Ukuran file %1$s yang diharapkan adalah %1$s tetapi membaca (dari klien Nextcloud) dan menulis (ke penyimpanan Nextcloud) %2$s. Ini bisa jadi masalah jaringan di sisi pengirim atau masalah saat menulis ke penyimpanan di sisi server.",
|
||||
"Could not rename part file to final file, canceled by hook" : "Tidak dapat mengganti nama file bagian menjadi file akhir, dibatalkan oleh hook",
|
||||
|
|
@ -301,6 +335,36 @@
|
|||
"Are you accepting the invitation?" : "Apakah Anda menerima undangan ini?",
|
||||
"Tentative" : "Tentatif",
|
||||
"Your attendance was updated successfully." : "Kehadiran Anda berhasil diperbarui.",
|
||||
"_In a minute on %1$s for the entire day_::_In %n minutes on %1$s for the entire day_" : ["Dalam %n menit pada %1$s untuk sepanjang hari"],
|
||||
"_In a hour on %1$s for the entire day_::_In %n hours on %1$s for the entire day_" : ["Dalam %n jam pada %1$s untuk sepanjang hari"],
|
||||
"_In a day on %1$s for the entire day_::_In %n days on %1$s for the entire day_" : ["Dalam %n hari pada %1$s untuk sepanjang hari"],
|
||||
"_In a week on %1$s for the entire day_::_In %n weeks on %1$s for the entire day_" : ["Dalam %n minggu pada %1$s untuk sepanjang hari"],
|
||||
"_In a month on %1$s for the entire day_::_In %n months on %1$s for the entire day_" : ["Dalam %n bulan pada %1$s untuk sepanjang hari"],
|
||||
"_In a year on %1$s for the entire day_::_In %n years on %1$s for the entire day_" : ["Dalam %n tahun pada %1$s untuk sepanjang hari"],
|
||||
"_In a minute on %1$s between %2$s - %3$s_::_In %n minutes on %1$s between %2$s - %3$s_" : ["Dalam %n menit pada %1$s antara %2$s - %3$s"],
|
||||
"_In a hour on %1$s between %2$s - %3$s_::_In %n hours on %1$s between %2$s - %3$s_" : ["Dalam %n jam pada %1$s antara %2$s - %3$s"],
|
||||
"_In a day on %1$s between %2$s - %3$s_::_In %n days on %1$s between %2$s - %3$s_" : ["Dalam %n hari pada %1$s antara %2$s - %3$s"],
|
||||
"_In a week on %1$s between %2$s - %3$s_::_In %n weeks on %1$s between %2$s - %3$s_" : ["Dalam %n minggu pada %1$s antara %2$s - %3$s"],
|
||||
"_In a month on %1$s between %2$s - %3$s_::_In %n months on %1$s between %2$s - %3$s_" : ["Dalam %n bulan pada %1$s antara %2$s - %3$s"],
|
||||
"_In a year on %1$s between %2$s - %3$s_::_In %n years on %1$s between %2$s - %3$s_" : ["Dalam %n tahun pada %1$s antara %2$s - %3$s"],
|
||||
"_In a minute on %1$s_::_In %n minutes on %1$s_" : ["Dalam %n menit pada %1$s"],
|
||||
"_In a hour on %1$s_::_In %n hours on %1$s_" : ["Dalam %n jam pada %1$s"],
|
||||
"_In a day on %1$s_::_In %n days on %1$s_" : ["Dalam %n hari pada %1$s"],
|
||||
"_In a week on %1$s_::_In %n weeks on %1$s_" : ["Dalam %n minggu pada %1$s"],
|
||||
"_In a month on %1$s_::_In %n months on %1$s_" : ["Dalam %n bulan pada %1$s"],
|
||||
"_In a year on %1$s_::_In %n years on %1$s_" : ["Dalam %n tahun pada %1$s"],
|
||||
"_In a minute on %1$s then on %2$s_::_In %n minutes on %1$s then on %2$s_" : ["Dalam %n menit pada %1$s kemudian pada %2$s"],
|
||||
"_In a hour on %1$s then on %2$s_::_In %n hours on %1$s then on %2$s_" : ["Dalam %n jam pada %1$s kemudian pada %2$s"],
|
||||
"_In a day on %1$s then on %2$s_::_In %n days on %1$s then on %2$s_" : ["Dalam %n hari pada %1$s kemudian pada %2$s"],
|
||||
"_In a week on %1$s then on %2$s_::_In %n weeks on %1$s then on %2$s_" : ["Dalam %n minggu pada %1$s kemudian pada %2$s"],
|
||||
"_In a month on %1$s then on %2$s_::_In %n months on %1$s then on %2$s_" : ["Dalam %n bulan pada %1$s kemudian pada %2$s"],
|
||||
"_In a year on %1$s then on %2$s_::_In %n years on %1$s then on %2$s_" : ["Dalam %n tahun pada %1$s kemudian pada %2$s"],
|
||||
"_In a minute on %1$s then on %2$s and %3$s_::_In %n minutes on %1$s then on %2$s and %3$s_" : ["Dalam %n menit pada %1$s kemudian pada %2$s dan %3$s"],
|
||||
"_In a hour on %1$s then on %2$s and %3$s_::_In %n hours on %1$s then on %2$s and %3$s_" : ["Dalam %n jam pada %1$s kemudian pada %2$s dan %3$s"],
|
||||
"_In a day on %1$s then on %2$s and %3$s_::_In %n days on %1$s then on %2$s and %3$s_" : ["Dalam %n hari pada %1$s kemudian pada %2$s dan %3$s"],
|
||||
"_In a week on %1$s then on %2$s and %3$s_::_In %n weeks on %1$s then on %2$s and %3$s_" : ["Dalam %n minggu pada %1$s kemudian pada %2$s dan %3$s"],
|
||||
"_In a month on %1$s then on %2$s and %3$s_::_In %n months on %1$s then on %2$s and %3$s_" : ["Dalam %n bulan pada %1$s kemudian pada %2$s dan %3$s"],
|
||||
"_In a year on %1$s then on %2$s and %3$s_::_In %n years on %1$s then on %2$s and %3$s_" : ["Dalam %n tahun pada %1$s kemudian pada %2$s dan %3$s"],
|
||||
"Could not open file: %1$s, file does seem to exist" : "Tidak dapat membuka file: %1$s, file tampaknya ada",
|
||||
"Could not open file: %1$s, file doesn't seem to exist" : "Tidak dapat membuka file: %1$s, file tampaknya tidak ada",
|
||||
"No results." : "Tidak ada hasil.",
|
||||
|
|
|
|||
|
|
@ -42,15 +42,23 @@ OC.L10N.register(
|
|||
"Enable recovery key" : "Enable recovery key",
|
||||
"The recovery key is an additional encryption key used to encrypt files. It is used to recover files from an account if the password is forgotten." : "The recovery key is an additional encryption key used to encrypt files. It is used to recover files from an account if the password is forgotten.",
|
||||
"Recovery key password" : "Recovery key password",
|
||||
"Passwords fields do not match" : "Passwords fields do not match",
|
||||
"Repeat recovery key password" : "Repeat recovery key password",
|
||||
"An error occurred while updating the recovery key settings. Please try again." : "An error occurred while updating the recovery key settings. Please try again.",
|
||||
"Change recovery key password" : "Change recovery key password",
|
||||
"Old recovery key password" : "Old recovery key password",
|
||||
"New recovery key password" : "New recovery key password",
|
||||
"Repeat new recovery key password" : "Repeat new recovery key password",
|
||||
"An error occurred while changing the recovery key password. Please try again." : "An error occurred while changing the recovery key password. Please try again.",
|
||||
"Update private key password" : "Update private key password",
|
||||
"Your private key password no longer matches your log-in password. Set your old private key password to your current log-in password." : "Your private key password no longer matches your log-in password. Set your old private key password to your current log-in password.",
|
||||
"If you do not remember your old password you can ask your administrator to recover your files." : "If you do not remember your old password you can ask your administrator to recover your files.",
|
||||
"Old log-in password" : "Old login password",
|
||||
"Current log-in password" : "Current login password",
|
||||
"Update" : "Update",
|
||||
"Updating recovery keys. This can take some time…" : "Updating recovery keys. This can take some time…",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss",
|
||||
"Enable password recovery" : "Enable password recovery",
|
||||
"Default encryption module" : "Default encryption module",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Encryption app is enabled but your keys are not initialised, please log-out and log-in again",
|
||||
"Basic encryption module" : "Basic encryption module",
|
||||
|
|
|
|||
|
|
@ -40,15 +40,23 @@
|
|||
"Enable recovery key" : "Enable recovery key",
|
||||
"The recovery key is an additional encryption key used to encrypt files. It is used to recover files from an account if the password is forgotten." : "The recovery key is an additional encryption key used to encrypt files. It is used to recover files from an account if the password is forgotten.",
|
||||
"Recovery key password" : "Recovery key password",
|
||||
"Passwords fields do not match" : "Passwords fields do not match",
|
||||
"Repeat recovery key password" : "Repeat recovery key password",
|
||||
"An error occurred while updating the recovery key settings. Please try again." : "An error occurred while updating the recovery key settings. Please try again.",
|
||||
"Change recovery key password" : "Change recovery key password",
|
||||
"Old recovery key password" : "Old recovery key password",
|
||||
"New recovery key password" : "New recovery key password",
|
||||
"Repeat new recovery key password" : "Repeat new recovery key password",
|
||||
"An error occurred while changing the recovery key password. Please try again." : "An error occurred while changing the recovery key password. Please try again.",
|
||||
"Update private key password" : "Update private key password",
|
||||
"Your private key password no longer matches your log-in password. Set your old private key password to your current log-in password." : "Your private key password no longer matches your log-in password. Set your old private key password to your current log-in password.",
|
||||
"If you do not remember your old password you can ask your administrator to recover your files." : "If you do not remember your old password you can ask your administrator to recover your files.",
|
||||
"Old log-in password" : "Old login password",
|
||||
"Current log-in password" : "Current login password",
|
||||
"Update" : "Update",
|
||||
"Updating recovery keys. This can take some time…" : "Updating recovery keys. This can take some time…",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss",
|
||||
"Enable password recovery" : "Enable password recovery",
|
||||
"Default encryption module" : "Default encryption module",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Encryption app is enabled but your keys are not initialised, please log-out and log-in again",
|
||||
"Basic encryption module" : "Basic encryption module",
|
||||
|
|
|
|||
76
apps/federatedfilesharing/l10n/id.js
Normal file
76
apps/federatedfilesharing/l10n/id.js
Normal file
|
|
@ -0,0 +1,76 @@
|
|||
OC.L10N.register(
|
||||
"federatedfilesharing",
|
||||
{
|
||||
"Invalid Federated Cloud ID" : "Federated Cloud ID tidak sah",
|
||||
"Server to server sharing is not enabled on this server" : "Berbagi server ke server tidak diaktifkan pada server ini",
|
||||
"Couldn't establish a federated share." : "Tidak dapat mendirikan pembagian terfederasi.",
|
||||
"Couldn't establish a federated share, maybe the password was wrong." : "Tidak dapat mendirikan pembagian terfederasi, mungkin kata sandi salah.",
|
||||
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Permintaan berbagi terfederasi telah dikirim, Anda akan menerima undangan. Periksa notifikasi Anda.",
|
||||
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Tidak dapat membuat berbagi terfederasi, tampaknya server tujuan federasi terlalu lama (Nextcloud <= 9).",
|
||||
"It is not allowed to send federated group shares from this server." : "Tidak diizinkan mengirim berbagi grup terfederasi dari server ini.",
|
||||
"Sharing %1$s failed, because this item is already shared with the account %2$s" : "Berbagi %1$s gagal, karena item ini sudah dibagikan dengan akun %2$s",
|
||||
"Not allowed to create a federated share to the same account" : "Tidak diizinkan membuat berbagi terfederasi ke akun yang sama",
|
||||
"Federated shares require read permissions" : "Berbagi terfederasi memerlukan izin baca",
|
||||
"File is already shared with %s" : "Berkas sudah dibagikan dengan %s",
|
||||
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Berbagi %1$s gagal, tidak dapat menemukan %2$s, mungkin server saat ini tidak dapat dijangkau atau menggunakan sertifikat yang ditandatangani sendiri.",
|
||||
"Could not find share" : "Tidak dapat mencari pembagian",
|
||||
"Federated sharing" : "Pembagian terfederasi",
|
||||
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Anda menerima {share} sebagai berbagi jauh dari {user} (atas nama {behalf})",
|
||||
"You received {share} as a remote share from {user}" : "Anda menerima {share} sebagai berbagi jauh dari {user}",
|
||||
"Accept" : "Terima",
|
||||
"Decline" : "Tolak",
|
||||
"Federated Cloud Sharing" : "Federated Cloud Sharing",
|
||||
"Sharing" : "Berbagi",
|
||||
"Federated file sharing" : "Berbagi file terfederasi",
|
||||
"Provide federated file sharing across servers" : "Sediakan berbagi file terfederasi antarserver",
|
||||
"Confirm data upload to lookup server" : "Konfirmasi pengunggahan data ke server pencarian",
|
||||
"When enabled, all account properties (e.g. email address) with scope visibility set to \"published\", will be automatically synced and transmitted to an external system and made available in a public, global address book." : "Jika diaktifkan, semua properti akun (mis. alamat email) dengan cakupan visibilitas yang disetel ke \"dipublikasikan\", akan otomatis disinkronkan dan dikirimkan ke sistem eksternal serta disediakan dalam buku alamat publik global.",
|
||||
"Enable data upload" : "Aktifkan pengunggahan data",
|
||||
"Disable upload" : "Nonaktifkan pengunggahan",
|
||||
"Confirm querying lookup server" : "Konfirmasi kueri ke server pencarian",
|
||||
"When enabled, the search input when creating shares will be sent to an external system that provides a public and global address book." : "Jika diaktifkan, input pencarian saat membuat berbagi akan dikirim ke sistem eksternal yang menyediakan buku alamat publik dan global.",
|
||||
"This is used to retrieve the federated cloud ID to make federated sharing easier." : "Ini digunakan untuk mengambil ID cloud terfederasi agar berbagi terfederasi lebih mudah.",
|
||||
"Moreover, email addresses of users might be sent to that system in order to verify them." : "Selain itu, alamat email pengguna mungkin dikirim ke sistem tersebut untuk memverifikasinya.",
|
||||
"Enable querying" : "Aktifkan kueri",
|
||||
"Disable querying" : "Nonaktifkan kueri",
|
||||
"Unable to update federated files sharing config" : "Tidak dapat memperbarui konfigurasi berbagi file terfederasi",
|
||||
"Adjust how people can share between servers. This includes shares between people on this server as well if they are using federated sharing." : "Atur cara orang dapat berbagi antarserver. Ini juga mencakup berbagi antarorang di server ini jika mereka menggunakan berbagi terfederasi.",
|
||||
"Allow people on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Izinkan orang di server ini untuk mengirim berbagi ke server lain (opsi ini juga mengizinkan akses WebDAV ke berbagi publik)",
|
||||
"Allow people on this server to receive shares from other servers" : "Izinkan orang di server ini untuk menerima berbagi dari server lain",
|
||||
"Allow people on this server to send shares to groups on other servers" : "Izinkan orang di server ini untuk mengirim berbagi ke grup di server lain",
|
||||
"Allow people on this server to receive group shares from other servers" : "Izinkan orang di server ini untuk menerima berbagi grup dari server lain",
|
||||
"The lookup server is only available for global scale." : "Server pencarian hanya tersedia untuk skala global.",
|
||||
"Search global and public address book for people" : "Cari orang di buku alamat global dan publik",
|
||||
"Allow people to publish their data to a global and public address book" : "Izinkan orang untuk memublikasikan data mereka ke buku alamat global dan publik",
|
||||
"Trusted federation" : "Federasi tepercaya",
|
||||
"Automatically accept shares from trusted federated accounts and groups by default" : "Terima otomatis berbagi dari akun dan grup terfederasi tepercaya secara default",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID, see {url}" : "Bagikan dengan saya melalui ID Cloud Terfederasi #Nextcloud saya, lihat {url}",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID" : "Dibagikan pada saya melalui #Nextcloud Federated Cloud ID saya",
|
||||
"Share with me via Nextcloud" : "Dibagikan pada saya via Nextcloud",
|
||||
"Cloud ID copied" : "ID Cloud disalin",
|
||||
"Copy" : "Salin",
|
||||
"Clipboard not available. Please copy the cloud ID manually." : "Papan klip tidak tersedia. Silakan salin ID cloud secara manual.",
|
||||
"Copied!" : "Tersalin!",
|
||||
"Federated Cloud" : "Federated Cloud",
|
||||
"You can share with anyone who uses a {productName} server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Anda dapat berbagi dengan siapa pun yang menggunakan server {productName} atau server dan layanan lain yang kompatibel dengan Open Cloud Mesh (OCM)! Cukup masukkan ID Cloud Terfederasi mereka di dialog berbagi. Formatnya seperti [person@cloud.example.com](mailto:person@cloud.example.com)",
|
||||
"Your Federated Cloud ID" : "ID Cloud Terfederasi Anda",
|
||||
"Share it so your friends can share files with you:" : "Bagikan agar teman Anda dapat berbagi file dengan Anda:",
|
||||
"Bluesky" : "Bluesky",
|
||||
"Facebook" : "Facebook",
|
||||
"Mastodon" : "Mastodon",
|
||||
"Add to your website" : "Tambahkan pada situs web Anda",
|
||||
"Share with me via {productName}" : "Bagikan dengan saya melalui {productName}",
|
||||
"HTML Code:" : "Kode HTML:",
|
||||
"Cancel" : "Batalkan",
|
||||
"Add remote share" : "Tambah berbagi remote",
|
||||
"Remote share" : "Berbagi jarak jauh",
|
||||
"Do you want to add the remote share {name} from {owner}@{remote}?" : "Apakah Anda ingin menambahkan pembagian remote {name} dari {owner}@{remote}?",
|
||||
"Remote share password" : "Kata sandi berbagi jarak jauh",
|
||||
"Incoming share could not be processed" : "Berbagi masuk tidak dapat diproses",
|
||||
"Cloud ID copied to the clipboard" : "ID Cloud disalin ke papan klip",
|
||||
"Copy to clipboard" : "Salin ke papan klip",
|
||||
"You can share with anyone who uses a Nextcloud server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Anda dapat berbagi dengan siapa pun yang menggunakan server Nextcloud atau server dan layanan lain yang kompatibel dengan Open Cloud Mesh (OCM)! Cukup masukkan ID Cloud Terfederasi mereka di dialog berbagi. Formatnya seperti [person@cloud.example.com](mailto:person@cloud.example.com)",
|
||||
"X (formerly Twitter)" : "X (sebelumnya Twitter)",
|
||||
"formerly Twitter" : "sebelumnya Twitter"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
74
apps/federatedfilesharing/l10n/id.json
Normal file
74
apps/federatedfilesharing/l10n/id.json
Normal file
|
|
@ -0,0 +1,74 @@
|
|||
{ "translations": {
|
||||
"Invalid Federated Cloud ID" : "Federated Cloud ID tidak sah",
|
||||
"Server to server sharing is not enabled on this server" : "Berbagi server ke server tidak diaktifkan pada server ini",
|
||||
"Couldn't establish a federated share." : "Tidak dapat mendirikan pembagian terfederasi.",
|
||||
"Couldn't establish a federated share, maybe the password was wrong." : "Tidak dapat mendirikan pembagian terfederasi, mungkin kata sandi salah.",
|
||||
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Permintaan berbagi terfederasi telah dikirim, Anda akan menerima undangan. Periksa notifikasi Anda.",
|
||||
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Tidak dapat membuat berbagi terfederasi, tampaknya server tujuan federasi terlalu lama (Nextcloud <= 9).",
|
||||
"It is not allowed to send federated group shares from this server." : "Tidak diizinkan mengirim berbagi grup terfederasi dari server ini.",
|
||||
"Sharing %1$s failed, because this item is already shared with the account %2$s" : "Berbagi %1$s gagal, karena item ini sudah dibagikan dengan akun %2$s",
|
||||
"Not allowed to create a federated share to the same account" : "Tidak diizinkan membuat berbagi terfederasi ke akun yang sama",
|
||||
"Federated shares require read permissions" : "Berbagi terfederasi memerlukan izin baca",
|
||||
"File is already shared with %s" : "Berkas sudah dibagikan dengan %s",
|
||||
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Berbagi %1$s gagal, tidak dapat menemukan %2$s, mungkin server saat ini tidak dapat dijangkau atau menggunakan sertifikat yang ditandatangani sendiri.",
|
||||
"Could not find share" : "Tidak dapat mencari pembagian",
|
||||
"Federated sharing" : "Pembagian terfederasi",
|
||||
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Anda menerima {share} sebagai berbagi jauh dari {user} (atas nama {behalf})",
|
||||
"You received {share} as a remote share from {user}" : "Anda menerima {share} sebagai berbagi jauh dari {user}",
|
||||
"Accept" : "Terima",
|
||||
"Decline" : "Tolak",
|
||||
"Federated Cloud Sharing" : "Federated Cloud Sharing",
|
||||
"Sharing" : "Berbagi",
|
||||
"Federated file sharing" : "Berbagi file terfederasi",
|
||||
"Provide federated file sharing across servers" : "Sediakan berbagi file terfederasi antarserver",
|
||||
"Confirm data upload to lookup server" : "Konfirmasi pengunggahan data ke server pencarian",
|
||||
"When enabled, all account properties (e.g. email address) with scope visibility set to \"published\", will be automatically synced and transmitted to an external system and made available in a public, global address book." : "Jika diaktifkan, semua properti akun (mis. alamat email) dengan cakupan visibilitas yang disetel ke \"dipublikasikan\", akan otomatis disinkronkan dan dikirimkan ke sistem eksternal serta disediakan dalam buku alamat publik global.",
|
||||
"Enable data upload" : "Aktifkan pengunggahan data",
|
||||
"Disable upload" : "Nonaktifkan pengunggahan",
|
||||
"Confirm querying lookup server" : "Konfirmasi kueri ke server pencarian",
|
||||
"When enabled, the search input when creating shares will be sent to an external system that provides a public and global address book." : "Jika diaktifkan, input pencarian saat membuat berbagi akan dikirim ke sistem eksternal yang menyediakan buku alamat publik dan global.",
|
||||
"This is used to retrieve the federated cloud ID to make federated sharing easier." : "Ini digunakan untuk mengambil ID cloud terfederasi agar berbagi terfederasi lebih mudah.",
|
||||
"Moreover, email addresses of users might be sent to that system in order to verify them." : "Selain itu, alamat email pengguna mungkin dikirim ke sistem tersebut untuk memverifikasinya.",
|
||||
"Enable querying" : "Aktifkan kueri",
|
||||
"Disable querying" : "Nonaktifkan kueri",
|
||||
"Unable to update federated files sharing config" : "Tidak dapat memperbarui konfigurasi berbagi file terfederasi",
|
||||
"Adjust how people can share between servers. This includes shares between people on this server as well if they are using federated sharing." : "Atur cara orang dapat berbagi antarserver. Ini juga mencakup berbagi antarorang di server ini jika mereka menggunakan berbagi terfederasi.",
|
||||
"Allow people on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Izinkan orang di server ini untuk mengirim berbagi ke server lain (opsi ini juga mengizinkan akses WebDAV ke berbagi publik)",
|
||||
"Allow people on this server to receive shares from other servers" : "Izinkan orang di server ini untuk menerima berbagi dari server lain",
|
||||
"Allow people on this server to send shares to groups on other servers" : "Izinkan orang di server ini untuk mengirim berbagi ke grup di server lain",
|
||||
"Allow people on this server to receive group shares from other servers" : "Izinkan orang di server ini untuk menerima berbagi grup dari server lain",
|
||||
"The lookup server is only available for global scale." : "Server pencarian hanya tersedia untuk skala global.",
|
||||
"Search global and public address book for people" : "Cari orang di buku alamat global dan publik",
|
||||
"Allow people to publish their data to a global and public address book" : "Izinkan orang untuk memublikasikan data mereka ke buku alamat global dan publik",
|
||||
"Trusted federation" : "Federasi tepercaya",
|
||||
"Automatically accept shares from trusted federated accounts and groups by default" : "Terima otomatis berbagi dari akun dan grup terfederasi tepercaya secara default",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID, see {url}" : "Bagikan dengan saya melalui ID Cloud Terfederasi #Nextcloud saya, lihat {url}",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID" : "Dibagikan pada saya melalui #Nextcloud Federated Cloud ID saya",
|
||||
"Share with me via Nextcloud" : "Dibagikan pada saya via Nextcloud",
|
||||
"Cloud ID copied" : "ID Cloud disalin",
|
||||
"Copy" : "Salin",
|
||||
"Clipboard not available. Please copy the cloud ID manually." : "Papan klip tidak tersedia. Silakan salin ID cloud secara manual.",
|
||||
"Copied!" : "Tersalin!",
|
||||
"Federated Cloud" : "Federated Cloud",
|
||||
"You can share with anyone who uses a {productName} server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Anda dapat berbagi dengan siapa pun yang menggunakan server {productName} atau server dan layanan lain yang kompatibel dengan Open Cloud Mesh (OCM)! Cukup masukkan ID Cloud Terfederasi mereka di dialog berbagi. Formatnya seperti [person@cloud.example.com](mailto:person@cloud.example.com)",
|
||||
"Your Federated Cloud ID" : "ID Cloud Terfederasi Anda",
|
||||
"Share it so your friends can share files with you:" : "Bagikan agar teman Anda dapat berbagi file dengan Anda:",
|
||||
"Bluesky" : "Bluesky",
|
||||
"Facebook" : "Facebook",
|
||||
"Mastodon" : "Mastodon",
|
||||
"Add to your website" : "Tambahkan pada situs web Anda",
|
||||
"Share with me via {productName}" : "Bagikan dengan saya melalui {productName}",
|
||||
"HTML Code:" : "Kode HTML:",
|
||||
"Cancel" : "Batalkan",
|
||||
"Add remote share" : "Tambah berbagi remote",
|
||||
"Remote share" : "Berbagi jarak jauh",
|
||||
"Do you want to add the remote share {name} from {owner}@{remote}?" : "Apakah Anda ingin menambahkan pembagian remote {name} dari {owner}@{remote}?",
|
||||
"Remote share password" : "Kata sandi berbagi jarak jauh",
|
||||
"Incoming share could not be processed" : "Berbagi masuk tidak dapat diproses",
|
||||
"Cloud ID copied to the clipboard" : "ID Cloud disalin ke papan klip",
|
||||
"Copy to clipboard" : "Salin ke papan klip",
|
||||
"You can share with anyone who uses a Nextcloud server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Anda dapat berbagi dengan siapa pun yang menggunakan server Nextcloud atau server dan layanan lain yang kompatibel dengan Open Cloud Mesh (OCM)! Cukup masukkan ID Cloud Terfederasi mereka di dialog berbagi. Formatnya seperti [person@cloud.example.com](mailto:person@cloud.example.com)",
|
||||
"X (formerly Twitter)" : "X (sebelumnya Twitter)",
|
||||
"formerly Twitter" : "sebelumnya Twitter"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
||||
|
|
@ -11,7 +11,18 @@ OC.L10N.register(
|
|||
"Federation" : "Federation",
|
||||
"Federation allows you to connect with other trusted servers to exchange the account directory." : "Federation allows you to connect with other trusted servers to exchange the account directory.",
|
||||
"Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing." : "Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing.",
|
||||
"Could not add trusted server. Please try again later." : "Could not add trusted server. Please try again later.",
|
||||
"Add trusted server" : "Add trusted server",
|
||||
"Server url" : "Server url",
|
||||
"Add" : "Add",
|
||||
"Server ok" : "Server ok",
|
||||
"User list was exchanged at least once successfully with the remote server." : "User list was exchanged at least once successfully with the remote server.",
|
||||
"Server pending" : "Server pending",
|
||||
"Waiting for shared secret or initial user list exchange." : "Waiting for shared secret or initial user list exchange.",
|
||||
"Server access revoked" : "Server access revoked",
|
||||
"Server failure" : "Server failure",
|
||||
"Connection to the remote server failed or the remote server is misconfigured." : "Connection to the remote server failed or the remote server is misconfigured.",
|
||||
"Failed to delete trusted server. Please try again later." : "Failed to delete trusted server. Please try again later.",
|
||||
"Delete" : "Delete",
|
||||
"Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share.",
|
||||
"Each server must validate the other. This process may require a few cron cycles." : "Each server must validate the other. This process may require a few cron cycles.",
|
||||
|
|
|
|||
|
|
@ -9,7 +9,18 @@
|
|||
"Federation" : "Federation",
|
||||
"Federation allows you to connect with other trusted servers to exchange the account directory." : "Federation allows you to connect with other trusted servers to exchange the account directory.",
|
||||
"Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing." : "Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing.",
|
||||
"Could not add trusted server. Please try again later." : "Could not add trusted server. Please try again later.",
|
||||
"Add trusted server" : "Add trusted server",
|
||||
"Server url" : "Server url",
|
||||
"Add" : "Add",
|
||||
"Server ok" : "Server ok",
|
||||
"User list was exchanged at least once successfully with the remote server." : "User list was exchanged at least once successfully with the remote server.",
|
||||
"Server pending" : "Server pending",
|
||||
"Waiting for shared secret or initial user list exchange." : "Waiting for shared secret or initial user list exchange.",
|
||||
"Server access revoked" : "Server access revoked",
|
||||
"Server failure" : "Server failure",
|
||||
"Connection to the remote server failed or the remote server is misconfigured." : "Connection to the remote server failed or the remote server is misconfigured.",
|
||||
"Failed to delete trusted server. Please try again later." : "Failed to delete trusted server. Please try again later.",
|
||||
"Delete" : "Delete",
|
||||
"Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share.",
|
||||
"Each server must validate the other. This process may require a few cron cycles." : "Each server must validate the other. This process may require a few cron cycles.",
|
||||
|
|
|
|||
|
|
@ -319,6 +319,7 @@ OC.L10N.register(
|
|||
"Open online" : "Online öffnen",
|
||||
"Rename" : "Umbenennen",
|
||||
"Details" : "Details",
|
||||
"Open the details sidebar" : "Die Details-Seitenleiste öffnen",
|
||||
"Unfavorite" : "Nicht favorisieren",
|
||||
"View in folder" : "In Ordner anzeigen",
|
||||
"Today" : "Heute",
|
||||
|
|
|
|||
|
|
@ -317,6 +317,7 @@
|
|||
"Open online" : "Online öffnen",
|
||||
"Rename" : "Umbenennen",
|
||||
"Details" : "Details",
|
||||
"Open the details sidebar" : "Die Details-Seitenleiste öffnen",
|
||||
"Unfavorite" : "Nicht favorisieren",
|
||||
"View in folder" : "In Ordner anzeigen",
|
||||
"Today" : "Heute",
|
||||
|
|
|
|||
|
|
@ -319,6 +319,7 @@ OC.L10N.register(
|
|||
"Open online" : "Online öffnen",
|
||||
"Rename" : "Umbenennen",
|
||||
"Details" : "Details",
|
||||
"Open the details sidebar" : "Die Details-Seitenleiste öffnen",
|
||||
"Unfavorite" : "Nicht favorisieren",
|
||||
"View in folder" : "In Ordner anzeigen",
|
||||
"Today" : "Heute",
|
||||
|
|
|
|||
|
|
@ -317,6 +317,7 @@
|
|||
"Open online" : "Online öffnen",
|
||||
"Rename" : "Umbenennen",
|
||||
"Details" : "Details",
|
||||
"Open the details sidebar" : "Die Details-Seitenleiste öffnen",
|
||||
"Unfavorite" : "Nicht favorisieren",
|
||||
"View in folder" : "In Ordner anzeigen",
|
||||
"Today" : "Heute",
|
||||
|
|
|
|||
|
|
@ -319,6 +319,7 @@ OC.L10N.register(
|
|||
"Open online" : "Open online",
|
||||
"Rename" : "Rename",
|
||||
"Details" : "Details",
|
||||
"Open the details sidebar" : "Open the details sidebar",
|
||||
"Unfavorite" : "Unfavourite",
|
||||
"View in folder" : "View in folder",
|
||||
"Today" : "Today",
|
||||
|
|
|
|||
|
|
@ -317,6 +317,7 @@
|
|||
"Open online" : "Open online",
|
||||
"Rename" : "Rename",
|
||||
"Details" : "Details",
|
||||
"Open the details sidebar" : "Open the details sidebar",
|
||||
"Unfavorite" : "Unfavourite",
|
||||
"View in folder" : "View in folder",
|
||||
"Today" : "Today",
|
||||
|
|
|
|||
|
|
@ -116,6 +116,7 @@ OC.L10N.register(
|
|||
"General" : "General",
|
||||
"Sort favorites first" : "Ordenar los favoritos primero",
|
||||
"Sort folders before files" : "Ordenar carpetas antes que archivos",
|
||||
"Enable folder tree view" : "Habilitar la vista del árbol de carpetas",
|
||||
"Default view" : "Vista predeterminada",
|
||||
"All files" : "Todos los archivos",
|
||||
"Personal files" : "Archivos personales",
|
||||
|
|
@ -138,7 +139,10 @@ OC.L10N.register(
|
|||
"Show those shortcuts" : "Mostrar estos atajos",
|
||||
"Warnings" : "Advertencias",
|
||||
"Warn before changing a file extension" : "Advertir antes de cambiar la extensión de un archivo.",
|
||||
"Warn before deleting a file" : "Advertir antes de eliminar un archivo",
|
||||
"WebDAV URL" : "URL de WebDAV",
|
||||
"Create an app password" : "Crear nueva contraseña de app",
|
||||
"Required for WebDAV authentication because Two-Factor Authentication is enabled for this account." : "Necesario para la autenticación WebDAV porque la Autenticación de Dos Factores está habilitada para esta cuenta.",
|
||||
"How to access files using WebDAV" : "Como acceder a los archivos usando WebDAV",
|
||||
"Total rows summary" : "Resumen de filas totales",
|
||||
"Toggle selection for all files and folders" : "Seleccionar/deseleccionar todos los archivos y carpetas",
|
||||
|
|
@ -155,6 +159,8 @@ OC.L10N.register(
|
|||
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Esta lista no se muestra completamente por motivos de rendimiento. Los archivos se mostrarán a medida que navega por la lista.",
|
||||
"File not found" : "No se ha encontrado el archivo",
|
||||
"_{count} selected_::_{count} selected_" : ["{count} seleccionado","{count} seleccionados","{count} seleccionados"],
|
||||
"Search everywhere …" : "Buscar en todas partes …",
|
||||
"Search here …" : "Buscar aquí …",
|
||||
"Search scope options" : "Opciones de alcance de la búsqueda",
|
||||
"Search here" : "Buscar aquí",
|
||||
"Owner" : "Dueño",
|
||||
|
|
@ -174,6 +180,7 @@ OC.L10N.register(
|
|||
"Failed to refresh filename sanitization status." : "Fallo al refrescar el estado del saneamiento de nombres de archivo.",
|
||||
"Filename sanitization in progress." : "Saneamiento de nombres de archivo en progreso.",
|
||||
"Currently {processedUsers} of {totalUsers} accounts are already processed." : "Actualmente {processedUsers} de {totalUsers} cuentas ya han sido procesadas.",
|
||||
"Preparing …" : "Preparando …",
|
||||
"Refresh" : "Refrescar",
|
||||
"All files have been santized for Windows filename support." : "Todos los archivos se les ha saneado para el soporte de nombres de archivo Windows.",
|
||||
"Some files could not be sanitized, please check your logs." : "Algunos archivos no les pudo sanear el nombre de archivo, por favor, revise sus registros.",
|
||||
|
|
@ -188,6 +195,7 @@ OC.L10N.register(
|
|||
"Sanitize filenames" : "Sanear nombres de archivo",
|
||||
"(starting)" : "(iniciando)",
|
||||
"Fill template fields" : "Rellenar los campos de la plantilla",
|
||||
"Submitting fields …" : "Enviando campos …",
|
||||
"Submit" : "Enviar",
|
||||
"Choose a file or folder to transfer" : "Elegir un archivo o carpeta para transferir",
|
||||
"Transfer" : "Transferir",
|
||||
|
|
@ -249,10 +257,16 @@ OC.L10N.register(
|
|||
"Create a new file with the selected template" : "Crear un nuevo archivo con la plantilla seleccionada",
|
||||
"Creating file" : "Creando el archivo",
|
||||
"Save as {displayName}" : "Guardar como {displayName}",
|
||||
"Save as …" : "Guardar como …",
|
||||
"Converting files …" : "Convirtiendo archivos …",
|
||||
"Failed to convert files: {message}" : "Fallo al convertir archivos: {message}",
|
||||
"All files failed to be converted" : "Todos los archivos han fallado al convertirse",
|
||||
"One file could not be converted: {message}" : "Un archivo no ha podido ser convertido: {message}",
|
||||
"_%n file could not be converted_::_%n files could not be converted_" : ["%n archivo no puede ser convertido","%n archivos no pueden ser convertidos","%n archivos no pueden ser convertidos"],
|
||||
"_%n file converted_::_%n files converted_" : ["%n archivo convertido","%n archivos convertidos","%n archivos convertidos"],
|
||||
"Files converted" : "Archivos convertidos",
|
||||
"Failed to convert files" : "Fallo al convertir archivos",
|
||||
"Converting file …" : "Convirtiendo archivo …",
|
||||
"File successfully converted" : "Archivo convertido exitosamente",
|
||||
"Failed to convert file: {message}" : "Fallo al convertir el archivo: {message}",
|
||||
"Failed to convert file" : "Fallo al convertir el archivo",
|
||||
|
|
@ -277,6 +291,8 @@ OC.L10N.register(
|
|||
"Add to favorites" : "Añadir a favoritos",
|
||||
"Remove from favorites" : "Quitar de favoritos",
|
||||
"Add or remove favorite" : "Añadir o quitar favorito",
|
||||
"Moving \"{source}\" to \"{destination}\" …" : "Moviendo \"{source}\" a \"{destination}\" …",
|
||||
"Copying \"{source}\" to \"{destination}\" …" : "Copiando \"{source}\" a \"{destination}\" …",
|
||||
"Destination is not a folder" : "El destino no es una carpeta",
|
||||
"This file/folder is already in that directory" : "Este archivo/carpeta ya está en ese directorio",
|
||||
"You cannot move a file/folder onto itself or into a subfolder of itself" : "No puede mover un archivo/carpeta a sí mismo o a una sub-carpeta de sí mismo",
|
||||
|
|
@ -303,6 +319,8 @@ OC.L10N.register(
|
|||
"Open online" : "Abrir en línea",
|
||||
"Rename" : "Renombrar",
|
||||
"Details" : "Detalles",
|
||||
"Open the details sidebar" : "Abrir los detalles en el lateral",
|
||||
"Unfavorite" : "Quitar favorito",
|
||||
"View in folder" : "Ver en carpeta",
|
||||
"Today" : "Hoy",
|
||||
"Last 7 days" : "Últimos 7 días",
|
||||
|
|
|
|||
|
|
@ -114,6 +114,7 @@
|
|||
"General" : "General",
|
||||
"Sort favorites first" : "Ordenar los favoritos primero",
|
||||
"Sort folders before files" : "Ordenar carpetas antes que archivos",
|
||||
"Enable folder tree view" : "Habilitar la vista del árbol de carpetas",
|
||||
"Default view" : "Vista predeterminada",
|
||||
"All files" : "Todos los archivos",
|
||||
"Personal files" : "Archivos personales",
|
||||
|
|
@ -136,7 +137,10 @@
|
|||
"Show those shortcuts" : "Mostrar estos atajos",
|
||||
"Warnings" : "Advertencias",
|
||||
"Warn before changing a file extension" : "Advertir antes de cambiar la extensión de un archivo.",
|
||||
"Warn before deleting a file" : "Advertir antes de eliminar un archivo",
|
||||
"WebDAV URL" : "URL de WebDAV",
|
||||
"Create an app password" : "Crear nueva contraseña de app",
|
||||
"Required for WebDAV authentication because Two-Factor Authentication is enabled for this account." : "Necesario para la autenticación WebDAV porque la Autenticación de Dos Factores está habilitada para esta cuenta.",
|
||||
"How to access files using WebDAV" : "Como acceder a los archivos usando WebDAV",
|
||||
"Total rows summary" : "Resumen de filas totales",
|
||||
"Toggle selection for all files and folders" : "Seleccionar/deseleccionar todos los archivos y carpetas",
|
||||
|
|
@ -153,6 +157,8 @@
|
|||
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Esta lista no se muestra completamente por motivos de rendimiento. Los archivos se mostrarán a medida que navega por la lista.",
|
||||
"File not found" : "No se ha encontrado el archivo",
|
||||
"_{count} selected_::_{count} selected_" : ["{count} seleccionado","{count} seleccionados","{count} seleccionados"],
|
||||
"Search everywhere …" : "Buscar en todas partes …",
|
||||
"Search here …" : "Buscar aquí …",
|
||||
"Search scope options" : "Opciones de alcance de la búsqueda",
|
||||
"Search here" : "Buscar aquí",
|
||||
"Owner" : "Dueño",
|
||||
|
|
@ -172,6 +178,7 @@
|
|||
"Failed to refresh filename sanitization status." : "Fallo al refrescar el estado del saneamiento de nombres de archivo.",
|
||||
"Filename sanitization in progress." : "Saneamiento de nombres de archivo en progreso.",
|
||||
"Currently {processedUsers} of {totalUsers} accounts are already processed." : "Actualmente {processedUsers} de {totalUsers} cuentas ya han sido procesadas.",
|
||||
"Preparing …" : "Preparando …",
|
||||
"Refresh" : "Refrescar",
|
||||
"All files have been santized for Windows filename support." : "Todos los archivos se les ha saneado para el soporte de nombres de archivo Windows.",
|
||||
"Some files could not be sanitized, please check your logs." : "Algunos archivos no les pudo sanear el nombre de archivo, por favor, revise sus registros.",
|
||||
|
|
@ -186,6 +193,7 @@
|
|||
"Sanitize filenames" : "Sanear nombres de archivo",
|
||||
"(starting)" : "(iniciando)",
|
||||
"Fill template fields" : "Rellenar los campos de la plantilla",
|
||||
"Submitting fields …" : "Enviando campos …",
|
||||
"Submit" : "Enviar",
|
||||
"Choose a file or folder to transfer" : "Elegir un archivo o carpeta para transferir",
|
||||
"Transfer" : "Transferir",
|
||||
|
|
@ -247,10 +255,16 @@
|
|||
"Create a new file with the selected template" : "Crear un nuevo archivo con la plantilla seleccionada",
|
||||
"Creating file" : "Creando el archivo",
|
||||
"Save as {displayName}" : "Guardar como {displayName}",
|
||||
"Save as …" : "Guardar como …",
|
||||
"Converting files …" : "Convirtiendo archivos …",
|
||||
"Failed to convert files: {message}" : "Fallo al convertir archivos: {message}",
|
||||
"All files failed to be converted" : "Todos los archivos han fallado al convertirse",
|
||||
"One file could not be converted: {message}" : "Un archivo no ha podido ser convertido: {message}",
|
||||
"_%n file could not be converted_::_%n files could not be converted_" : ["%n archivo no puede ser convertido","%n archivos no pueden ser convertidos","%n archivos no pueden ser convertidos"],
|
||||
"_%n file converted_::_%n files converted_" : ["%n archivo convertido","%n archivos convertidos","%n archivos convertidos"],
|
||||
"Files converted" : "Archivos convertidos",
|
||||
"Failed to convert files" : "Fallo al convertir archivos",
|
||||
"Converting file …" : "Convirtiendo archivo …",
|
||||
"File successfully converted" : "Archivo convertido exitosamente",
|
||||
"Failed to convert file: {message}" : "Fallo al convertir el archivo: {message}",
|
||||
"Failed to convert file" : "Fallo al convertir el archivo",
|
||||
|
|
@ -275,6 +289,8 @@
|
|||
"Add to favorites" : "Añadir a favoritos",
|
||||
"Remove from favorites" : "Quitar de favoritos",
|
||||
"Add or remove favorite" : "Añadir o quitar favorito",
|
||||
"Moving \"{source}\" to \"{destination}\" …" : "Moviendo \"{source}\" a \"{destination}\" …",
|
||||
"Copying \"{source}\" to \"{destination}\" …" : "Copiando \"{source}\" a \"{destination}\" …",
|
||||
"Destination is not a folder" : "El destino no es una carpeta",
|
||||
"This file/folder is already in that directory" : "Este archivo/carpeta ya está en ese directorio",
|
||||
"You cannot move a file/folder onto itself or into a subfolder of itself" : "No puede mover un archivo/carpeta a sí mismo o a una sub-carpeta de sí mismo",
|
||||
|
|
@ -301,6 +317,8 @@
|
|||
"Open online" : "Abrir en línea",
|
||||
"Rename" : "Renombrar",
|
||||
"Details" : "Detalles",
|
||||
"Open the details sidebar" : "Abrir los detalles en el lateral",
|
||||
"Unfavorite" : "Quitar favorito",
|
||||
"View in folder" : "Ver en carpeta",
|
||||
"Today" : "Hoy",
|
||||
"Last 7 days" : "Últimos 7 días",
|
||||
|
|
|
|||
|
|
@ -319,6 +319,7 @@ OC.L10N.register(
|
|||
"Open online" : "Oscail ar líne",
|
||||
"Rename" : "Athainmnigh",
|
||||
"Details" : "Sonraí",
|
||||
"Open the details sidebar" : "Oscail an barra taoibh sonraí",
|
||||
"Unfavorite" : "Mí-mheas",
|
||||
"View in folder" : "Amharc san fhillteán",
|
||||
"Today" : "Inniu",
|
||||
|
|
|
|||
|
|
@ -317,6 +317,7 @@
|
|||
"Open online" : "Oscail ar líne",
|
||||
"Rename" : "Athainmnigh",
|
||||
"Details" : "Sonraí",
|
||||
"Open the details sidebar" : "Oscail an barra taoibh sonraí",
|
||||
"Unfavorite" : "Mí-mheas",
|
||||
"View in folder" : "Amharc san fhillteán",
|
||||
"Today" : "Inniu",
|
||||
|
|
|
|||
|
|
@ -319,6 +319,7 @@ OC.L10N.register(
|
|||
"Open online" : "線上開啟",
|
||||
"Rename" : "重新命名",
|
||||
"Details" : "詳細資料",
|
||||
"Open the details sidebar" : "開啟細節側邊欄",
|
||||
"Unfavorite" : "取消收藏",
|
||||
"View in folder" : "在資料夾中檢視",
|
||||
"Today" : "今日",
|
||||
|
|
|
|||
|
|
@ -317,6 +317,7 @@
|
|||
"Open online" : "線上開啟",
|
||||
"Rename" : "重新命名",
|
||||
"Details" : "詳細資料",
|
||||
"Open the details sidebar" : "開啟細節側邊欄",
|
||||
"Unfavorite" : "取消收藏",
|
||||
"View in folder" : "在資料夾中檢視",
|
||||
"Today" : "今日",
|
||||
|
|
|
|||
|
|
@ -84,15 +84,20 @@ OC.L10N.register(
|
|||
"External storage support" : "External storage support",
|
||||
"Adds basic external storage support" : "Adds basic external storage support",
|
||||
"This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administration can choose which types of storage to enable and can mount these storage locations for an account, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows people to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the administration with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administration can choose which types of storage to enable and can mount these storage locations for an account, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows people to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the administration with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation.",
|
||||
"Edit storage" : "Edit storage",
|
||||
"Add storage" : "Add storage",
|
||||
"Folder name" : "Folder name",
|
||||
"Authentication" : "Authentication",
|
||||
"Cancel" : "Cancel",
|
||||
"Edit" : "Edit",
|
||||
"Create" : "Create",
|
||||
"Restrict to" : "Restrict to",
|
||||
"Storage configuration" : "Storage configuration",
|
||||
"Never" : "Never",
|
||||
"Once every direct access" : "Once every direct access",
|
||||
"Always" : "Always",
|
||||
"Mount options" : "Mount options",
|
||||
"Check filesystem changes" : "Check filesystem changes",
|
||||
"Read only" : "Read only",
|
||||
"Enable previews" : "Enable previews",
|
||||
"Enable sharing" : "Enable sharing",
|
||||
|
|
@ -100,11 +105,19 @@ OC.L10N.register(
|
|||
"Compatibility with Mac NFD encoding (slow)" : "Compatibility with Mac NFD encoding (slow)",
|
||||
"External storages" : "External storages",
|
||||
"Status" : "Status",
|
||||
"Restricted to" : "Restricted to",
|
||||
"Actions" : "Actions",
|
||||
"Checking …" : "Checking …",
|
||||
"Recheck status" : "Recheck status",
|
||||
"Delete" : "Delete",
|
||||
"System provided storage" : "System provided storage",
|
||||
"Saved" : "Saved",
|
||||
"Error while saving" : "Error while saving",
|
||||
"Saved allowed backends" : "Saved allowed backends",
|
||||
"Failed to save allowed backends" : "Failed to save allowed backends",
|
||||
"Advanced options for external storage mounts" : "Advanced options for external storage mounts",
|
||||
"Allow people to mount external storage" : "Allow people to mount external storage",
|
||||
"External storage backends people are allowed to mount" : "External storage backends people are allowed to mount",
|
||||
"Error generating key pair" : "Error generating key pair",
|
||||
"Key size" : "Key size",
|
||||
"Generate keys" : "Generate keys",
|
||||
|
|
@ -113,6 +126,16 @@ OC.L10N.register(
|
|||
"To access the storage, you need to provide the authentication credentials." : "To access the storage, you need to provide the authentication credentials.",
|
||||
"Enter the storage login" : "Enter the storage login",
|
||||
"Enter the storage password" : "Enter the storage password",
|
||||
"External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices." : "External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices.",
|
||||
"You may also allow people to mount their own external storage services." : "You may also allow people to mount their own external storage services.",
|
||||
"The cURL support in PHP is not enabled or installed." : "The cURL support in PHP is not enabled or installed.",
|
||||
"The FTP support in PHP is not enabled or installed." : "The FTP support in PHP is not enabled or installed.",
|
||||
"{module} is not installed." : "{module} is not installed.",
|
||||
"Dependant backends" : "Dependant backends",
|
||||
"No external storage configured or you do not have the permission to configure them" : "No external storage configured or you do not have the permission to configure them",
|
||||
"Add external storage" : "Add external storage",
|
||||
"Global credentials saved" : "Global credentials saved",
|
||||
"Could not save global credentials" : "Could not save global credentials",
|
||||
"Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Global credentials can be used to authenticate with multiple external storages that have the same credentials.",
|
||||
"Saving …" : "Saving …",
|
||||
"Save" : "Save",
|
||||
|
|
@ -141,6 +164,9 @@ OC.L10N.register(
|
|||
"System" : "System",
|
||||
"Connected" : "Connected",
|
||||
"Error" : "Error",
|
||||
"Indeterminate" : "Indeterminate",
|
||||
"Incomplete configuration" : "Incomplete configuration",
|
||||
"Unauthorized" : "Unauthorized",
|
||||
"Network error" : "Network error",
|
||||
"Grant access" : "Grant access",
|
||||
"Error configuring OAuth1" : "Error configuring OAuth1",
|
||||
|
|
|
|||
|
|
@ -82,15 +82,20 @@
|
|||
"External storage support" : "External storage support",
|
||||
"Adds basic external storage support" : "Adds basic external storage support",
|
||||
"This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administration can choose which types of storage to enable and can mount these storage locations for an account, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows people to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the administration with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administration can choose which types of storage to enable and can mount these storage locations for an account, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows people to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the administration with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation.",
|
||||
"Edit storage" : "Edit storage",
|
||||
"Add storage" : "Add storage",
|
||||
"Folder name" : "Folder name",
|
||||
"Authentication" : "Authentication",
|
||||
"Cancel" : "Cancel",
|
||||
"Edit" : "Edit",
|
||||
"Create" : "Create",
|
||||
"Restrict to" : "Restrict to",
|
||||
"Storage configuration" : "Storage configuration",
|
||||
"Never" : "Never",
|
||||
"Once every direct access" : "Once every direct access",
|
||||
"Always" : "Always",
|
||||
"Mount options" : "Mount options",
|
||||
"Check filesystem changes" : "Check filesystem changes",
|
||||
"Read only" : "Read only",
|
||||
"Enable previews" : "Enable previews",
|
||||
"Enable sharing" : "Enable sharing",
|
||||
|
|
@ -98,11 +103,19 @@
|
|||
"Compatibility with Mac NFD encoding (slow)" : "Compatibility with Mac NFD encoding (slow)",
|
||||
"External storages" : "External storages",
|
||||
"Status" : "Status",
|
||||
"Restricted to" : "Restricted to",
|
||||
"Actions" : "Actions",
|
||||
"Checking …" : "Checking …",
|
||||
"Recheck status" : "Recheck status",
|
||||
"Delete" : "Delete",
|
||||
"System provided storage" : "System provided storage",
|
||||
"Saved" : "Saved",
|
||||
"Error while saving" : "Error while saving",
|
||||
"Saved allowed backends" : "Saved allowed backends",
|
||||
"Failed to save allowed backends" : "Failed to save allowed backends",
|
||||
"Advanced options for external storage mounts" : "Advanced options for external storage mounts",
|
||||
"Allow people to mount external storage" : "Allow people to mount external storage",
|
||||
"External storage backends people are allowed to mount" : "External storage backends people are allowed to mount",
|
||||
"Error generating key pair" : "Error generating key pair",
|
||||
"Key size" : "Key size",
|
||||
"Generate keys" : "Generate keys",
|
||||
|
|
@ -111,6 +124,16 @@
|
|||
"To access the storage, you need to provide the authentication credentials." : "To access the storage, you need to provide the authentication credentials.",
|
||||
"Enter the storage login" : "Enter the storage login",
|
||||
"Enter the storage password" : "Enter the storage password",
|
||||
"External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices." : "External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices.",
|
||||
"You may also allow people to mount their own external storage services." : "You may also allow people to mount their own external storage services.",
|
||||
"The cURL support in PHP is not enabled or installed." : "The cURL support in PHP is not enabled or installed.",
|
||||
"The FTP support in PHP is not enabled or installed." : "The FTP support in PHP is not enabled or installed.",
|
||||
"{module} is not installed." : "{module} is not installed.",
|
||||
"Dependant backends" : "Dependant backends",
|
||||
"No external storage configured or you do not have the permission to configure them" : "No external storage configured or you do not have the permission to configure them",
|
||||
"Add external storage" : "Add external storage",
|
||||
"Global credentials saved" : "Global credentials saved",
|
||||
"Could not save global credentials" : "Could not save global credentials",
|
||||
"Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Global credentials can be used to authenticate with multiple external storages that have the same credentials.",
|
||||
"Saving …" : "Saving …",
|
||||
"Save" : "Save",
|
||||
|
|
@ -139,6 +162,9 @@
|
|||
"System" : "System",
|
||||
"Connected" : "Connected",
|
||||
"Error" : "Error",
|
||||
"Indeterminate" : "Indeterminate",
|
||||
"Incomplete configuration" : "Incomplete configuration",
|
||||
"Unauthorized" : "Unauthorized",
|
||||
"Network error" : "Network error",
|
||||
"Grant access" : "Grant access",
|
||||
"Error configuring OAuth1" : "Error configuring OAuth1",
|
||||
|
|
|
|||
|
|
@ -113,7 +113,11 @@ OC.L10N.register(
|
|||
"System provided storage" : "系統提供的儲存空間",
|
||||
"Saved" : "已儲存",
|
||||
"Error while saving" : "儲存時發生錯誤",
|
||||
"Saved allowed backends" : "已儲存允許使用的後端",
|
||||
"Failed to save allowed backends" : "無法儲存允許使用的後端",
|
||||
"Advanced options for external storage mounts" : "外部儲存掛載的進階選項",
|
||||
"Allow people to mount external storage" : "允許人仕自行掛載外部儲存空間",
|
||||
"External storage backends people are allowed to mount" : "允許使用者掛載的外部儲存後端",
|
||||
"Error generating key pair" : "產生密鑰對錯誤",
|
||||
"Key size" : "密鑰長短",
|
||||
"Generate keys" : "產生密鑰",
|
||||
|
|
@ -122,6 +126,16 @@ OC.L10N.register(
|
|||
"To access the storage, you need to provide the authentication credentials." : "要存取存儲,您需要提供身份驗證資訊。",
|
||||
"Enter the storage login" : "輸入儲存登入帳號",
|
||||
"Enter the storage password" : "輸入儲存密碼",
|
||||
"External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices." : "外部儲存可讓你將外部儲存服務及裝置掛載為 Nextcloud 的次要儲存裝置。",
|
||||
"You may also allow people to mount their own external storage services." : "你亦可允許使用者掛載其自有的外部儲存服務。",
|
||||
"The cURL support in PHP is not enabled or installed." : "PHP 的 cURL 支援未啟用或未安裝。",
|
||||
"The FTP support in PHP is not enabled or installed." : "PHP 的 FTP 支援未啟用或未安裝。",
|
||||
"{module} is not installed." : "未安裝 {module}。",
|
||||
"Dependant backends" : "相依後端",
|
||||
"No external storage configured or you do not have the permission to configure them" : "未設定任何外部儲存,或你沒有權限進行設定",
|
||||
"Add external storage" : "新增外部儲存",
|
||||
"Global credentials saved" : "已儲存全域憑證",
|
||||
"Could not save global credentials" : "無法儲存全域憑證",
|
||||
"Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "全球身分驗證可用於驗證與有相同身分驗證的多個外部存儲器。",
|
||||
"Saving …" : "儲存中 ...",
|
||||
"Save" : "儲存",
|
||||
|
|
@ -137,6 +151,7 @@ OC.L10N.register(
|
|||
"Open in Files" : "在「檔案」應用程式中打開",
|
||||
"External mount error" : "外部掛載錯誤",
|
||||
"There was an error with this external storage. Do you want to review this mount point config in the settings page?" : "此外部儲存空間有錯誤。您想要在設定頁面中審閱此掛載點的配置嗎?",
|
||||
"Open settings" : "開啟設定",
|
||||
"Ignore" : "不理會",
|
||||
"List of external storage." : "外部儲存空間清單。",
|
||||
"There is no external storage configured. You can configure them in your Personal settings." : "未配置外部儲存空間。您可以在「個人設定」中配置它們。",
|
||||
|
|
@ -147,7 +162,11 @@ OC.L10N.register(
|
|||
"Scope" : "範圍",
|
||||
"Personal" : "個人",
|
||||
"System" : "系統",
|
||||
"Connected" : "已連線",
|
||||
"Error" : "錯誤",
|
||||
"Indeterminate" : "狀態不明",
|
||||
"Incomplete configuration" : "設定未完成",
|
||||
"Unauthorized" : "未獲授權",
|
||||
"Network error" : "網絡異常",
|
||||
"Grant access" : "允許存取",
|
||||
"Error configuring OAuth1" : "設定 OAuth1 時發生錯誤",
|
||||
|
|
|
|||
|
|
@ -111,7 +111,11 @@
|
|||
"System provided storage" : "系統提供的儲存空間",
|
||||
"Saved" : "已儲存",
|
||||
"Error while saving" : "儲存時發生錯誤",
|
||||
"Saved allowed backends" : "已儲存允許使用的後端",
|
||||
"Failed to save allowed backends" : "無法儲存允許使用的後端",
|
||||
"Advanced options for external storage mounts" : "外部儲存掛載的進階選項",
|
||||
"Allow people to mount external storage" : "允許人仕自行掛載外部儲存空間",
|
||||
"External storage backends people are allowed to mount" : "允許使用者掛載的外部儲存後端",
|
||||
"Error generating key pair" : "產生密鑰對錯誤",
|
||||
"Key size" : "密鑰長短",
|
||||
"Generate keys" : "產生密鑰",
|
||||
|
|
@ -120,6 +124,16 @@
|
|||
"To access the storage, you need to provide the authentication credentials." : "要存取存儲,您需要提供身份驗證資訊。",
|
||||
"Enter the storage login" : "輸入儲存登入帳號",
|
||||
"Enter the storage password" : "輸入儲存密碼",
|
||||
"External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices." : "外部儲存可讓你將外部儲存服務及裝置掛載為 Nextcloud 的次要儲存裝置。",
|
||||
"You may also allow people to mount their own external storage services." : "你亦可允許使用者掛載其自有的外部儲存服務。",
|
||||
"The cURL support in PHP is not enabled or installed." : "PHP 的 cURL 支援未啟用或未安裝。",
|
||||
"The FTP support in PHP is not enabled or installed." : "PHP 的 FTP 支援未啟用或未安裝。",
|
||||
"{module} is not installed." : "未安裝 {module}。",
|
||||
"Dependant backends" : "相依後端",
|
||||
"No external storage configured or you do not have the permission to configure them" : "未設定任何外部儲存,或你沒有權限進行設定",
|
||||
"Add external storage" : "新增外部儲存",
|
||||
"Global credentials saved" : "已儲存全域憑證",
|
||||
"Could not save global credentials" : "無法儲存全域憑證",
|
||||
"Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "全球身分驗證可用於驗證與有相同身分驗證的多個外部存儲器。",
|
||||
"Saving …" : "儲存中 ...",
|
||||
"Save" : "儲存",
|
||||
|
|
@ -135,6 +149,7 @@
|
|||
"Open in Files" : "在「檔案」應用程式中打開",
|
||||
"External mount error" : "外部掛載錯誤",
|
||||
"There was an error with this external storage. Do you want to review this mount point config in the settings page?" : "此外部儲存空間有錯誤。您想要在設定頁面中審閱此掛載點的配置嗎?",
|
||||
"Open settings" : "開啟設定",
|
||||
"Ignore" : "不理會",
|
||||
"List of external storage." : "外部儲存空間清單。",
|
||||
"There is no external storage configured. You can configure them in your Personal settings." : "未配置外部儲存空間。您可以在「個人設定」中配置它們。",
|
||||
|
|
@ -145,7 +160,11 @@
|
|||
"Scope" : "範圍",
|
||||
"Personal" : "個人",
|
||||
"System" : "系統",
|
||||
"Connected" : "已連線",
|
||||
"Error" : "錯誤",
|
||||
"Indeterminate" : "狀態不明",
|
||||
"Incomplete configuration" : "設定未完成",
|
||||
"Unauthorized" : "未獲授權",
|
||||
"Network error" : "網絡異常",
|
||||
"Grant access" : "允許存取",
|
||||
"Error configuring OAuth1" : "設定 OAuth1 時發生錯誤",
|
||||
|
|
|
|||
|
|
@ -835,7 +835,7 @@ OC.L10N.register(
|
|||
"Authentication required" : "Authentifizierung benötigt",
|
||||
"Sending test email…" : "Sende Test-E-Mail …",
|
||||
"Send test email" : "Test-E-Mail senden",
|
||||
"Saving…" : "Speichere…",
|
||||
"Saving…" : "Speichere …",
|
||||
"Save settings" : "Einstellungen speichern",
|
||||
"Please double check the {linkStartInstallationGuides}installation guides{linkEnd}, and check for any errors or warnings in the {linkStartLog}log{linkEnd}." : "Bitte die {linkStartInstallationGuides} Installationsanleitung {linkEnd} nochmals überprüfen und im {linkStartLog}Protokoll{linkEnd} nach Fehlern oder Warnungen sehen.",
|
||||
"Check the security of your {productName} over {linkStart}our security scan{linkEnd}." : "Die Sicherheit von {productName} mit {linkStart}unserem Sicherheitsscan{linkEnd} überprüfen.",
|
||||
|
|
|
|||
|
|
@ -833,7 +833,7 @@
|
|||
"Authentication required" : "Authentifizierung benötigt",
|
||||
"Sending test email…" : "Sende Test-E-Mail …",
|
||||
"Send test email" : "Test-E-Mail senden",
|
||||
"Saving…" : "Speichere…",
|
||||
"Saving…" : "Speichere …",
|
||||
"Save settings" : "Einstellungen speichern",
|
||||
"Please double check the {linkStartInstallationGuides}installation guides{linkEnd}, and check for any errors or warnings in the {linkStartLog}log{linkEnd}." : "Bitte die {linkStartInstallationGuides} Installationsanleitung {linkEnd} nochmals überprüfen und im {linkStartLog}Protokoll{linkEnd} nach Fehlern oder Warnungen sehen.",
|
||||
"Check the security of your {productName} over {linkStart}our security scan{linkEnd}." : "Die Sicherheit von {productName} mit {linkStart}unserem Sicherheitsscan{linkEnd} überprüfen.",
|
||||
|
|
|
|||
|
|
@ -34,6 +34,8 @@ OC.L10N.register(
|
|||
"Settings" : "Settings",
|
||||
"Could not remove app." : "Could not remove app.",
|
||||
"Could not update app." : "Could not update app.",
|
||||
"One time login" : "One time login",
|
||||
"QR Code login" : "QR Code login",
|
||||
"Wrong password" : "Incorrect password",
|
||||
"Unable to change personal password" : "Unable to change personal password",
|
||||
"Saved" : "Saved",
|
||||
|
|
@ -104,6 +106,7 @@ OC.L10N.register(
|
|||
"Personal info" : "Personal info",
|
||||
"Mobile & desktop" : "Mobile & desktop",
|
||||
"Artificial Intelligence" : "Artificial Intelligence",
|
||||
"None / STARTTLS" : "None / STARTTLS",
|
||||
"Email server" : "Email server",
|
||||
"Mail Providers" : "Mail Providers",
|
||||
"Mail provider enables sending emails directly through the user's personal email account. At present, this functionality is limited to calendar invitations. It requires Nextcloud Mail 4.1 and an email account in Nextcloud Mail that matches the user's email address in Nextcloud." : "Mail provider enables sending emails directly through the user's personal email account. At present, this functionality is limited to calendar invitations. It requires Nextcloud Mail 4.1 and an email account in Nextcloud Mail that matches the user's email address in Nextcloud.",
|
||||
|
|
@ -813,7 +816,12 @@ OC.L10N.register(
|
|||
"No devices configured." : "No devices configured.",
|
||||
"The following devices are configured for your account:" : "The following devices are configured for your account:",
|
||||
"Your browser does not support WebAuthn." : "Your browser does not support WebAuthn.",
|
||||
"Email sent successfully" : "Email sent successfully",
|
||||
"Failed to send email" : "Failed to send email",
|
||||
"Failed to save email settings" : "Failed to save email settings",
|
||||
"It is important to set up this server to be able to send emails, like for password reset and notifications." : "It is important to set up this server to be able to send emails, like for password reset and notifications.",
|
||||
"The server configuration is read-only so the mail settings cannot be changed using the web interface." : "The server configuration is read-only so the mail settings cannot be changed using the web interface.",
|
||||
"Mail delivery is disabled by instance config \"{config}\"." : "Mail delivery is disabled by instance config \"{config}\".",
|
||||
"Send mode" : "Send mode",
|
||||
"Encryption" : "Encryption",
|
||||
"Sendmail mode" : "Sendmail mode",
|
||||
|
|
@ -825,6 +833,8 @@ OC.L10N.register(
|
|||
"Port" : "Port",
|
||||
"Authentication" : "Authentication",
|
||||
"Authentication required" : "Authentication required",
|
||||
"Sending test email…" : "Sending test email…",
|
||||
"Send test email" : "Send test email",
|
||||
"Saving…" : "Saving…",
|
||||
"Save settings" : "Save settings",
|
||||
"Please double check the {linkStartInstallationGuides}installation guides{linkEnd}, and check for any errors or warnings in the {linkStartLog}log{linkEnd}." : "Please double check the {linkStartInstallationGuides}installation guides{linkEnd}, and check for any errors or warnings in the {linkStartLog}log{linkEnd}.",
|
||||
|
|
|
|||
|
|
@ -32,6 +32,8 @@
|
|||
"Settings" : "Settings",
|
||||
"Could not remove app." : "Could not remove app.",
|
||||
"Could not update app." : "Could not update app.",
|
||||
"One time login" : "One time login",
|
||||
"QR Code login" : "QR Code login",
|
||||
"Wrong password" : "Incorrect password",
|
||||
"Unable to change personal password" : "Unable to change personal password",
|
||||
"Saved" : "Saved",
|
||||
|
|
@ -102,6 +104,7 @@
|
|||
"Personal info" : "Personal info",
|
||||
"Mobile & desktop" : "Mobile & desktop",
|
||||
"Artificial Intelligence" : "Artificial Intelligence",
|
||||
"None / STARTTLS" : "None / STARTTLS",
|
||||
"Email server" : "Email server",
|
||||
"Mail Providers" : "Mail Providers",
|
||||
"Mail provider enables sending emails directly through the user's personal email account. At present, this functionality is limited to calendar invitations. It requires Nextcloud Mail 4.1 and an email account in Nextcloud Mail that matches the user's email address in Nextcloud." : "Mail provider enables sending emails directly through the user's personal email account. At present, this functionality is limited to calendar invitations. It requires Nextcloud Mail 4.1 and an email account in Nextcloud Mail that matches the user's email address in Nextcloud.",
|
||||
|
|
@ -811,7 +814,12 @@
|
|||
"No devices configured." : "No devices configured.",
|
||||
"The following devices are configured for your account:" : "The following devices are configured for your account:",
|
||||
"Your browser does not support WebAuthn." : "Your browser does not support WebAuthn.",
|
||||
"Email sent successfully" : "Email sent successfully",
|
||||
"Failed to send email" : "Failed to send email",
|
||||
"Failed to save email settings" : "Failed to save email settings",
|
||||
"It is important to set up this server to be able to send emails, like for password reset and notifications." : "It is important to set up this server to be able to send emails, like for password reset and notifications.",
|
||||
"The server configuration is read-only so the mail settings cannot be changed using the web interface." : "The server configuration is read-only so the mail settings cannot be changed using the web interface.",
|
||||
"Mail delivery is disabled by instance config \"{config}\"." : "Mail delivery is disabled by instance config \"{config}\".",
|
||||
"Send mode" : "Send mode",
|
||||
"Encryption" : "Encryption",
|
||||
"Sendmail mode" : "Sendmail mode",
|
||||
|
|
@ -823,6 +831,8 @@
|
|||
"Port" : "Port",
|
||||
"Authentication" : "Authentication",
|
||||
"Authentication required" : "Authentication required",
|
||||
"Sending test email…" : "Sending test email…",
|
||||
"Send test email" : "Send test email",
|
||||
"Saving…" : "Saving…",
|
||||
"Save settings" : "Save settings",
|
||||
"Please double check the {linkStartInstallationGuides}installation guides{linkEnd}, and check for any errors or warnings in the {linkStartLog}log{linkEnd}." : "Please double check the {linkStartInstallationGuides}installation guides{linkEnd}, and check for any errors or warnings in the {linkStartLog}log{linkEnd}.",
|
||||
|
|
|
|||
|
|
@ -34,6 +34,8 @@ OC.L10N.register(
|
|||
"Settings" : "Ajustes",
|
||||
"Could not remove app." : "No se ha podido eliminar la app.",
|
||||
"Could not update app." : "No se ha podido actualizar la app.",
|
||||
"One time login" : "Inicio de sesión de un solo uso",
|
||||
"QR Code login" : "Inicio de sesión con QR",
|
||||
"Wrong password" : "Contraseña incorrecta",
|
||||
"Unable to change personal password" : "No se ha podido cambiar la contraseña personal",
|
||||
"Saved" : "Guardado",
|
||||
|
|
@ -104,6 +106,7 @@ OC.L10N.register(
|
|||
"Personal info" : "Información personal",
|
||||
"Mobile & desktop" : "Móvil y escritorio",
|
||||
"Artificial Intelligence" : "Inteligencia Artificial",
|
||||
"None / STARTTLS" : "Ninguno / STARTTLS",
|
||||
"Email server" : "Servidor de correo electrónico",
|
||||
"Mail Providers" : "Proveedores de Correo",
|
||||
"Mail provider enables sending emails directly through the user's personal email account. At present, this functionality is limited to calendar invitations. It requires Nextcloud Mail 4.1 and an email account in Nextcloud Mail that matches the user's email address in Nextcloud." : "El proveedor de correo permite enviar correos electrónicos directamente a través de la cuenta de correo electrónico personal del usuario. En la actualidad, esta funcionalidad se limita a las invitaciones de calendario. Requiere Nextcloud Mail 4.1 y una cuenta de correo electrónico en Nextcloud Mail que coincida con la dirección de correo electrónico del usuario en Nextcloud.",
|
||||
|
|
@ -813,7 +816,12 @@ OC.L10N.register(
|
|||
"No devices configured." : "No hay dispositivos configurados.",
|
||||
"The following devices are configured for your account:" : "Los siguientes dispositivos están configurados para su cuenta:",
|
||||
"Your browser does not support WebAuthn." : "Su navegador no soporta WebAuthn.",
|
||||
"Email sent successfully" : "Correo enviado correctamente",
|
||||
"Failed to send email" : "Fallo al enviar el correo",
|
||||
"Failed to save email settings" : "Fallo al guardar los ajustes del email",
|
||||
"It is important to set up this server to be able to send emails, like for password reset and notifications." : "Es importante configurar este servidor para que pueda enviar correos, por ejemplo para cambios de contraseñas y notificaciones.",
|
||||
"The server configuration is read-only so the mail settings cannot be changed using the web interface." : "La configuración del servidor es de solo lectura, por lo que no se pueden cambiar los ajustes de correo mediante la interfaz web.",
|
||||
"Mail delivery is disabled by instance config \"{config}\"." : "El envío de correo electrónico está deshabilitado por el parámetro de configuración \"{config}\"",
|
||||
"Send mode" : "Modo de envío",
|
||||
"Encryption" : "Cifrado",
|
||||
"Sendmail mode" : "Modo Sendmail",
|
||||
|
|
@ -825,6 +833,8 @@ OC.L10N.register(
|
|||
"Port" : "Puerto",
|
||||
"Authentication" : "Autenticación",
|
||||
"Authentication required" : "Se necesita autenticación",
|
||||
"Sending test email…" : "Enviando correo de prueba…",
|
||||
"Send test email" : "Enviar correo de prueba",
|
||||
"Saving…" : "Guardando…",
|
||||
"Save settings" : "Guardar configuración",
|
||||
"Please double check the {linkStartInstallationGuides}installation guides{linkEnd}, and check for any errors or warnings in the {linkStartLog}log{linkEnd}." : "Por favor compruebe a fondo las {linkStartInstallationGuides} guías de instalación {linkEnd}, y verifique cualquier error o advertencias del {linkStartLog} registro {linkEnd}. ",
|
||||
|
|
|
|||
|
|
@ -32,6 +32,8 @@
|
|||
"Settings" : "Ajustes",
|
||||
"Could not remove app." : "No se ha podido eliminar la app.",
|
||||
"Could not update app." : "No se ha podido actualizar la app.",
|
||||
"One time login" : "Inicio de sesión de un solo uso",
|
||||
"QR Code login" : "Inicio de sesión con QR",
|
||||
"Wrong password" : "Contraseña incorrecta",
|
||||
"Unable to change personal password" : "No se ha podido cambiar la contraseña personal",
|
||||
"Saved" : "Guardado",
|
||||
|
|
@ -102,6 +104,7 @@
|
|||
"Personal info" : "Información personal",
|
||||
"Mobile & desktop" : "Móvil y escritorio",
|
||||
"Artificial Intelligence" : "Inteligencia Artificial",
|
||||
"None / STARTTLS" : "Ninguno / STARTTLS",
|
||||
"Email server" : "Servidor de correo electrónico",
|
||||
"Mail Providers" : "Proveedores de Correo",
|
||||
"Mail provider enables sending emails directly through the user's personal email account. At present, this functionality is limited to calendar invitations. It requires Nextcloud Mail 4.1 and an email account in Nextcloud Mail that matches the user's email address in Nextcloud." : "El proveedor de correo permite enviar correos electrónicos directamente a través de la cuenta de correo electrónico personal del usuario. En la actualidad, esta funcionalidad se limita a las invitaciones de calendario. Requiere Nextcloud Mail 4.1 y una cuenta de correo electrónico en Nextcloud Mail que coincida con la dirección de correo electrónico del usuario en Nextcloud.",
|
||||
|
|
@ -811,7 +814,12 @@
|
|||
"No devices configured." : "No hay dispositivos configurados.",
|
||||
"The following devices are configured for your account:" : "Los siguientes dispositivos están configurados para su cuenta:",
|
||||
"Your browser does not support WebAuthn." : "Su navegador no soporta WebAuthn.",
|
||||
"Email sent successfully" : "Correo enviado correctamente",
|
||||
"Failed to send email" : "Fallo al enviar el correo",
|
||||
"Failed to save email settings" : "Fallo al guardar los ajustes del email",
|
||||
"It is important to set up this server to be able to send emails, like for password reset and notifications." : "Es importante configurar este servidor para que pueda enviar correos, por ejemplo para cambios de contraseñas y notificaciones.",
|
||||
"The server configuration is read-only so the mail settings cannot be changed using the web interface." : "La configuración del servidor es de solo lectura, por lo que no se pueden cambiar los ajustes de correo mediante la interfaz web.",
|
||||
"Mail delivery is disabled by instance config \"{config}\"." : "El envío de correo electrónico está deshabilitado por el parámetro de configuración \"{config}\"",
|
||||
"Send mode" : "Modo de envío",
|
||||
"Encryption" : "Cifrado",
|
||||
"Sendmail mode" : "Modo Sendmail",
|
||||
|
|
@ -823,6 +831,8 @@
|
|||
"Port" : "Puerto",
|
||||
"Authentication" : "Autenticación",
|
||||
"Authentication required" : "Se necesita autenticación",
|
||||
"Sending test email…" : "Enviando correo de prueba…",
|
||||
"Send test email" : "Enviar correo de prueba",
|
||||
"Saving…" : "Guardando…",
|
||||
"Save settings" : "Guardar configuración",
|
||||
"Please double check the {linkStartInstallationGuides}installation guides{linkEnd}, and check for any errors or warnings in the {linkStartLog}log{linkEnd}." : "Por favor compruebe a fondo las {linkStartInstallationGuides} guías de instalación {linkEnd}, y verifique cualquier error o advertencias del {linkStartLog} registro {linkEnd}. ",
|
||||
|
|
|
|||
|
|
@ -276,6 +276,8 @@ OC.L10N.register(
|
|||
"About" : "Tentang.",
|
||||
"Full name" : "Nama lengkap",
|
||||
"Phone number" : "Nomor telepon",
|
||||
"X (formerly Twitter)" : "X (sebelumnya Twitter)",
|
||||
"Bluesky" : "Bluesky",
|
||||
"Website" : "Situs",
|
||||
"Profile visibility" : "Visibilitas profil",
|
||||
"Private" : "Pribadi",
|
||||
|
|
|
|||
|
|
@ -274,6 +274,8 @@
|
|||
"About" : "Tentang.",
|
||||
"Full name" : "Nama lengkap",
|
||||
"Phone number" : "Nomor telepon",
|
||||
"X (formerly Twitter)" : "X (sebelumnya Twitter)",
|
||||
"Bluesky" : "Bluesky",
|
||||
"Website" : "Situs",
|
||||
"Profile visibility" : "Visibilitas profil",
|
||||
"Private" : "Pribadi",
|
||||
|
|
|
|||
|
|
@ -180,12 +180,14 @@ OC.L10N.register(
|
|||
"Usernames are used to store and assign metadata. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Usernames are used to store and assign metadata. In order to precisely identify and recognise users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage.",
|
||||
"Clear Username-LDAP User Mapping" : "Clear Username-LDAP User Mapping",
|
||||
"Clear Groupname-LDAP Group Mapping" : "Clear Groupname-LDAP Group Mapping",
|
||||
"Please renew your password" : "Please renew your password",
|
||||
"An internal error occurred." : "An internal error occurred.",
|
||||
"Please try again or contact your administrator." : "Please try again or contact your administrator.",
|
||||
"Wrong password." : "Wrong password.",
|
||||
"Current password" : "Current password",
|
||||
"New password" : "New password",
|
||||
"Cancel" : "Cancel",
|
||||
"Renewing…" : "Renewing…",
|
||||
"Renew password" : "Renew password",
|
||||
"Confirm action" : "Confirm action",
|
||||
"Are you sure you want to permanently delete this LDAP configuration? This cannot be undone." : "Are you sure you want to permanently delete this LDAP configuration? This cannot be undone.",
|
||||
|
|
|
|||
|
|
@ -178,12 +178,14 @@
|
|||
"Usernames are used to store and assign metadata. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Usernames are used to store and assign metadata. In order to precisely identify and recognise users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage.",
|
||||
"Clear Username-LDAP User Mapping" : "Clear Username-LDAP User Mapping",
|
||||
"Clear Groupname-LDAP Group Mapping" : "Clear Groupname-LDAP Group Mapping",
|
||||
"Please renew your password" : "Please renew your password",
|
||||
"An internal error occurred." : "An internal error occurred.",
|
||||
"Please try again or contact your administrator." : "Please try again or contact your administrator.",
|
||||
"Wrong password." : "Wrong password.",
|
||||
"Current password" : "Current password",
|
||||
"New password" : "New password",
|
||||
"Cancel" : "Cancel",
|
||||
"Renewing…" : "Renewing…",
|
||||
"Renew password" : "Renew password",
|
||||
"Confirm action" : "Confirm action",
|
||||
"Are you sure you want to permanently delete this LDAP configuration? This cannot be undone." : "Are you sure you want to permanently delete this LDAP configuration? This cannot be undone.",
|
||||
|
|
|
|||
|
|
@ -141,6 +141,7 @@ OC.L10N.register(
|
|||
"More than 1,000 directory entries available." : "有 1,000 多個目錄項目可用。",
|
||||
"_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["提供的 Base DN 中有 {ldapTestBase} 個項目可用"],
|
||||
"When unchecked, this configuration will be skipped." : "沒有被勾選時,此設定會被略過。",
|
||||
"Configuration active" : "配置使用中",
|
||||
"Copy current configuration into new directory binding" : "複製目前的配置到新目錄綁定",
|
||||
"Copy configuration" : "複製配置",
|
||||
"Delete configuration" : "刪除配置",
|
||||
|
|
@ -152,6 +153,7 @@ OC.L10N.register(
|
|||
"User DN" : "用戶 DN",
|
||||
"For anonymous access, leave DN and Password empty." : "匿名連接時請將 DN 與密碼欄位留白",
|
||||
"Password" : "密碼",
|
||||
"Save credentials" : "保存憑證",
|
||||
"Base DN" : "Base DN",
|
||||
"One Base DN per line" : "一行一個 Base DN",
|
||||
"You can specify Base DN for users and groups in the Advanced tab" : "您可以在進階標籤頁裡面指定用戶及群組的 Base DN",
|
||||
|
|
@ -178,12 +180,14 @@ OC.L10N.register(
|
|||
"Usernames are used to store and assign metadata. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "用戶名用於存儲和分配元數據。為了精確地區分和識別用戶,每個LDAP用戶都會有一個內部的用戶名。這要求建立一個用戶名到LDAP用戶的映射。創建的用戶名會被映射到 LDAP用戶的UUID。另外為了節省LDAP連接開銷,DN會被緩存,但不會使用識別。如果DN變了,這些變化會被識別到。在Nextcloud各個頁面會使用內部用戶名。清除映射會造成 系統裡面有大量的殘留信息。清除映射會影響所有的LDAP配置,同時進行雙向配置。不要在生產環境裡面應用可變映射,請僅用於測試環境或早期驗證步驟。",
|
||||
"Clear Username-LDAP User Mapping" : "清除 用戶名-LDAP 用戶 Mapping",
|
||||
"Clear Groupname-LDAP Group Mapping" : "清除 群組名稱-LDAP 群組 Mapping",
|
||||
"Please renew your password" : "請更新您的密碼",
|
||||
"An internal error occurred." : "發生內部錯誤",
|
||||
"Please try again or contact your administrator." : "請重試或聯絡系統管理員",
|
||||
"Wrong password." : "密碼錯誤",
|
||||
"Current password" : "目前密碼",
|
||||
"New password" : "新密碼",
|
||||
"Cancel" : "取消",
|
||||
"Renewing…" : "更新中 ...",
|
||||
"Renew password" : "更新密碼",
|
||||
"Confirm action" : "確認操作",
|
||||
"Are you sure you want to permanently delete this LDAP configuration? This cannot be undone." : "您確定您想要永久刪除此 LDAP 組態嗎?這無法還原。",
|
||||
|
|
|
|||
|
|
@ -139,6 +139,7 @@
|
|||
"More than 1,000 directory entries available." : "有 1,000 多個目錄項目可用。",
|
||||
"_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["提供的 Base DN 中有 {ldapTestBase} 個項目可用"],
|
||||
"When unchecked, this configuration will be skipped." : "沒有被勾選時,此設定會被略過。",
|
||||
"Configuration active" : "配置使用中",
|
||||
"Copy current configuration into new directory binding" : "複製目前的配置到新目錄綁定",
|
||||
"Copy configuration" : "複製配置",
|
||||
"Delete configuration" : "刪除配置",
|
||||
|
|
@ -150,6 +151,7 @@
|
|||
"User DN" : "用戶 DN",
|
||||
"For anonymous access, leave DN and Password empty." : "匿名連接時請將 DN 與密碼欄位留白",
|
||||
"Password" : "密碼",
|
||||
"Save credentials" : "保存憑證",
|
||||
"Base DN" : "Base DN",
|
||||
"One Base DN per line" : "一行一個 Base DN",
|
||||
"You can specify Base DN for users and groups in the Advanced tab" : "您可以在進階標籤頁裡面指定用戶及群組的 Base DN",
|
||||
|
|
@ -176,12 +178,14 @@
|
|||
"Usernames are used to store and assign metadata. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "用戶名用於存儲和分配元數據。為了精確地區分和識別用戶,每個LDAP用戶都會有一個內部的用戶名。這要求建立一個用戶名到LDAP用戶的映射。創建的用戶名會被映射到 LDAP用戶的UUID。另外為了節省LDAP連接開銷,DN會被緩存,但不會使用識別。如果DN變了,這些變化會被識別到。在Nextcloud各個頁面會使用內部用戶名。清除映射會造成 系統裡面有大量的殘留信息。清除映射會影響所有的LDAP配置,同時進行雙向配置。不要在生產環境裡面應用可變映射,請僅用於測試環境或早期驗證步驟。",
|
||||
"Clear Username-LDAP User Mapping" : "清除 用戶名-LDAP 用戶 Mapping",
|
||||
"Clear Groupname-LDAP Group Mapping" : "清除 群組名稱-LDAP 群組 Mapping",
|
||||
"Please renew your password" : "請更新您的密碼",
|
||||
"An internal error occurred." : "發生內部錯誤",
|
||||
"Please try again or contact your administrator." : "請重試或聯絡系統管理員",
|
||||
"Wrong password." : "密碼錯誤",
|
||||
"Current password" : "目前密碼",
|
||||
"New password" : "新密碼",
|
||||
"Cancel" : "取消",
|
||||
"Renewing…" : "更新中 ...",
|
||||
"Renew password" : "更新密碼",
|
||||
"Confirm action" : "確認操作",
|
||||
"Are you sure you want to permanently delete this LDAP configuration? This cannot be undone." : "您確定您想要永久刪除此 LDAP 組態嗎?這無法還原。",
|
||||
|
|
|
|||
|
|
@ -394,10 +394,19 @@ OC.L10N.register(
|
|||
"Your browser is not supported. Please upgrade to a newer version or a supported one." : "Dein Browser wird nicht unterstützt. Bitte aktualisieren deinen Browser auf eine neuere oder unterstützte Version.",
|
||||
"Continue with this unsupported browser" : "Mit diesem nicht unterstützten Browser fortfahren.",
|
||||
"Supported versions" : "Unterstützte Versionen",
|
||||
"The update completed with warnings. Please check the details for more information." : "Das Update wurde mit Warnungen abgeschlossen. Bitte die Details für weitere Informationen überprüfen.",
|
||||
"The update completed successfully." : "Update abgeschlossen.",
|
||||
"Preparing update…" : "Bereite das Update vor …",
|
||||
"You will be redirected to {productName} in {count} seconds." : "Du wirst in {count} Sekunden zu {productName} weitergeleitet.",
|
||||
"The update is in progress, leaving this page might interrupt the process in some environments." : "Die Aktualisierung wird durchgeführt. Wenn du dieses Fenster verlässt, kann dies den Aktualisierungsprozess in manchen Umgebungen unterbrechen.",
|
||||
"App update required" : "App-Aktualisierung notwendig",
|
||||
"{productName} will be updated to version {version}" : "{productName} wird auf Version {version} aktualisiert",
|
||||
"The theme {oldTheme} has been disabled." : "Das Design {oldTheme} wurde deaktiviert.",
|
||||
"These incompatible apps will be disabled:" : "Diese inkompatiblen Apps werden deaktiviert:",
|
||||
"Incompatible apps" : "Inkompatible Apps",
|
||||
"These apps will be updated:" : "Diese Apps werden aktualisiert:",
|
||||
"Apps to update" : "Zu aktualisierende Apps",
|
||||
"{app} from {oldVersion} to {version}" : "{app} von {oldVersion} auf {version}",
|
||||
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Bitte stelle vor dem Fortsetzen sicher, dass die Datenbank, der Konfigurationsordner und der Datenordner gesichert wurden.",
|
||||
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Zur Vermeidung von Zeitüberschreitungen bei größeren Installationen kannst du stattdessen den folgenden Befehl in deinem Installationsverzeichnis ausführen:",
|
||||
"Start update" : "Aktualisierung starten",
|
||||
|
|
@ -405,6 +414,7 @@ OC.L10N.register(
|
|||
"Update to {version}" : "Aktualisierung auf {version}",
|
||||
"Hide details" : "Details ausblenden",
|
||||
"Show details" : "Details anzeigen",
|
||||
"Update details" : "Updatedetails",
|
||||
"Update needed" : "Aktualisierung erforderlich",
|
||||
"Please use the command line updater because you have a big instance with more than 50 accounts." : "Bitte verwende den Kommandozeilen-Updater, da du eine große Installation mit mehr als 50 Konten betreibst.",
|
||||
"Documentation" : "Dokumentation",
|
||||
|
|
|
|||
|
|
@ -392,10 +392,19 @@
|
|||
"Your browser is not supported. Please upgrade to a newer version or a supported one." : "Dein Browser wird nicht unterstützt. Bitte aktualisieren deinen Browser auf eine neuere oder unterstützte Version.",
|
||||
"Continue with this unsupported browser" : "Mit diesem nicht unterstützten Browser fortfahren.",
|
||||
"Supported versions" : "Unterstützte Versionen",
|
||||
"The update completed with warnings. Please check the details for more information." : "Das Update wurde mit Warnungen abgeschlossen. Bitte die Details für weitere Informationen überprüfen.",
|
||||
"The update completed successfully." : "Update abgeschlossen.",
|
||||
"Preparing update…" : "Bereite das Update vor …",
|
||||
"You will be redirected to {productName} in {count} seconds." : "Du wirst in {count} Sekunden zu {productName} weitergeleitet.",
|
||||
"The update is in progress, leaving this page might interrupt the process in some environments." : "Die Aktualisierung wird durchgeführt. Wenn du dieses Fenster verlässt, kann dies den Aktualisierungsprozess in manchen Umgebungen unterbrechen.",
|
||||
"App update required" : "App-Aktualisierung notwendig",
|
||||
"{productName} will be updated to version {version}" : "{productName} wird auf Version {version} aktualisiert",
|
||||
"The theme {oldTheme} has been disabled." : "Das Design {oldTheme} wurde deaktiviert.",
|
||||
"These incompatible apps will be disabled:" : "Diese inkompatiblen Apps werden deaktiviert:",
|
||||
"Incompatible apps" : "Inkompatible Apps",
|
||||
"These apps will be updated:" : "Diese Apps werden aktualisiert:",
|
||||
"Apps to update" : "Zu aktualisierende Apps",
|
||||
"{app} from {oldVersion} to {version}" : "{app} von {oldVersion} auf {version}",
|
||||
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Bitte stelle vor dem Fortsetzen sicher, dass die Datenbank, der Konfigurationsordner und der Datenordner gesichert wurden.",
|
||||
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Zur Vermeidung von Zeitüberschreitungen bei größeren Installationen kannst du stattdessen den folgenden Befehl in deinem Installationsverzeichnis ausführen:",
|
||||
"Start update" : "Aktualisierung starten",
|
||||
|
|
@ -403,6 +412,7 @@
|
|||
"Update to {version}" : "Aktualisierung auf {version}",
|
||||
"Hide details" : "Details ausblenden",
|
||||
"Show details" : "Details anzeigen",
|
||||
"Update details" : "Updatedetails",
|
||||
"Update needed" : "Aktualisierung erforderlich",
|
||||
"Please use the command line updater because you have a big instance with more than 50 accounts." : "Bitte verwende den Kommandozeilen-Updater, da du eine große Installation mit mehr als 50 Konten betreibst.",
|
||||
"Documentation" : "Dokumentation",
|
||||
|
|
|
|||
|
|
@ -394,10 +394,19 @@ OC.L10N.register(
|
|||
"Your browser is not supported. Please upgrade to a newer version or a supported one." : "Ihr Browser wird nicht unterstützt. Bitte aktualisieren Sie Ihren Browser auf eine neuere oder unterstützte Version.",
|
||||
"Continue with this unsupported browser" : "Mit diesem nicht unterstützten Browser fortfahren",
|
||||
"Supported versions" : "Unterstützte Versionen",
|
||||
"The update completed with warnings. Please check the details for more information." : "Das Update wurde mit Warnungen abgeschlossen. Bitte die Details für weitere Informationen überprüfen.",
|
||||
"The update completed successfully." : "Update abgeschlossen.",
|
||||
"Preparing update…" : "Bereite das Update vor …",
|
||||
"You will be redirected to {productName} in {count} seconds." : "Sie werden in {count} Sekunden zu {productName} weitergeleitet.",
|
||||
"The update is in progress, leaving this page might interrupt the process in some environments." : "Die Aktualisierung wird durchgeführt. Das Verlassen dieses Fenster, kann den Aktualisierungsprozess in manchen Umgebungen unterbrechen.",
|
||||
"App update required" : "App-Aktualisierung erforderlich",
|
||||
"{productName} will be updated to version {version}" : "{productName} wird auf Version {version} aktualisiert",
|
||||
"The theme {oldTheme} has been disabled." : "Das Design {oldTheme} wurde deaktiviert.",
|
||||
"These incompatible apps will be disabled:" : "Diese inkompatiblen Apps werden deaktiviert:",
|
||||
"Incompatible apps" : "Inkompatible Apps",
|
||||
"These apps will be updated:" : "Diese Apps werden aktualisiert:",
|
||||
"Apps to update" : "Zu aktualisierende Apps",
|
||||
"{app} from {oldVersion} to {version}" : "{app} von {oldVersion} auf {version}",
|
||||
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Stellen Sie vor dem Fortsetzen bitte sicher, dass die Datenbank, der Konfigurationsordner und der Datenordner gesichert wurden.",
|
||||
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Zur Vermeidung von Zeitüberschreitungen bei größeren Installationen können Sie stattdessen den folgenden Befehl in Ihrem Installationsverzeichnis ausführen:",
|
||||
"Start update" : "Aktualisierung starten",
|
||||
|
|
@ -405,6 +414,7 @@ OC.L10N.register(
|
|||
"Update to {version}" : "Aktualisierung auf {version}",
|
||||
"Hide details" : "Details ausblenden",
|
||||
"Show details" : "Details anzeigen",
|
||||
"Update details" : "Updatedetails",
|
||||
"Update needed" : "Aktualisierung erforderlich",
|
||||
"Please use the command line updater because you have a big instance with more than 50 accounts." : "Bitte verwenden Sie den Kommandozeilen-Updater, da Sie eine große Installation mit mehr als 50 Konten betreiben.",
|
||||
"Documentation" : "Dokumentation",
|
||||
|
|
|
|||
|
|
@ -392,10 +392,19 @@
|
|||
"Your browser is not supported. Please upgrade to a newer version or a supported one." : "Ihr Browser wird nicht unterstützt. Bitte aktualisieren Sie Ihren Browser auf eine neuere oder unterstützte Version.",
|
||||
"Continue with this unsupported browser" : "Mit diesem nicht unterstützten Browser fortfahren",
|
||||
"Supported versions" : "Unterstützte Versionen",
|
||||
"The update completed with warnings. Please check the details for more information." : "Das Update wurde mit Warnungen abgeschlossen. Bitte die Details für weitere Informationen überprüfen.",
|
||||
"The update completed successfully." : "Update abgeschlossen.",
|
||||
"Preparing update…" : "Bereite das Update vor …",
|
||||
"You will be redirected to {productName} in {count} seconds." : "Sie werden in {count} Sekunden zu {productName} weitergeleitet.",
|
||||
"The update is in progress, leaving this page might interrupt the process in some environments." : "Die Aktualisierung wird durchgeführt. Das Verlassen dieses Fenster, kann den Aktualisierungsprozess in manchen Umgebungen unterbrechen.",
|
||||
"App update required" : "App-Aktualisierung erforderlich",
|
||||
"{productName} will be updated to version {version}" : "{productName} wird auf Version {version} aktualisiert",
|
||||
"The theme {oldTheme} has been disabled." : "Das Design {oldTheme} wurde deaktiviert.",
|
||||
"These incompatible apps will be disabled:" : "Diese inkompatiblen Apps werden deaktiviert:",
|
||||
"Incompatible apps" : "Inkompatible Apps",
|
||||
"These apps will be updated:" : "Diese Apps werden aktualisiert:",
|
||||
"Apps to update" : "Zu aktualisierende Apps",
|
||||
"{app} from {oldVersion} to {version}" : "{app} von {oldVersion} auf {version}",
|
||||
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Stellen Sie vor dem Fortsetzen bitte sicher, dass die Datenbank, der Konfigurationsordner und der Datenordner gesichert wurden.",
|
||||
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Zur Vermeidung von Zeitüberschreitungen bei größeren Installationen können Sie stattdessen den folgenden Befehl in Ihrem Installationsverzeichnis ausführen:",
|
||||
"Start update" : "Aktualisierung starten",
|
||||
|
|
@ -403,6 +412,7 @@
|
|||
"Update to {version}" : "Aktualisierung auf {version}",
|
||||
"Hide details" : "Details ausblenden",
|
||||
"Show details" : "Details anzeigen",
|
||||
"Update details" : "Updatedetails",
|
||||
"Update needed" : "Aktualisierung erforderlich",
|
||||
"Please use the command line updater because you have a big instance with more than 50 accounts." : "Bitte verwenden Sie den Kommandozeilen-Updater, da Sie eine große Installation mit mehr als 50 Konten betreiben.",
|
||||
"Documentation" : "Dokumentation",
|
||||
|
|
|
|||
|
|
@ -199,6 +199,9 @@ OC.L10N.register(
|
|||
"Windows Media video" : "Windows Media video",
|
||||
"AVI video" : "AVI video",
|
||||
"Done" : "Done",
|
||||
"Scan QR code to log in" : "Scan QR code to log in",
|
||||
"Use {productName} mobile client you want to connect to scan the code" : "Use {productName} mobile client you want to connect to scan the code",
|
||||
"Code will expire {timeCountdown} or after use" : "Code will expire {timeCountdown} or after use",
|
||||
"Applications menu" : "Applications menu",
|
||||
"Apps" : "Apps",
|
||||
"More apps" : "More apps",
|
||||
|
|
@ -323,13 +326,17 @@ OC.L10N.register(
|
|||
"Login form is disabled." : "Login form is disabled.",
|
||||
"The Nextcloud login form is disabled. Use another login option if available or contact your administration." : "The Nextcloud login form is disabled. Use another login option if available or contact your administration.",
|
||||
"Connect to your account" : "Connect to your account",
|
||||
"Please log in before granting \"{client}\" access to your {instanceName} account." : "Please log in before granting \"{client}\" access to your {instanceName} account.",
|
||||
"Security warning" : "Security warning",
|
||||
"If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator.",
|
||||
"Log in using password" : "Log in using password",
|
||||
"Alternative log in using app password" : "Alternative log in using app password",
|
||||
"Account connected" : "Account connected",
|
||||
"Your client should now be connected!" : "Your client should now be connected!",
|
||||
"You can close this window." : "You can close this window.",
|
||||
"Account access" : "Account access",
|
||||
"Currently logged in as {userDisplayName} ({userId})." : "Currently logged in as {userDisplayName} ({userId}).",
|
||||
"You are about to grant \"{client}\" access to your {instanceName} account." : "You are about to grant \"{client}\" access to your {instanceName} account.",
|
||||
"More actions" : "More actions",
|
||||
"User menu" : "User menu",
|
||||
"Your guest name: {user}" : "Your guest name: {user}",
|
||||
|
|
@ -387,10 +394,19 @@ OC.L10N.register(
|
|||
"Your browser is not supported. Please upgrade to a newer version or a supported one." : "Your browser is not supported. Please upgrade to a newer version or a supported one.",
|
||||
"Continue with this unsupported browser" : "Continue with this unsupported browser",
|
||||
"Supported versions" : "Supported versions",
|
||||
"The update completed with warnings. Please check the details for more information." : "The update completed with warnings. Please check the details for more information.",
|
||||
"The update completed successfully." : "The update completed successfully.",
|
||||
"Preparing update…" : "Preparing update…",
|
||||
"You will be redirected to {productName} in {count} seconds." : "You will be redirected to {productName} in {count} seconds.",
|
||||
"The update is in progress, leaving this page might interrupt the process in some environments." : "The update is in progress, leaving this page might interrupt the process in some environments.",
|
||||
"App update required" : "App update required",
|
||||
"{productName} will be updated to version {version}" : "{productName} will be updated to version {version}",
|
||||
"The theme {oldTheme} has been disabled." : "The theme {oldTheme} has been disabled.",
|
||||
"These incompatible apps will be disabled:" : "These incompatible apps will be disabled:",
|
||||
"Incompatible apps" : "Incompatible apps",
|
||||
"These apps will be updated:" : "These apps will be updated:",
|
||||
"Apps to update" : "Apps to update",
|
||||
"{app} from {oldVersion} to {version}" : "{app} from {oldVersion} to {version}",
|
||||
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Please make sure that the database, the config folder and the data folder have been backed up before proceeding.",
|
||||
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:",
|
||||
"Start update" : "Start update",
|
||||
|
|
@ -398,6 +414,7 @@ OC.L10N.register(
|
|||
"Update to {version}" : "Update to {version}",
|
||||
"Hide details" : "Hide details",
|
||||
"Show details" : "Show details",
|
||||
"Update details" : "Update details",
|
||||
"Update needed" : "Update needed",
|
||||
"Please use the command line updater because you have a big instance with more than 50 accounts." : "Please use the command line updater because you have a big instance with more than 50 accounts.",
|
||||
"Documentation" : "Documentation",
|
||||
|
|
|
|||
|
|
@ -197,6 +197,9 @@
|
|||
"Windows Media video" : "Windows Media video",
|
||||
"AVI video" : "AVI video",
|
||||
"Done" : "Done",
|
||||
"Scan QR code to log in" : "Scan QR code to log in",
|
||||
"Use {productName} mobile client you want to connect to scan the code" : "Use {productName} mobile client you want to connect to scan the code",
|
||||
"Code will expire {timeCountdown} or after use" : "Code will expire {timeCountdown} or after use",
|
||||
"Applications menu" : "Applications menu",
|
||||
"Apps" : "Apps",
|
||||
"More apps" : "More apps",
|
||||
|
|
@ -321,13 +324,17 @@
|
|||
"Login form is disabled." : "Login form is disabled.",
|
||||
"The Nextcloud login form is disabled. Use another login option if available or contact your administration." : "The Nextcloud login form is disabled. Use another login option if available or contact your administration.",
|
||||
"Connect to your account" : "Connect to your account",
|
||||
"Please log in before granting \"{client}\" access to your {instanceName} account." : "Please log in before granting \"{client}\" access to your {instanceName} account.",
|
||||
"Security warning" : "Security warning",
|
||||
"If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator.",
|
||||
"Log in using password" : "Log in using password",
|
||||
"Alternative log in using app password" : "Alternative log in using app password",
|
||||
"Account connected" : "Account connected",
|
||||
"Your client should now be connected!" : "Your client should now be connected!",
|
||||
"You can close this window." : "You can close this window.",
|
||||
"Account access" : "Account access",
|
||||
"Currently logged in as {userDisplayName} ({userId})." : "Currently logged in as {userDisplayName} ({userId}).",
|
||||
"You are about to grant \"{client}\" access to your {instanceName} account." : "You are about to grant \"{client}\" access to your {instanceName} account.",
|
||||
"More actions" : "More actions",
|
||||
"User menu" : "User menu",
|
||||
"Your guest name: {user}" : "Your guest name: {user}",
|
||||
|
|
@ -385,10 +392,19 @@
|
|||
"Your browser is not supported. Please upgrade to a newer version or a supported one." : "Your browser is not supported. Please upgrade to a newer version or a supported one.",
|
||||
"Continue with this unsupported browser" : "Continue with this unsupported browser",
|
||||
"Supported versions" : "Supported versions",
|
||||
"The update completed with warnings. Please check the details for more information." : "The update completed with warnings. Please check the details for more information.",
|
||||
"The update completed successfully." : "The update completed successfully.",
|
||||
"Preparing update…" : "Preparing update…",
|
||||
"You will be redirected to {productName} in {count} seconds." : "You will be redirected to {productName} in {count} seconds.",
|
||||
"The update is in progress, leaving this page might interrupt the process in some environments." : "The update is in progress, leaving this page might interrupt the process in some environments.",
|
||||
"App update required" : "App update required",
|
||||
"{productName} will be updated to version {version}" : "{productName} will be updated to version {version}",
|
||||
"The theme {oldTheme} has been disabled." : "The theme {oldTheme} has been disabled.",
|
||||
"These incompatible apps will be disabled:" : "These incompatible apps will be disabled:",
|
||||
"Incompatible apps" : "Incompatible apps",
|
||||
"These apps will be updated:" : "These apps will be updated:",
|
||||
"Apps to update" : "Apps to update",
|
||||
"{app} from {oldVersion} to {version}" : "{app} from {oldVersion} to {version}",
|
||||
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Please make sure that the database, the config folder and the data folder have been backed up before proceeding.",
|
||||
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:",
|
||||
"Start update" : "Start update",
|
||||
|
|
@ -396,6 +412,7 @@
|
|||
"Update to {version}" : "Update to {version}",
|
||||
"Hide details" : "Hide details",
|
||||
"Show details" : "Show details",
|
||||
"Update details" : "Update details",
|
||||
"Update needed" : "Update needed",
|
||||
"Please use the command line updater because you have a big instance with more than 50 accounts." : "Please use the command line updater because you have a big instance with more than 50 accounts.",
|
||||
"Documentation" : "Documentation",
|
||||
|
|
|
|||
|
|
@ -199,6 +199,9 @@ OC.L10N.register(
|
|||
"Windows Media video" : "Vídeo de Windows Media",
|
||||
"AVI video" : "Vídeo AVI",
|
||||
"Done" : "Listo",
|
||||
"Scan QR code to log in" : "Escanea el código QR para iniciar sesión",
|
||||
"Use {productName} mobile client you want to connect to scan the code" : "Utiliza el cliente móvil {productName} al que deseas conectarte para escanear el código.",
|
||||
"Code will expire {timeCountdown} or after use" : "El código caducará en {timeCountdown} o tras usarlo",
|
||||
"Applications menu" : "Menú Aplicaciones",
|
||||
"Apps" : "Aplicaciones",
|
||||
"More apps" : "Más aplicaciones",
|
||||
|
|
@ -323,13 +326,17 @@ OC.L10N.register(
|
|||
"Login form is disabled." : "La página de inicio de sesión está deshabilitada.",
|
||||
"The Nextcloud login form is disabled. Use another login option if available or contact your administration." : "El formulario de inicio de sesión de Nextcloud está deshabilitado. Use otro medio de inicio de sesión disponible o contacte a su administración.",
|
||||
"Connect to your account" : "Conectar a cuenta",
|
||||
"Please log in before granting \"{client}\" access to your {instanceName} account." : "Inicie sesión antes de conceder a \"{client}\" acceso a su cuenta de {instanceName}.",
|
||||
"Security warning" : "Advertencia de seguridad",
|
||||
"If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Si no estás intentando añadir un nuevo dispositivo o una nueva app, alguien está intentando engañarte para que proporciones acceso a tus datos. En este caso, no prosigas y en su lugar avisa a tu administrador de sistemas.",
|
||||
"Log in using password" : "Iniciar sesión con contraseña",
|
||||
"Alternative log in using app password" : "Inicio de sesión alternativo usando la contraseña de la aplicación",
|
||||
"Account connected" : "Cuenta conectada",
|
||||
"Your client should now be connected!" : "Tu cliente debería estar ahora conectado.",
|
||||
"You can close this window." : "Puedes cerrar esta ventana.",
|
||||
"Account access" : "Acceso a la cuenta",
|
||||
"Currently logged in as {userDisplayName} ({userId})." : "Actualmente conectado como {userDisplayName} ({userId}).",
|
||||
"You are about to grant \"{client}\" access to your {instanceName} account." : "Vas a conceder acceso a \"{client}\" a tu cuenta de {instanceName}.",
|
||||
"More actions" : "Más acciones",
|
||||
"User menu" : "Menú de usuario",
|
||||
"Your guest name: {user}" : "Su nombre como invitado: {user}",
|
||||
|
|
@ -387,10 +394,19 @@ OC.L10N.register(
|
|||
"Your browser is not supported. Please upgrade to a newer version or a supported one." : "Su navegador no está soportado. Por favor actualice a una versión nueva o a uno soportado.",
|
||||
"Continue with this unsupported browser" : "Continuar con este navegador no soportado",
|
||||
"Supported versions" : "Versiones soportadas",
|
||||
"The update completed with warnings. Please check the details for more information." : "La actualización se completó con advertencias. Consulte los detalles para obtener más información.",
|
||||
"The update completed successfully." : "La actualización se completó con éxito.",
|
||||
"Preparing update…" : "Preparando la actualización…",
|
||||
"You will be redirected to {productName} in {count} seconds." : "Serás redirigido a {productName} en {count} segundos.",
|
||||
"The update is in progress, leaving this page might interrupt the process in some environments." : "La actualización está en curso, salir de esta página podrían interrumpir el proceso en algunos entornos.",
|
||||
"App update required" : "Es necesaria una actualización en la aplicación",
|
||||
"{productName} will be updated to version {version}" : "{productName} será actualizado a la versión {version}",
|
||||
"The theme {oldTheme} has been disabled." : "El tema {oldTheme} ha sido deshabilitado.",
|
||||
"These incompatible apps will be disabled:" : "Estas aplicaciones incompatibles serán deshabilitadas:",
|
||||
"Incompatible apps" : "Apps incompatibles",
|
||||
"These apps will be updated:" : "Estas aplicaciones serán actualizadas:",
|
||||
"Apps to update" : "Apps para actualizar",
|
||||
"{app} from {oldVersion} to {version}" : "{app} de {oldVersion} a {version}",
|
||||
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Antes de proceder, asegúrese de que se haya hecho un respaldo de la base de datos, la carpeta de configuración y la carpeta de datos.",
|
||||
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Para evitar tiempos de espera en grandes instalaciones, en su lugar puede ejecutar el siguiente comando desde el directorio de instalación:",
|
||||
"Start update" : "Iniciar actualización",
|
||||
|
|
@ -398,6 +414,7 @@ OC.L10N.register(
|
|||
"Update to {version}" : "Actualice a {version}",
|
||||
"Hide details" : "Ocultar detalles",
|
||||
"Show details" : "Mostrar detalles",
|
||||
"Update details" : "Detalles de la actualización",
|
||||
"Update needed" : "Se necesita actualización",
|
||||
"Please use the command line updater because you have a big instance with more than 50 accounts." : "Por favor, use el actualizador de línea de comandos ya que tiene una gran instancia con más de 50 cuentas.",
|
||||
"Documentation" : "Documentación",
|
||||
|
|
|
|||
|
|
@ -197,6 +197,9 @@
|
|||
"Windows Media video" : "Vídeo de Windows Media",
|
||||
"AVI video" : "Vídeo AVI",
|
||||
"Done" : "Listo",
|
||||
"Scan QR code to log in" : "Escanea el código QR para iniciar sesión",
|
||||
"Use {productName} mobile client you want to connect to scan the code" : "Utiliza el cliente móvil {productName} al que deseas conectarte para escanear el código.",
|
||||
"Code will expire {timeCountdown} or after use" : "El código caducará en {timeCountdown} o tras usarlo",
|
||||
"Applications menu" : "Menú Aplicaciones",
|
||||
"Apps" : "Aplicaciones",
|
||||
"More apps" : "Más aplicaciones",
|
||||
|
|
@ -321,13 +324,17 @@
|
|||
"Login form is disabled." : "La página de inicio de sesión está deshabilitada.",
|
||||
"The Nextcloud login form is disabled. Use another login option if available or contact your administration." : "El formulario de inicio de sesión de Nextcloud está deshabilitado. Use otro medio de inicio de sesión disponible o contacte a su administración.",
|
||||
"Connect to your account" : "Conectar a cuenta",
|
||||
"Please log in before granting \"{client}\" access to your {instanceName} account." : "Inicie sesión antes de conceder a \"{client}\" acceso a su cuenta de {instanceName}.",
|
||||
"Security warning" : "Advertencia de seguridad",
|
||||
"If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Si no estás intentando añadir un nuevo dispositivo o una nueva app, alguien está intentando engañarte para que proporciones acceso a tus datos. En este caso, no prosigas y en su lugar avisa a tu administrador de sistemas.",
|
||||
"Log in using password" : "Iniciar sesión con contraseña",
|
||||
"Alternative log in using app password" : "Inicio de sesión alternativo usando la contraseña de la aplicación",
|
||||
"Account connected" : "Cuenta conectada",
|
||||
"Your client should now be connected!" : "Tu cliente debería estar ahora conectado.",
|
||||
"You can close this window." : "Puedes cerrar esta ventana.",
|
||||
"Account access" : "Acceso a la cuenta",
|
||||
"Currently logged in as {userDisplayName} ({userId})." : "Actualmente conectado como {userDisplayName} ({userId}).",
|
||||
"You are about to grant \"{client}\" access to your {instanceName} account." : "Vas a conceder acceso a \"{client}\" a tu cuenta de {instanceName}.",
|
||||
"More actions" : "Más acciones",
|
||||
"User menu" : "Menú de usuario",
|
||||
"Your guest name: {user}" : "Su nombre como invitado: {user}",
|
||||
|
|
@ -385,10 +392,19 @@
|
|||
"Your browser is not supported. Please upgrade to a newer version or a supported one." : "Su navegador no está soportado. Por favor actualice a una versión nueva o a uno soportado.",
|
||||
"Continue with this unsupported browser" : "Continuar con este navegador no soportado",
|
||||
"Supported versions" : "Versiones soportadas",
|
||||
"The update completed with warnings. Please check the details for more information." : "La actualización se completó con advertencias. Consulte los detalles para obtener más información.",
|
||||
"The update completed successfully." : "La actualización se completó con éxito.",
|
||||
"Preparing update…" : "Preparando la actualización…",
|
||||
"You will be redirected to {productName} in {count} seconds." : "Serás redirigido a {productName} en {count} segundos.",
|
||||
"The update is in progress, leaving this page might interrupt the process in some environments." : "La actualización está en curso, salir de esta página podrían interrumpir el proceso en algunos entornos.",
|
||||
"App update required" : "Es necesaria una actualización en la aplicación",
|
||||
"{productName} will be updated to version {version}" : "{productName} será actualizado a la versión {version}",
|
||||
"The theme {oldTheme} has been disabled." : "El tema {oldTheme} ha sido deshabilitado.",
|
||||
"These incompatible apps will be disabled:" : "Estas aplicaciones incompatibles serán deshabilitadas:",
|
||||
"Incompatible apps" : "Apps incompatibles",
|
||||
"These apps will be updated:" : "Estas aplicaciones serán actualizadas:",
|
||||
"Apps to update" : "Apps para actualizar",
|
||||
"{app} from {oldVersion} to {version}" : "{app} de {oldVersion} a {version}",
|
||||
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Antes de proceder, asegúrese de que se haya hecho un respaldo de la base de datos, la carpeta de configuración y la carpeta de datos.",
|
||||
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Para evitar tiempos de espera en grandes instalaciones, en su lugar puede ejecutar el siguiente comando desde el directorio de instalación:",
|
||||
"Start update" : "Iniciar actualización",
|
||||
|
|
@ -396,6 +412,7 @@
|
|||
"Update to {version}" : "Actualice a {version}",
|
||||
"Hide details" : "Ocultar detalles",
|
||||
"Show details" : "Mostrar detalles",
|
||||
"Update details" : "Detalles de la actualización",
|
||||
"Update needed" : "Se necesita actualización",
|
||||
"Please use the command line updater because you have a big instance with more than 50 accounts." : "Por favor, use el actualizador de línea de comandos ya que tiene una gran instancia con más de 50 cuentas.",
|
||||
"Documentation" : "Documentación",
|
||||
|
|
|
|||
|
|
@ -326,13 +326,17 @@ OC.L10N.register(
|
|||
"Login form is disabled." : "Sisselogimise leht on keelatud.",
|
||||
"The Nextcloud login form is disabled. Use another login option if available or contact your administration." : "Nextcloudi sisselogimisvorm on kasutusel eemaldatud. Kui mõni muu sisselogimisviis on saadaval, siis kasuta seda või küsi lisateavet oma süsteemihaldajalt.",
|
||||
"Connect to your account" : "Ühenda oma kasutajakontoga",
|
||||
"Please log in before granting \"{client}\" access to your {instanceName} account." : "Enne „{client}“ kliendile oma kontole ligipääsu lubamist „{instanceName}“ serveris, palun logi sisse.",
|
||||
"Security warning" : "Turvahoiatus",
|
||||
"If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Kui sa just hetkel ei ole seadistamas uut seadet või rakendust, siis võib keegi sind proovida petta eesmärgiga saada ligipääs sinu andmetele. Sel juhul palun ära jätka ja võta ühendust oma süsteemihaldajaga.",
|
||||
"Log in using password" : "Logi sisse salasõnaga",
|
||||
"Alternative log in using app password" : "Alternatiivne sisselogimisvõimalus rakenduse salasõnaga",
|
||||
"Account connected" : "Konto ühendatud",
|
||||
"Your client should now be connected!" : "Su klient peaks nüüd olema ühendatud!",
|
||||
"You can close this window." : "Võid selle akna sulgeda.",
|
||||
"Account access" : "Konto ligipääs",
|
||||
"Currently logged in as {userDisplayName} ({userId})." : "Hetkel sisselogitud kasutajana {userDisplayName} ({userId}).",
|
||||
"You are about to grant \"{client}\" access to your {instanceName} account." : "Sa oled „{client}“ kliendile andmas ligipääsu oma {instanceName} kontole.",
|
||||
"More actions" : "Täiendavad tegevused",
|
||||
"User menu" : "Kasutajamenüü",
|
||||
"Your guest name: {user}" : "Sinu külalisnimi: {user}",
|
||||
|
|
@ -347,6 +351,7 @@ OC.L10N.register(
|
|||
"You are not authorized to request a password for this share" : "Sul pole luba selle jaoskausta salasõna taotlemiseks",
|
||||
"Email address" : "E-posti aadress",
|
||||
"Request password" : "Küsi salasõna",
|
||||
"Forgot password" : "Unusta salasõna",
|
||||
"Password is too weak" : "Salasõna on liiga nõrk",
|
||||
"Password is weak" : "Salasõna on nõrk",
|
||||
"Password is average" : "Salasõna on keskpärane",
|
||||
|
|
@ -389,10 +394,19 @@ OC.L10N.register(
|
|||
"Your browser is not supported. Please upgrade to a newer version or a supported one." : "Sinu brauser ei ole toetatud. Palun uuenda see uuema versiooni peale või vaheta toetatud brauseri vastu.",
|
||||
"Continue with this unsupported browser" : "Jätka selle mittetoetatud brauseriga",
|
||||
"Supported versions" : "Toetatud versioonid",
|
||||
"The update completed with warnings. Please check the details for more information." : "Uuendamine lõppes hoiatustega. Lisateavet leiad dokumentatsioonist.",
|
||||
"The update completed successfully." : "Uuendamine õnnestus.",
|
||||
"Preparing update…" : "Valmistun uuendamiseks…",
|
||||
"You will be redirected to {productName} in {count} seconds." : "Sind suunatakse tagasi „{productName}“ toote juurde {count} sekundi möödumisel.",
|
||||
"The update is in progress, leaving this page might interrupt the process in some environments." : "Uuendamine on pooleli, sellelt lehelt lahkumine võib mõnes keskkonnas protsessi katkestada.",
|
||||
"App update required" : "Rakenduse uuendus on kohustuslik",
|
||||
"{productName} will be updated to version {version}" : "{productName} uuendatakse versioonini {version}",
|
||||
"The theme {oldTheme} has been disabled." : "„{oldTheme}“ kujundus on lülitatud välja.",
|
||||
"These incompatible apps will be disabled:" : "Need mitteühilduvad rakendused lülitatakse välja:",
|
||||
"Incompatible apps" : "Ühildumatud rakendused",
|
||||
"These apps will be updated:" : "Neid rakendusi uuendatakse:",
|
||||
"Apps to update" : "Uuendatavad rakendused",
|
||||
"{app} from {oldVersion} to {version}" : "{app}: „{oldVersion}“ → „{version}“",
|
||||
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Enne jätkamist veendu, et andmebaas ning seadete ja andmete kataloogid on varundatud.",
|
||||
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Suurtel saitidel aegumise vältimiseks võid sa paigalduskaustas käivitada järgmise käsu:",
|
||||
"Start update" : "Käivita uuendus",
|
||||
|
|
@ -400,6 +414,7 @@ OC.L10N.register(
|
|||
"Update to {version}" : "Uuenda versioonile {version}",
|
||||
"Hide details" : "Peida üksikasjad",
|
||||
"Show details" : "Näita üksikasju",
|
||||
"Update details" : "Uuenduse üksikasjad",
|
||||
"Update needed" : "Uuendamine vajaliik",
|
||||
"Please use the command line updater because you have a big instance with more than 50 accounts." : "Kuna sul on enam kui 50 kasutajaga server, siis palun kasuta uuendamiseks käsureal toimivat uuendajat.",
|
||||
"Documentation" : "Dokumentatsioon ja juhendid",
|
||||
|
|
@ -547,7 +562,7 @@ OC.L10N.register(
|
|||
"Only %s is available." : "Ainult %s on saadaval.",
|
||||
"Database account" : "Andmebaasi kasutajakonto",
|
||||
"Installing …" : "Paigaldan…",
|
||||
"Please log in before granting %1$s access to your %2$s account." : "Enne rakendusele %1$s oma %2$s kontole ligipääsu andmist logi sisse.",
|
||||
"Please log in before granting %1$s access to your %2$s account." : "Enne „%1$s“ rakendusele oma „%2$s“ kontole ligipääsu andmist logi sisse.",
|
||||
"Currently logged in as %1$s (%2$s)." : "Hetkel sisselogitus kasutajana %1$s (%2$s).",
|
||||
"You are about to grant %1$s access to your %2$s account." : "Oled andmas rakendusele %1$s ligipääsu oma %2$s kontole.",
|
||||
"%1$s will be updated to version %2$s" : "%1$s uuendatakse versioonile %2$s",
|
||||
|
|
|
|||
|
|
@ -324,13 +324,17 @@
|
|||
"Login form is disabled." : "Sisselogimise leht on keelatud.",
|
||||
"The Nextcloud login form is disabled. Use another login option if available or contact your administration." : "Nextcloudi sisselogimisvorm on kasutusel eemaldatud. Kui mõni muu sisselogimisviis on saadaval, siis kasuta seda või küsi lisateavet oma süsteemihaldajalt.",
|
||||
"Connect to your account" : "Ühenda oma kasutajakontoga",
|
||||
"Please log in before granting \"{client}\" access to your {instanceName} account." : "Enne „{client}“ kliendile oma kontole ligipääsu lubamist „{instanceName}“ serveris, palun logi sisse.",
|
||||
"Security warning" : "Turvahoiatus",
|
||||
"If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Kui sa just hetkel ei ole seadistamas uut seadet või rakendust, siis võib keegi sind proovida petta eesmärgiga saada ligipääs sinu andmetele. Sel juhul palun ära jätka ja võta ühendust oma süsteemihaldajaga.",
|
||||
"Log in using password" : "Logi sisse salasõnaga",
|
||||
"Alternative log in using app password" : "Alternatiivne sisselogimisvõimalus rakenduse salasõnaga",
|
||||
"Account connected" : "Konto ühendatud",
|
||||
"Your client should now be connected!" : "Su klient peaks nüüd olema ühendatud!",
|
||||
"You can close this window." : "Võid selle akna sulgeda.",
|
||||
"Account access" : "Konto ligipääs",
|
||||
"Currently logged in as {userDisplayName} ({userId})." : "Hetkel sisselogitud kasutajana {userDisplayName} ({userId}).",
|
||||
"You are about to grant \"{client}\" access to your {instanceName} account." : "Sa oled „{client}“ kliendile andmas ligipääsu oma {instanceName} kontole.",
|
||||
"More actions" : "Täiendavad tegevused",
|
||||
"User menu" : "Kasutajamenüü",
|
||||
"Your guest name: {user}" : "Sinu külalisnimi: {user}",
|
||||
|
|
@ -345,6 +349,7 @@
|
|||
"You are not authorized to request a password for this share" : "Sul pole luba selle jaoskausta salasõna taotlemiseks",
|
||||
"Email address" : "E-posti aadress",
|
||||
"Request password" : "Küsi salasõna",
|
||||
"Forgot password" : "Unusta salasõna",
|
||||
"Password is too weak" : "Salasõna on liiga nõrk",
|
||||
"Password is weak" : "Salasõna on nõrk",
|
||||
"Password is average" : "Salasõna on keskpärane",
|
||||
|
|
@ -387,10 +392,19 @@
|
|||
"Your browser is not supported. Please upgrade to a newer version or a supported one." : "Sinu brauser ei ole toetatud. Palun uuenda see uuema versiooni peale või vaheta toetatud brauseri vastu.",
|
||||
"Continue with this unsupported browser" : "Jätka selle mittetoetatud brauseriga",
|
||||
"Supported versions" : "Toetatud versioonid",
|
||||
"The update completed with warnings. Please check the details for more information." : "Uuendamine lõppes hoiatustega. Lisateavet leiad dokumentatsioonist.",
|
||||
"The update completed successfully." : "Uuendamine õnnestus.",
|
||||
"Preparing update…" : "Valmistun uuendamiseks…",
|
||||
"You will be redirected to {productName} in {count} seconds." : "Sind suunatakse tagasi „{productName}“ toote juurde {count} sekundi möödumisel.",
|
||||
"The update is in progress, leaving this page might interrupt the process in some environments." : "Uuendamine on pooleli, sellelt lehelt lahkumine võib mõnes keskkonnas protsessi katkestada.",
|
||||
"App update required" : "Rakenduse uuendus on kohustuslik",
|
||||
"{productName} will be updated to version {version}" : "{productName} uuendatakse versioonini {version}",
|
||||
"The theme {oldTheme} has been disabled." : "„{oldTheme}“ kujundus on lülitatud välja.",
|
||||
"These incompatible apps will be disabled:" : "Need mitteühilduvad rakendused lülitatakse välja:",
|
||||
"Incompatible apps" : "Ühildumatud rakendused",
|
||||
"These apps will be updated:" : "Neid rakendusi uuendatakse:",
|
||||
"Apps to update" : "Uuendatavad rakendused",
|
||||
"{app} from {oldVersion} to {version}" : "{app}: „{oldVersion}“ → „{version}“",
|
||||
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Enne jätkamist veendu, et andmebaas ning seadete ja andmete kataloogid on varundatud.",
|
||||
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Suurtel saitidel aegumise vältimiseks võid sa paigalduskaustas käivitada järgmise käsu:",
|
||||
"Start update" : "Käivita uuendus",
|
||||
|
|
@ -398,6 +412,7 @@
|
|||
"Update to {version}" : "Uuenda versioonile {version}",
|
||||
"Hide details" : "Peida üksikasjad",
|
||||
"Show details" : "Näita üksikasju",
|
||||
"Update details" : "Uuenduse üksikasjad",
|
||||
"Update needed" : "Uuendamine vajaliik",
|
||||
"Please use the command line updater because you have a big instance with more than 50 accounts." : "Kuna sul on enam kui 50 kasutajaga server, siis palun kasuta uuendamiseks käsureal toimivat uuendajat.",
|
||||
"Documentation" : "Dokumentatsioon ja juhendid",
|
||||
|
|
@ -545,7 +560,7 @@
|
|||
"Only %s is available." : "Ainult %s on saadaval.",
|
||||
"Database account" : "Andmebaasi kasutajakonto",
|
||||
"Installing …" : "Paigaldan…",
|
||||
"Please log in before granting %1$s access to your %2$s account." : "Enne rakendusele %1$s oma %2$s kontole ligipääsu andmist logi sisse.",
|
||||
"Please log in before granting %1$s access to your %2$s account." : "Enne „%1$s“ rakendusele oma „%2$s“ kontole ligipääsu andmist logi sisse.",
|
||||
"Currently logged in as %1$s (%2$s)." : "Hetkel sisselogitus kasutajana %1$s (%2$s).",
|
||||
"You are about to grant %1$s access to your %2$s account." : "Oled andmas rakendusele %1$s ligipääsu oma %2$s kontole.",
|
||||
"%1$s will be updated to version %2$s" : "%1$s uuendatakse versioonile %2$s",
|
||||
|
|
|
|||
|
|
@ -394,9 +394,19 @@ OC.L10N.register(
|
|||
"Your browser is not supported. Please upgrade to a newer version or a supported one." : "Ní thacaítear le do bhrabhsálaí. Uasghrádaigh go leagan níos nuaí nó go leagan a dtacaítear leis le do thoil.",
|
||||
"Continue with this unsupported browser" : "Lean ar aghaidh leis an mbrabhsálaí seo nach dtacaítear leis",
|
||||
"Supported versions" : "Leaganacha tacaithe",
|
||||
"The update completed with warnings. Please check the details for more information." : "Críochnaíodh an nuashonrú le rabhaidh. Seiceáil na sonraí le haghaidh tuilleadh eolais.",
|
||||
"The update completed successfully." : "Críochnaíodh an nuashonrú go rathúil.",
|
||||
"Preparing update…" : "Nuashonrú á ullmhú…",
|
||||
"You will be redirected to {productName} in {count} seconds." : "Déanfar tú a atreorú chuig {productName} i gceann {count} soicind.",
|
||||
"The update is in progress, leaving this page might interrupt the process in some environments." : "Tá an nuashonrú ar siúl, agus d'fhéadfadh go gcuirfí isteach ar an bpróiseas i dtimpeallachtaí áirithe dá bhfágfaí an leathanach seo.",
|
||||
"App update required" : "Nuashonrú aip ag teastáil",
|
||||
"{productName} will be updated to version {version}" : "Nuashonrófar {productName} go leagan {version}",
|
||||
"The theme {oldTheme} has been disabled." : "Tá an téama {oldTheme} díchumasaithe.",
|
||||
"These incompatible apps will be disabled:" : "Díchumasófar na haipeanna neamh-chomhoiriúnacha seo:",
|
||||
"Incompatible apps" : "Aipeanna neamh-chomhoiriúnacha",
|
||||
"These apps will be updated:" : "Déanfar na haipeanna seo a nuashonrú:",
|
||||
"Apps to update" : "Aipeanna le nuashonrú",
|
||||
"{app} from {oldVersion} to {version}" : "{app} ó {oldVersion} go {version}",
|
||||
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Cinntigh, le do thoil, go bhfuil an bunachar sonraí, an fillteán cumraíochta agus an fillteán sonraí cúltacaithe sula dtéann tú ar aghaidh.",
|
||||
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Chun sosanna ama a sheachaint le suiteálacha níos mó, is féidir leat an t-ordú seo a leanas a rith ó do eolaire suiteála:",
|
||||
"Start update" : "Tosaigh nuashonrú",
|
||||
|
|
@ -404,6 +414,7 @@ OC.L10N.register(
|
|||
"Update to {version}" : "Nuashonraigh go {version}",
|
||||
"Hide details" : "Folaigh sonraí",
|
||||
"Show details" : "Sonraí a thaispeáint",
|
||||
"Update details" : "Nuashonraigh sonraí",
|
||||
"Update needed" : "Nuashonrú ag teastáil",
|
||||
"Please use the command line updater because you have a big instance with more than 50 accounts." : "Bain úsáid as an nuashonrú líne ordaithe toisc go bhfuil ásc mór agat le níos mó ná 50 cuntas le do thoil.",
|
||||
"Documentation" : "Doiciméadúchán",
|
||||
|
|
|
|||
|
|
@ -392,9 +392,19 @@
|
|||
"Your browser is not supported. Please upgrade to a newer version or a supported one." : "Ní thacaítear le do bhrabhsálaí. Uasghrádaigh go leagan níos nuaí nó go leagan a dtacaítear leis le do thoil.",
|
||||
"Continue with this unsupported browser" : "Lean ar aghaidh leis an mbrabhsálaí seo nach dtacaítear leis",
|
||||
"Supported versions" : "Leaganacha tacaithe",
|
||||
"The update completed with warnings. Please check the details for more information." : "Críochnaíodh an nuashonrú le rabhaidh. Seiceáil na sonraí le haghaidh tuilleadh eolais.",
|
||||
"The update completed successfully." : "Críochnaíodh an nuashonrú go rathúil.",
|
||||
"Preparing update…" : "Nuashonrú á ullmhú…",
|
||||
"You will be redirected to {productName} in {count} seconds." : "Déanfar tú a atreorú chuig {productName} i gceann {count} soicind.",
|
||||
"The update is in progress, leaving this page might interrupt the process in some environments." : "Tá an nuashonrú ar siúl, agus d'fhéadfadh go gcuirfí isteach ar an bpróiseas i dtimpeallachtaí áirithe dá bhfágfaí an leathanach seo.",
|
||||
"App update required" : "Nuashonrú aip ag teastáil",
|
||||
"{productName} will be updated to version {version}" : "Nuashonrófar {productName} go leagan {version}",
|
||||
"The theme {oldTheme} has been disabled." : "Tá an téama {oldTheme} díchumasaithe.",
|
||||
"These incompatible apps will be disabled:" : "Díchumasófar na haipeanna neamh-chomhoiriúnacha seo:",
|
||||
"Incompatible apps" : "Aipeanna neamh-chomhoiriúnacha",
|
||||
"These apps will be updated:" : "Déanfar na haipeanna seo a nuashonrú:",
|
||||
"Apps to update" : "Aipeanna le nuashonrú",
|
||||
"{app} from {oldVersion} to {version}" : "{app} ó {oldVersion} go {version}",
|
||||
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Cinntigh, le do thoil, go bhfuil an bunachar sonraí, an fillteán cumraíochta agus an fillteán sonraí cúltacaithe sula dtéann tú ar aghaidh.",
|
||||
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Chun sosanna ama a sheachaint le suiteálacha níos mó, is féidir leat an t-ordú seo a leanas a rith ó do eolaire suiteála:",
|
||||
"Start update" : "Tosaigh nuashonrú",
|
||||
|
|
@ -402,6 +412,7 @@
|
|||
"Update to {version}" : "Nuashonraigh go {version}",
|
||||
"Hide details" : "Folaigh sonraí",
|
||||
"Show details" : "Sonraí a thaispeáint",
|
||||
"Update details" : "Nuashonraigh sonraí",
|
||||
"Update needed" : "Nuashonrú ag teastáil",
|
||||
"Please use the command line updater because you have a big instance with more than 50 accounts." : "Bain úsáid as an nuashonrú líne ordaithe toisc go bhfuil ásc mór agat le níos mó ná 50 cuntas le do thoil.",
|
||||
"Documentation" : "Doiciméadúchán",
|
||||
|
|
|
|||
291
core/l10n/he.js
Normal file
291
core/l10n/he.js
Normal file
|
|
@ -0,0 +1,291 @@
|
|||
OC.L10N.register(
|
||||
"core",
|
||||
{
|
||||
"Please select a file." : "יש לבחור קובץ.",
|
||||
"File is too big" : "הקובץ גדול מדי",
|
||||
"The selected file is not an image." : "הקובץ שנבחר אינו קובץ תמונה",
|
||||
"The selected file cannot be read." : "לא ניתן לקרוא את הקובץ שנבחר",
|
||||
"The file was uploaded" : "הקובץ הועלה",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "הקובץ שהועלה חורג מההנחיה upload_max_filesize ב־php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "הקובץ שהועלה חורג מההנחיה MAX_FILE_SIZE שצוינה בטופס ה־HTML",
|
||||
"The file was only partially uploaded" : "הקובץ הועלה באופן חלקי בלבד",
|
||||
"No file was uploaded" : "לא הועלה קובץ",
|
||||
"Missing a temporary folder" : "חסרה תיקייה זמנית",
|
||||
"Could not write file to disk" : "לא ניתן לכתוב לכונן",
|
||||
"A PHP extension stopped the file upload" : "הרחבת PHP עצרה את העלאת הקובץ",
|
||||
"Invalid file provided" : "סופק קובץ לא חוקי",
|
||||
"No image or file provided" : "לא סופקו תמונה או קובץ",
|
||||
"Unknown filetype" : "סוג קובץ לא מוכר",
|
||||
"An error occurred. Please contact your admin." : "אירעה שגיאה. יש ליצור קשר עם המנהל שלך.",
|
||||
"Invalid image" : "תמונה לא חוקית",
|
||||
"State token does not match" : "קוד אימות מצב אינו תואם",
|
||||
"Invalid app password" : "ססמת היישומון שגויה",
|
||||
"Could not complete login" : "לא ניתן להשלים את הכניסה",
|
||||
"Your login token is invalid or has expired" : "אסימון הכניסה שלך שגוי או שהוא פג",
|
||||
"Login" : "כניסה",
|
||||
"Password reset is disabled" : "אין אפשרות לאפס ססמה",
|
||||
"%s password reset" : "%s הסיסמא אופסה",
|
||||
"Password reset" : "איפוס ססמה",
|
||||
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "לחיצה על הכפתור הבא תוביל לאיפוס הססמה, אם לא ביקשת לאפס ססמה יש להתעלם מהודעה זו",
|
||||
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "יש ללחוץ על הקישור הבא כדי לאפס ססמה, אם לא ביקשת לאפס ססמה יש להתעלם מהודעה זו",
|
||||
"Reset your password" : "איפוס הססמה שלך",
|
||||
"Internal error" : "שגיאה פנימית",
|
||||
"Not found" : "לא נמצא",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"Repair step:" : "שלב בתיקון:",
|
||||
"Repair info:" : "פרטי תיקון:",
|
||||
"Repair warning:" : "אזהרת תיקון:",
|
||||
"Repair error:" : "שגיאת תיקון:",
|
||||
"Nextcloud Server" : "שרת Nextcloud",
|
||||
"Some of your link shares have been removed" : "חלק מקישורי השיתופים שלך הוסרו",
|
||||
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "עקב תקלת אבטחה נאלצנו להסיר חלק מקישורי השיתופים שלך. נא להיכנס לקישור לקבלת פרטים נוספים.",
|
||||
"Learn more ↗" : "מידע נוסף ↖ ",
|
||||
"Preparing update" : "מכין עדכון",
|
||||
"Turned on maintenance mode" : "הפעלת מצב אחזקה",
|
||||
"Turned off maintenance mode" : "כיבוי מצב אחזקה",
|
||||
"Maintenance mode is kept active" : "מצב אחזקה נשמר פעיל",
|
||||
"Updating database schema" : "עדכון סכימת מסד נתונים",
|
||||
"Updated database" : "עדכון מסד נתונים",
|
||||
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "בודק אם סכימת מסד הנתונים עבור %s ניתנת לעדכון (פעולה זו יכולה להמשך זמן רב תלוי בגודל מסד הנתונים)",
|
||||
"Updated \"%1$s\" to %2$s" : "„%1$s” עודכן לכדי %2$s",
|
||||
"Set log level to debug" : "קביעת רמת דיווח לתהליך ניפוי בשגיאות",
|
||||
"Reset log level" : "קביעה מחדש לרמת דיווח",
|
||||
"Starting code integrity check" : "התחלת בדיקת תקינות קוד",
|
||||
"Finished code integrity check" : "סיום בדיקת תקינות קוד",
|
||||
"%s (incompatible)" : "%s (לא תואם)",
|
||||
"The following apps have been disabled: %s" : "היישומים הבאים הושבתו: %s",
|
||||
"Already up to date" : "כבר עדכני",
|
||||
"Unknown" : "לא ידוע",
|
||||
"Done" : "הסתיים",
|
||||
"Apps" : "יישומים",
|
||||
"More apps" : "יישומים נוספים",
|
||||
"No" : "לא",
|
||||
"Yes" : "כן",
|
||||
"Grant access" : "הענקת גישה",
|
||||
"Failed to add the public link to your Nextcloud" : "אירע כשל בהוספת קישור ציבורי ל־Nextcloud שלך",
|
||||
"Create share" : "צור שיתוף",
|
||||
"Start typing to search" : "להתחלת החיפוש יש להקליד",
|
||||
"Today" : "היום",
|
||||
"Last year" : "שנה שעברה",
|
||||
"Places" : "מקומות",
|
||||
"Date" : "תאריך",
|
||||
"Load more results" : "לטעון עוד תוצאות",
|
||||
"Log in" : "כניסה",
|
||||
"Account name or email" : "שם משתמש או דואר אלקטרוני",
|
||||
"Server side authentication failed!" : "אימות לצד שרת נכשל!",
|
||||
"Please contact your administrator." : "יש ליצור קשר עם המנהל.",
|
||||
"An internal error occurred." : "אירעה שגיאה פנימית.",
|
||||
"Please try again or contact your administrator." : "יש לנסות שוב ליצור קשר עם המנהל שלך.",
|
||||
"Password" : "ססמה",
|
||||
"Log in with a device" : "כניסה עם מכשיר",
|
||||
"Your account is not setup for passwordless login." : "החשבון שלך לא מוגדר לכניסה בלי ססמה.",
|
||||
"Passwordless authentication is only available over a secure connection." : "אימות ללא ססמה זמין רק דרך חיבור מאובטח.",
|
||||
"Passwordless authentication is not supported in your browser." : "אימות ללא ססמה אינו נתמך על ידי הדפדפן שלך.",
|
||||
"Reset password" : "איפוס ססמה",
|
||||
"Back to login" : "חזרה לכניסה",
|
||||
"Couldn't send reset email. Please contact your administrator." : "לא ניתן היה לשלוח דואר אלקטרוני לאיפוס. יש לפנות למנהל שלך.",
|
||||
"New password" : "ססמה חדשה",
|
||||
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "הקבצים שלך מוצפנים. לא תהיה שום דרך להחזיר את הנתונים לאחר איפוס הסיסמה. אם אינך בטוח מה לעשות, פנה למנהל המערכת לפני שתמשיך. האם אתה באמת רוצה להמשיך?",
|
||||
"I know what I'm doing" : "אני יודע/ת מה אני עושה",
|
||||
"Resetting password" : "איפוס ססמה",
|
||||
"Schedule work & meetings, synced with all your devices." : "תזמון עבודה ופגישות בסנכרון עם כל המכשירים שלך.",
|
||||
"Keep your colleagues and friends in one place without leaking their private info." : "עמיתים לעבודה וחברים מרוכזים במקום אחד מבלי זליגה של הפרטים האישיים שלהם.",
|
||||
"Simple email app nicely integrated with Files, Contacts and Calendar." : "יישומון דוא״ל פשוט שמשתלב בצורה נחמדה עם הקבצים, אנשי הקשר והיומן.",
|
||||
"Recommended apps" : "יישומונים מומלצים",
|
||||
"App download or installation failed" : "הורדת או התקנת היישומון נכשלה",
|
||||
"Skip" : "דלג",
|
||||
"Install recommended apps" : "התקנת יישומונים מומלצים",
|
||||
"Online" : "מקוון",
|
||||
"Away" : "לא פה",
|
||||
"Busy" : "עסוק",
|
||||
"Mute all notifications" : "השתקת כל ההתראות",
|
||||
"Invisible" : "נסתרת",
|
||||
"Appear offline" : "להופיע במצב בלתי מקוון",
|
||||
"Settings menu" : "תפריט הגדרות",
|
||||
"Reset search" : "איפוס החיפוש",
|
||||
"Could not load your contacts" : "לא ניתן לטעון את אנשי הקשר שלך",
|
||||
"No contacts found" : "לא נמצאו אנשי קשר",
|
||||
"Install the Contacts app" : "התקנת יישומון אנשי הקשר",
|
||||
"Search" : "חיפוש",
|
||||
"No results for {query}" : "אין תוצאות עבור {query}",
|
||||
"_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["נא להקליד לפחות תו אחד כדי לחפש","נא להקליד לפחות {minSearchLength} תווים כדי לחפש","נא להקליד לפחות {minSearchLength} תווים כדי לחפש","נא להקליד לפחות {minSearchLength} תווים כדי לחפש"],
|
||||
"An error occurred while searching for {type}" : "אירעה שגיאה בחיפוש אחר {type}",
|
||||
"Search for {name} only" : "חפש ל-{name} בלבד",
|
||||
"Forgot password?" : "שכחת ססמה?",
|
||||
"Back" : "חזרה",
|
||||
"Connect to your account" : "התחברות לחשבון שלך",
|
||||
"Security warning" : "אזהרת אבטחה",
|
||||
"If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "אם אינך מנסה להגדיר מכשיר חדש או אפליקציה חדשה, מישהו מנסה לרמות אותך להעניק לו גישה לנתונים שלך. במקרה הזה, אל תמשיך, ובמקום זאת פנה למנהל המערכת שלך.",
|
||||
"Account connected" : "חשבון מחובר",
|
||||
"Your client should now be connected!" : "הלקוח שלך אמור להיות מחובר עכשיו!",
|
||||
"You can close this window." : "ניתן לסגור את החלון הזה.",
|
||||
"Account access" : "גישה לחשבון",
|
||||
"More actions" : "פעולות נוספות",
|
||||
"This share is password-protected" : "שיתוף זה מוגן בססמה",
|
||||
"Submit" : "שליחה",
|
||||
"Email address" : "כתובת דוא״ל",
|
||||
"Request password" : "בקשת ססמה",
|
||||
"Forgot password" : "שכחתי ססמה",
|
||||
"Storage & database" : "אחסון ומסד נתונים",
|
||||
"Data folder" : "תיקיית נתונים",
|
||||
"Install and activate additional PHP modules to choose other database types." : "לבחירת סוגים אחרים של מסדי נתונים יש להתקין ולהפעיל מודולי PHP נוספים.",
|
||||
"For more details check out the documentation." : "למידע נוסף יש לבדוק במסמכי התיעוד.",
|
||||
"Performance warning" : "אזהרת ביצועים",
|
||||
"You chose SQLite as database." : "בחרת ב־SQLite כמסד נתונים.",
|
||||
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "יש להשתמש ב־SQLite לסביבות מזעריות או למטרות פיתוח. בסביבת פעילות שגרתית אנו ממליצים על מנגנון מסד נתונים אחר.",
|
||||
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "אם יש לך לקוח שמשמש אותך לסנכרון קבצים, השימוש ב־SQLite לא מומלץ עבורך.",
|
||||
"Database user" : "שם משתמש במסד הנתונים",
|
||||
"Database password" : "ססמת מסד הנתונים",
|
||||
"Database name" : "שם מסד הנתונים",
|
||||
"Database tablespace" : "מרחב הכתובות של מסד הנתונים",
|
||||
"Please specify the port number along with the host name (e.g., localhost:5432)." : "נא לציין את מספר הפתחה יחד עם שם המארח (למשל: localhost:5432).",
|
||||
"Database host" : "שרת מסד נתונים",
|
||||
"Install" : "התקנה",
|
||||
"Need help?" : "עזרה נזקקת?",
|
||||
"See the documentation" : "יש לצפות במסמכי התיעוד",
|
||||
"The update is in progress, leaving this page might interrupt the process in some environments." : "העדכון מתבצע, יציאה מהעמוד הזה עשויה להפריע לתהליך בסביבות מסוימות.",
|
||||
"App update required" : "נדרש עדכון יישום",
|
||||
"These incompatible apps will be disabled:" : "יישומים לא תואמים ינוטרלו:",
|
||||
"These apps will be updated:" : "יישומים אלו יעודכנו:",
|
||||
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "יש לוודא שמסד הנתונים, תיקיית config ותיקיית data גובו לפני המשך התהליך.",
|
||||
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "למניעת פסקי זמן בהתקנות גדולות, ניתן במקום להריץ את הפקודה הבאה בתיקיית ההתקנה שלך:",
|
||||
"Start update" : "התחלת עדכון",
|
||||
"Update to {version}" : "עדכון ל־{version}",
|
||||
"Hide details" : "הסתרת פרטים",
|
||||
"Show details" : "הצגת פרטים",
|
||||
"Update needed" : "עדכון נדרש",
|
||||
"Documentation" : "תיעוד",
|
||||
"I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "ידוע לי שאם אמשיך דרך מנשק הדפדפן אהיה חשוף לסכנה, שהבקשה עשויה להיקלע לחוסר מענה וכתוצאה מכך אבדן נתונים, אך יש לי גיבוי וידוע לי איך לשחזר את העותק שלי במקרה של כשל.",
|
||||
"Upgrade via web on my own risk" : "השדרוג דרך האינטרנט הוא על אחריותי",
|
||||
"Choose" : "בחירה",
|
||||
"Copy" : "העתקה",
|
||||
"Move" : "העברה",
|
||||
"OK" : "אישור",
|
||||
"read-only" : "לקריאה בלבד",
|
||||
"_{count} file conflict_::_{count} file conflicts_" : ["{count} הנגשות קובץ","{count} התנגשויות קבצים","{count} התנגשויות קבצים","{count} התנגשויות קבצים"],
|
||||
"One file conflict" : "התנגשות קובץ אחת",
|
||||
"New Files" : "קבצים חדשים",
|
||||
"Already existing files" : "קבצים קיימים כבר",
|
||||
"Which files do you want to keep?" : "אילו קבצים ברצונך לשמור?",
|
||||
"If you select both versions, the copied file will have a number added to its name." : "אם תבחר האפשרות לשמור את שתי הגרסאות, לשם קובץ המועתק יתווסף מספר.",
|
||||
"Cancel" : "ביטול",
|
||||
"Continue" : "המשך",
|
||||
"(all selected)" : "(הכול נבחר)",
|
||||
"({count} selected)" : "({count} נבחרו)",
|
||||
"Error loading file exists template" : "שגיאה בטעינת קובץ תבנית קיימים",
|
||||
"Saving …" : "מתבצע שמירה…",
|
||||
"Groups" : "קבוצות",
|
||||
"Group list is empty" : "רשימת הקבוצות ריקה",
|
||||
"Unable to retrieve the group list" : "לא ניתן לקבל את רשימת הקבוצות",
|
||||
"seconds ago" : "לפני מספר שניות",
|
||||
"Connection to server lost" : "החיבור לשרת אבד",
|
||||
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["תקלה בטעינת העמוד, יתבצע רענון בעוד שנייה","תקלה בטעינת העמוד, יתבצע רענון בעוד %n שניות","תקלה בטעינת העמוד, יתבצע רענון בעוד %n שניות","תקלה בטעינת העמוד, יתבצע רענון בעוד %n שניות"],
|
||||
"Add to a project" : "הוספה למיזם",
|
||||
"Rename project" : "שינוי שם מיזם",
|
||||
"Failed to rename the project" : "שינוי שם המיזם נכשל",
|
||||
"Failed to create a project" : "יצירת המיזם נכשלה",
|
||||
"Failed to add the item to the project" : "הוספת פריט למיזם נכשלה",
|
||||
"Connect items to a project to make them easier to find" : "יש לחבר פריטים למיזם כדי להקל על איתורם",
|
||||
"Type to search for existing projects" : "לחיפוש במיזמים הקיימים יש להקליד",
|
||||
"New in" : "חדש ב־",
|
||||
"View changelog" : "הצגת יומן שינויים",
|
||||
"Personal" : "אישי",
|
||||
"Accounts" : "Accounts",
|
||||
"Admin" : "מנהל",
|
||||
"Help" : "עזרה",
|
||||
"Access forbidden" : "הגישה נחסמה",
|
||||
"Back to %s" : "חזרה אל %s",
|
||||
"Page not found" : "העמוד לא נמצא",
|
||||
"Too many requests" : "יותר מדי בקשות",
|
||||
"There were too many requests from your network. Retry later or contact your administrator if this is an error." : "היו יותר מדי בקשות מהרשת שלך. נסה שוב מאוחר יותר, או צור קשר עם מנהל המערכת שלך אם זו שגיאה.",
|
||||
"Error" : "שגיאה",
|
||||
"Internal Server Error" : "שגיאה פנימית בשרת",
|
||||
"The server was unable to complete your request." : "השרת לא הצליח להשלים את הבקשה שלך.",
|
||||
"If this happens again, please send the technical details below to the server administrator." : "אם דבר כזה קורה שוב, נא לשלוח את הפרטים הטכניים שלהלן למנהל השרת.",
|
||||
"More details can be found in the server log." : "פרטים נוספים ניתן למצוא בלוג של הרשת.",
|
||||
"Technical details" : "פרטים טכנים",
|
||||
"Remote Address: %s" : "כתובת מרוחקת: %s",
|
||||
"Request ID: %s" : "מספר זיהוי מבוקש: %s",
|
||||
"Type: %s" : "סוג: %s",
|
||||
"Code: %s" : "קוד: %s",
|
||||
"Message: %s" : "הודעה: %s",
|
||||
"File: %s" : "קובץ: %s",
|
||||
"Line: %s" : "שורה: %s",
|
||||
"Trace" : "עקבות",
|
||||
"It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "נראה שאתה מנסה להתקין מחדש את ה-Nextcloud שלך.אבל הקובץ CAN_INSTALL חסר בספריית ה-config שלך. אנא צור את הקובץ CAN_INSTALL בתיקיית ה-config שלך כדי להמשיך.",
|
||||
"Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "לא ניתן להסיר את CAN_INSTALL מתיקיית ההגדרות. נא להסיר את הקובץ הזה ידנית.",
|
||||
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "יישום זה דורש JavaScript לפעולה נכונה. יש {linkstart}לאפשר JavaScript{linkend} ולטעון את העמוד מחדש.",
|
||||
"Skip to main content" : "דילוג לתוכן הראשי",
|
||||
"Skip to navigation of app" : "דילוג לניווט של היישומון",
|
||||
"Go to %s" : "מעבר אל %s",
|
||||
"Get your own free account" : "קבלת חשבון משלך בחינם",
|
||||
"Previous" : "הקודם",
|
||||
"Two-factor authentication" : "אימות דו־שלבי",
|
||||
"Enhanced security is enabled for your account. Choose a second factor for authentication:" : "על החשבון שלך מופעלת אבטחה מוגברת. נא לבחור גורם אימות נוסף:",
|
||||
"Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "לא ניתן לטעון לפחות את אחד משיטות האימות הדו־שלבי שהפעלת. נא ליצור קשר עם מנהל המערכת.",
|
||||
"Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "אימות דו־שלבי נאכף אך הוא אינו מוגדר על החשבון שלך. נא ליצור קשר עם המנהל שלך לקבלת עזרה.",
|
||||
"Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "אימות דו-גורמי נאכף, אך לא הוגדר בחשבון שלך. אנא תמשיך להגדיר אימות דו-גורמי.",
|
||||
"Set up two-factor authentication" : "הגדרת אימות דו־שלבי",
|
||||
"Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "אימות דו־שלבי נאכף אך הוא אינו מוגדר על החשבון שלך. נא להשתמש באחד מהקודים לצורכי גיבוי כדי להיכנס או ליצור קשר עם המנהל שלך לקבלת עזרה.",
|
||||
"Use backup code" : "שימוש בקוד גיבוי",
|
||||
"Cancel login" : "ביטול התחברות",
|
||||
"Enhanced security is enforced for your account. Choose which provider to set up:" : "על החשבון שלך נאכפת אבטחה מורחבת. נא לבחור איזה ספק להגדיר:",
|
||||
"Error while validating your second factor" : "שגיאה בעת אימות הגורם השני",
|
||||
"Access through untrusted domain" : "גישה דרך שם מתחם בלתי מהימן",
|
||||
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "נא ליצור קשר עם מנהל השרת שלך. אם הרשאות ניהול השרת הן בידיך, יש לערוך את ההגדרה „trusted_domains” בתוך config/config.php כמו הדוגמה שבתוך ",
|
||||
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "ניתן למצוא מידע נוסף על אופן ההגדרה של התכונה הזאת ב%1$sתיעוד%2$s.",
|
||||
"Maintenance mode" : "מצב תחזוקה",
|
||||
"This %s instance is currently in maintenance mode, which may take a while." : "עותק %s זה כרגע במצב תחזוקה, שיארך זמן מה.",
|
||||
"This page will refresh itself when the instance is available again." : "עמוד זה ירענן את עצמו כאשר העותק ישוב להיות זמין.",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "יש ליצור קשר עם מנהל המערכת אם הודעה שו נמשכת או מופיעה באופן בלתי צפוי. ",
|
||||
"Error occurred while checking server setup" : "שגיאה אירעה בזמן בדיקת התקנת השרת",
|
||||
"unknown text" : "מלל לא מוכר",
|
||||
"Hello world!" : "שלום עולם!",
|
||||
"sunny" : "שמשי",
|
||||
"Hello {name}, the weather is {weather}" : "שלום {name}, מזג האוויר הנו {weather}",
|
||||
"Hello {name}" : "שלום {name}",
|
||||
"<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>אלו תוצאות החיפוש שלך<script>alert(1)</script></strong>",
|
||||
"new" : "חדש",
|
||||
"_download %n file_::_download %n files_" : ["התקבל קובץ %n","התקבלו %n קבצים","התקבלו %n קבצים"],
|
||||
"An error occurred." : "אירעה שגיאה.",
|
||||
"Please reload the page." : "יש להעלות מחדש דף זה.",
|
||||
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "העדכון לא בוצע בהצלחה. למידע נוסף <a href=\"{url}\">ניתן לבדוק בהודעת הפורום שלנו</a> המכסה נושא זו.",
|
||||
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "העדכון לא הצליח. נא לדווח על התקלה הזאת ל<a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">קהילת Nextcloud</a>.",
|
||||
"Searching …" : "מתבצע חיפוש…",
|
||||
"Logging in …" : "מתבצעת כניסה…",
|
||||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "זיהינו מספר ניסיונות כניסה שגויים מכתובת ה־IP שלך. לכן, ניסיון הכניסה הבא יתאפשר עבורך רק בעוד 30 שניות.",
|
||||
"Loading apps …" : "היישומונים נטענים…",
|
||||
"Installing apps …" : "היישומונים מותקנים…",
|
||||
"Loading your contacts …" : "אנשי הקשר שלך נטענים…",
|
||||
"Looking for {term} …" : "מתבצע חיפוש אחר {term}…",
|
||||
"Search contacts …" : "חיפוש אנשי קשר…",
|
||||
"Loading more results …" : "נטענות תוצאות נוספות…",
|
||||
"Search {types} …" : "חפש {types} ...",
|
||||
"Saving …" : "מתבצעת שמירה…",
|
||||
"Very weak password" : "ססמה מאוד חלשה",
|
||||
"Weak password" : "ססמה חלשה",
|
||||
"So-so password" : "ססמה בינונית",
|
||||
"Good password" : "ססמה טובה",
|
||||
"Strong password" : "ססמה חזקה",
|
||||
"No action available" : "אין פעולה זמינה",
|
||||
"Error fetching contact actions" : "שגיאה בקבלת פעולות אנשי הקשר",
|
||||
"Non-existing tag #{tag}" : "תגית לא קיימת #{tag}",
|
||||
"Restricted" : "מוגבלת",
|
||||
"Delete" : "מחיקה",
|
||||
"Rename" : "שינוי שם",
|
||||
"Collaborative tags" : "תגיות שיתופיות",
|
||||
"No tags found" : "לא נמצאו תגים",
|
||||
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "תיקיות וקובצי הנתונים שלך כנראה נגישים מהאינטרנט מכיוון שקובץ ה־.htaccess לא עובד.",
|
||||
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "למידע בנוגע להגדרת השרת שלך כראוי, נא לעיין ב<a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">תיעוד</a>.",
|
||||
"Show password" : "הצגת ססמה",
|
||||
"Configure the database" : "הגדרת מסד הנתונים",
|
||||
"Only %s is available." : "רק %s זמין.",
|
||||
"Please log in before granting %1$s access to your %2$s account." : "נא להיכנס בטרם הענקת גישה לחשבון שלך ב־%2$s לטובת %1$s.",
|
||||
"You are about to grant %1$s access to your %2$s account." : "פעולה זו תעניק ל־%1$s גישה לחשבון ה־%2$s שלך.",
|
||||
"%1$s will be updated to version %2$s" : "%1$s יעודכן לגרסה %2$s",
|
||||
"The following apps will be updated:" : "היישומונים הבאים יעודכנו:",
|
||||
"The theme %s has been disabled." : "ערכת הנושא %s הושבתה.",
|
||||
"Detailed logs" : "יומן מפורט",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "לעזרה יש לעיין ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">תיעוד</a>."
|
||||
},
|
||||
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");
|
||||
289
core/l10n/he.json
Normal file
289
core/l10n/he.json
Normal file
|
|
@ -0,0 +1,289 @@
|
|||
{ "translations": {
|
||||
"Please select a file." : "יש לבחור קובץ.",
|
||||
"File is too big" : "הקובץ גדול מדי",
|
||||
"The selected file is not an image." : "הקובץ שנבחר אינו קובץ תמונה",
|
||||
"The selected file cannot be read." : "לא ניתן לקרוא את הקובץ שנבחר",
|
||||
"The file was uploaded" : "הקובץ הועלה",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "הקובץ שהועלה חורג מההנחיה upload_max_filesize ב־php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "הקובץ שהועלה חורג מההנחיה MAX_FILE_SIZE שצוינה בטופס ה־HTML",
|
||||
"The file was only partially uploaded" : "הקובץ הועלה באופן חלקי בלבד",
|
||||
"No file was uploaded" : "לא הועלה קובץ",
|
||||
"Missing a temporary folder" : "חסרה תיקייה זמנית",
|
||||
"Could not write file to disk" : "לא ניתן לכתוב לכונן",
|
||||
"A PHP extension stopped the file upload" : "הרחבת PHP עצרה את העלאת הקובץ",
|
||||
"Invalid file provided" : "סופק קובץ לא חוקי",
|
||||
"No image or file provided" : "לא סופקו תמונה או קובץ",
|
||||
"Unknown filetype" : "סוג קובץ לא מוכר",
|
||||
"An error occurred. Please contact your admin." : "אירעה שגיאה. יש ליצור קשר עם המנהל שלך.",
|
||||
"Invalid image" : "תמונה לא חוקית",
|
||||
"State token does not match" : "קוד אימות מצב אינו תואם",
|
||||
"Invalid app password" : "ססמת היישומון שגויה",
|
||||
"Could not complete login" : "לא ניתן להשלים את הכניסה",
|
||||
"Your login token is invalid or has expired" : "אסימון הכניסה שלך שגוי או שהוא פג",
|
||||
"Login" : "כניסה",
|
||||
"Password reset is disabled" : "אין אפשרות לאפס ססמה",
|
||||
"%s password reset" : "%s הסיסמא אופסה",
|
||||
"Password reset" : "איפוס ססמה",
|
||||
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "לחיצה על הכפתור הבא תוביל לאיפוס הססמה, אם לא ביקשת לאפס ססמה יש להתעלם מהודעה זו",
|
||||
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "יש ללחוץ על הקישור הבא כדי לאפס ססמה, אם לא ביקשת לאפס ססמה יש להתעלם מהודעה זו",
|
||||
"Reset your password" : "איפוס הססמה שלך",
|
||||
"Internal error" : "שגיאה פנימית",
|
||||
"Not found" : "לא נמצא",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"Repair step:" : "שלב בתיקון:",
|
||||
"Repair info:" : "פרטי תיקון:",
|
||||
"Repair warning:" : "אזהרת תיקון:",
|
||||
"Repair error:" : "שגיאת תיקון:",
|
||||
"Nextcloud Server" : "שרת Nextcloud",
|
||||
"Some of your link shares have been removed" : "חלק מקישורי השיתופים שלך הוסרו",
|
||||
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "עקב תקלת אבטחה נאלצנו להסיר חלק מקישורי השיתופים שלך. נא להיכנס לקישור לקבלת פרטים נוספים.",
|
||||
"Learn more ↗" : "מידע נוסף ↖ ",
|
||||
"Preparing update" : "מכין עדכון",
|
||||
"Turned on maintenance mode" : "הפעלת מצב אחזקה",
|
||||
"Turned off maintenance mode" : "כיבוי מצב אחזקה",
|
||||
"Maintenance mode is kept active" : "מצב אחזקה נשמר פעיל",
|
||||
"Updating database schema" : "עדכון סכימת מסד נתונים",
|
||||
"Updated database" : "עדכון מסד נתונים",
|
||||
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "בודק אם סכימת מסד הנתונים עבור %s ניתנת לעדכון (פעולה זו יכולה להמשך זמן רב תלוי בגודל מסד הנתונים)",
|
||||
"Updated \"%1$s\" to %2$s" : "„%1$s” עודכן לכדי %2$s",
|
||||
"Set log level to debug" : "קביעת רמת דיווח לתהליך ניפוי בשגיאות",
|
||||
"Reset log level" : "קביעה מחדש לרמת דיווח",
|
||||
"Starting code integrity check" : "התחלת בדיקת תקינות קוד",
|
||||
"Finished code integrity check" : "סיום בדיקת תקינות קוד",
|
||||
"%s (incompatible)" : "%s (לא תואם)",
|
||||
"The following apps have been disabled: %s" : "היישומים הבאים הושבתו: %s",
|
||||
"Already up to date" : "כבר עדכני",
|
||||
"Unknown" : "לא ידוע",
|
||||
"Done" : "הסתיים",
|
||||
"Apps" : "יישומים",
|
||||
"More apps" : "יישומים נוספים",
|
||||
"No" : "לא",
|
||||
"Yes" : "כן",
|
||||
"Grant access" : "הענקת גישה",
|
||||
"Failed to add the public link to your Nextcloud" : "אירע כשל בהוספת קישור ציבורי ל־Nextcloud שלך",
|
||||
"Create share" : "צור שיתוף",
|
||||
"Start typing to search" : "להתחלת החיפוש יש להקליד",
|
||||
"Today" : "היום",
|
||||
"Last year" : "שנה שעברה",
|
||||
"Places" : "מקומות",
|
||||
"Date" : "תאריך",
|
||||
"Load more results" : "לטעון עוד תוצאות",
|
||||
"Log in" : "כניסה",
|
||||
"Account name or email" : "שם משתמש או דואר אלקטרוני",
|
||||
"Server side authentication failed!" : "אימות לצד שרת נכשל!",
|
||||
"Please contact your administrator." : "יש ליצור קשר עם המנהל.",
|
||||
"An internal error occurred." : "אירעה שגיאה פנימית.",
|
||||
"Please try again or contact your administrator." : "יש לנסות שוב ליצור קשר עם המנהל שלך.",
|
||||
"Password" : "ססמה",
|
||||
"Log in with a device" : "כניסה עם מכשיר",
|
||||
"Your account is not setup for passwordless login." : "החשבון שלך לא מוגדר לכניסה בלי ססמה.",
|
||||
"Passwordless authentication is only available over a secure connection." : "אימות ללא ססמה זמין רק דרך חיבור מאובטח.",
|
||||
"Passwordless authentication is not supported in your browser." : "אימות ללא ססמה אינו נתמך על ידי הדפדפן שלך.",
|
||||
"Reset password" : "איפוס ססמה",
|
||||
"Back to login" : "חזרה לכניסה",
|
||||
"Couldn't send reset email. Please contact your administrator." : "לא ניתן היה לשלוח דואר אלקטרוני לאיפוס. יש לפנות למנהל שלך.",
|
||||
"New password" : "ססמה חדשה",
|
||||
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "הקבצים שלך מוצפנים. לא תהיה שום דרך להחזיר את הנתונים לאחר איפוס הסיסמה. אם אינך בטוח מה לעשות, פנה למנהל המערכת לפני שתמשיך. האם אתה באמת רוצה להמשיך?",
|
||||
"I know what I'm doing" : "אני יודע/ת מה אני עושה",
|
||||
"Resetting password" : "איפוס ססמה",
|
||||
"Schedule work & meetings, synced with all your devices." : "תזמון עבודה ופגישות בסנכרון עם כל המכשירים שלך.",
|
||||
"Keep your colleagues and friends in one place without leaking their private info." : "עמיתים לעבודה וחברים מרוכזים במקום אחד מבלי זליגה של הפרטים האישיים שלהם.",
|
||||
"Simple email app nicely integrated with Files, Contacts and Calendar." : "יישומון דוא״ל פשוט שמשתלב בצורה נחמדה עם הקבצים, אנשי הקשר והיומן.",
|
||||
"Recommended apps" : "יישומונים מומלצים",
|
||||
"App download or installation failed" : "הורדת או התקנת היישומון נכשלה",
|
||||
"Skip" : "דלג",
|
||||
"Install recommended apps" : "התקנת יישומונים מומלצים",
|
||||
"Online" : "מקוון",
|
||||
"Away" : "לא פה",
|
||||
"Busy" : "עסוק",
|
||||
"Mute all notifications" : "השתקת כל ההתראות",
|
||||
"Invisible" : "נסתרת",
|
||||
"Appear offline" : "להופיע במצב בלתי מקוון",
|
||||
"Settings menu" : "תפריט הגדרות",
|
||||
"Reset search" : "איפוס החיפוש",
|
||||
"Could not load your contacts" : "לא ניתן לטעון את אנשי הקשר שלך",
|
||||
"No contacts found" : "לא נמצאו אנשי קשר",
|
||||
"Install the Contacts app" : "התקנת יישומון אנשי הקשר",
|
||||
"Search" : "חיפוש",
|
||||
"No results for {query}" : "אין תוצאות עבור {query}",
|
||||
"_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["נא להקליד לפחות תו אחד כדי לחפש","נא להקליד לפחות {minSearchLength} תווים כדי לחפש","נא להקליד לפחות {minSearchLength} תווים כדי לחפש","נא להקליד לפחות {minSearchLength} תווים כדי לחפש"],
|
||||
"An error occurred while searching for {type}" : "אירעה שגיאה בחיפוש אחר {type}",
|
||||
"Search for {name} only" : "חפש ל-{name} בלבד",
|
||||
"Forgot password?" : "שכחת ססמה?",
|
||||
"Back" : "חזרה",
|
||||
"Connect to your account" : "התחברות לחשבון שלך",
|
||||
"Security warning" : "אזהרת אבטחה",
|
||||
"If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "אם אינך מנסה להגדיר מכשיר חדש או אפליקציה חדשה, מישהו מנסה לרמות אותך להעניק לו גישה לנתונים שלך. במקרה הזה, אל תמשיך, ובמקום זאת פנה למנהל המערכת שלך.",
|
||||
"Account connected" : "חשבון מחובר",
|
||||
"Your client should now be connected!" : "הלקוח שלך אמור להיות מחובר עכשיו!",
|
||||
"You can close this window." : "ניתן לסגור את החלון הזה.",
|
||||
"Account access" : "גישה לחשבון",
|
||||
"More actions" : "פעולות נוספות",
|
||||
"This share is password-protected" : "שיתוף זה מוגן בססמה",
|
||||
"Submit" : "שליחה",
|
||||
"Email address" : "כתובת דוא״ל",
|
||||
"Request password" : "בקשת ססמה",
|
||||
"Forgot password" : "שכחתי ססמה",
|
||||
"Storage & database" : "אחסון ומסד נתונים",
|
||||
"Data folder" : "תיקיית נתונים",
|
||||
"Install and activate additional PHP modules to choose other database types." : "לבחירת סוגים אחרים של מסדי נתונים יש להתקין ולהפעיל מודולי PHP נוספים.",
|
||||
"For more details check out the documentation." : "למידע נוסף יש לבדוק במסמכי התיעוד.",
|
||||
"Performance warning" : "אזהרת ביצועים",
|
||||
"You chose SQLite as database." : "בחרת ב־SQLite כמסד נתונים.",
|
||||
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "יש להשתמש ב־SQLite לסביבות מזעריות או למטרות פיתוח. בסביבת פעילות שגרתית אנו ממליצים על מנגנון מסד נתונים אחר.",
|
||||
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "אם יש לך לקוח שמשמש אותך לסנכרון קבצים, השימוש ב־SQLite לא מומלץ עבורך.",
|
||||
"Database user" : "שם משתמש במסד הנתונים",
|
||||
"Database password" : "ססמת מסד הנתונים",
|
||||
"Database name" : "שם מסד הנתונים",
|
||||
"Database tablespace" : "מרחב הכתובות של מסד הנתונים",
|
||||
"Please specify the port number along with the host name (e.g., localhost:5432)." : "נא לציין את מספר הפתחה יחד עם שם המארח (למשל: localhost:5432).",
|
||||
"Database host" : "שרת מסד נתונים",
|
||||
"Install" : "התקנה",
|
||||
"Need help?" : "עזרה נזקקת?",
|
||||
"See the documentation" : "יש לצפות במסמכי התיעוד",
|
||||
"The update is in progress, leaving this page might interrupt the process in some environments." : "העדכון מתבצע, יציאה מהעמוד הזה עשויה להפריע לתהליך בסביבות מסוימות.",
|
||||
"App update required" : "נדרש עדכון יישום",
|
||||
"These incompatible apps will be disabled:" : "יישומים לא תואמים ינוטרלו:",
|
||||
"These apps will be updated:" : "יישומים אלו יעודכנו:",
|
||||
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "יש לוודא שמסד הנתונים, תיקיית config ותיקיית data גובו לפני המשך התהליך.",
|
||||
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "למניעת פסקי זמן בהתקנות גדולות, ניתן במקום להריץ את הפקודה הבאה בתיקיית ההתקנה שלך:",
|
||||
"Start update" : "התחלת עדכון",
|
||||
"Update to {version}" : "עדכון ל־{version}",
|
||||
"Hide details" : "הסתרת פרטים",
|
||||
"Show details" : "הצגת פרטים",
|
||||
"Update needed" : "עדכון נדרש",
|
||||
"Documentation" : "תיעוד",
|
||||
"I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "ידוע לי שאם אמשיך דרך מנשק הדפדפן אהיה חשוף לסכנה, שהבקשה עשויה להיקלע לחוסר מענה וכתוצאה מכך אבדן נתונים, אך יש לי גיבוי וידוע לי איך לשחזר את העותק שלי במקרה של כשל.",
|
||||
"Upgrade via web on my own risk" : "השדרוג דרך האינטרנט הוא על אחריותי",
|
||||
"Choose" : "בחירה",
|
||||
"Copy" : "העתקה",
|
||||
"Move" : "העברה",
|
||||
"OK" : "אישור",
|
||||
"read-only" : "לקריאה בלבד",
|
||||
"_{count} file conflict_::_{count} file conflicts_" : ["{count} הנגשות קובץ","{count} התנגשויות קבצים","{count} התנגשויות קבצים","{count} התנגשויות קבצים"],
|
||||
"One file conflict" : "התנגשות קובץ אחת",
|
||||
"New Files" : "קבצים חדשים",
|
||||
"Already existing files" : "קבצים קיימים כבר",
|
||||
"Which files do you want to keep?" : "אילו קבצים ברצונך לשמור?",
|
||||
"If you select both versions, the copied file will have a number added to its name." : "אם תבחר האפשרות לשמור את שתי הגרסאות, לשם קובץ המועתק יתווסף מספר.",
|
||||
"Cancel" : "ביטול",
|
||||
"Continue" : "המשך",
|
||||
"(all selected)" : "(הכול נבחר)",
|
||||
"({count} selected)" : "({count} נבחרו)",
|
||||
"Error loading file exists template" : "שגיאה בטעינת קובץ תבנית קיימים",
|
||||
"Saving …" : "מתבצע שמירה…",
|
||||
"Groups" : "קבוצות",
|
||||
"Group list is empty" : "רשימת הקבוצות ריקה",
|
||||
"Unable to retrieve the group list" : "לא ניתן לקבל את רשימת הקבוצות",
|
||||
"seconds ago" : "לפני מספר שניות",
|
||||
"Connection to server lost" : "החיבור לשרת אבד",
|
||||
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["תקלה בטעינת העמוד, יתבצע רענון בעוד שנייה","תקלה בטעינת העמוד, יתבצע רענון בעוד %n שניות","תקלה בטעינת העמוד, יתבצע רענון בעוד %n שניות","תקלה בטעינת העמוד, יתבצע רענון בעוד %n שניות"],
|
||||
"Add to a project" : "הוספה למיזם",
|
||||
"Rename project" : "שינוי שם מיזם",
|
||||
"Failed to rename the project" : "שינוי שם המיזם נכשל",
|
||||
"Failed to create a project" : "יצירת המיזם נכשלה",
|
||||
"Failed to add the item to the project" : "הוספת פריט למיזם נכשלה",
|
||||
"Connect items to a project to make them easier to find" : "יש לחבר פריטים למיזם כדי להקל על איתורם",
|
||||
"Type to search for existing projects" : "לחיפוש במיזמים הקיימים יש להקליד",
|
||||
"New in" : "חדש ב־",
|
||||
"View changelog" : "הצגת יומן שינויים",
|
||||
"Personal" : "אישי",
|
||||
"Accounts" : "Accounts",
|
||||
"Admin" : "מנהל",
|
||||
"Help" : "עזרה",
|
||||
"Access forbidden" : "הגישה נחסמה",
|
||||
"Back to %s" : "חזרה אל %s",
|
||||
"Page not found" : "העמוד לא נמצא",
|
||||
"Too many requests" : "יותר מדי בקשות",
|
||||
"There were too many requests from your network. Retry later or contact your administrator if this is an error." : "היו יותר מדי בקשות מהרשת שלך. נסה שוב מאוחר יותר, או צור קשר עם מנהל המערכת שלך אם זו שגיאה.",
|
||||
"Error" : "שגיאה",
|
||||
"Internal Server Error" : "שגיאה פנימית בשרת",
|
||||
"The server was unable to complete your request." : "השרת לא הצליח להשלים את הבקשה שלך.",
|
||||
"If this happens again, please send the technical details below to the server administrator." : "אם דבר כזה קורה שוב, נא לשלוח את הפרטים הטכניים שלהלן למנהל השרת.",
|
||||
"More details can be found in the server log." : "פרטים נוספים ניתן למצוא בלוג של הרשת.",
|
||||
"Technical details" : "פרטים טכנים",
|
||||
"Remote Address: %s" : "כתובת מרוחקת: %s",
|
||||
"Request ID: %s" : "מספר זיהוי מבוקש: %s",
|
||||
"Type: %s" : "סוג: %s",
|
||||
"Code: %s" : "קוד: %s",
|
||||
"Message: %s" : "הודעה: %s",
|
||||
"File: %s" : "קובץ: %s",
|
||||
"Line: %s" : "שורה: %s",
|
||||
"Trace" : "עקבות",
|
||||
"It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "נראה שאתה מנסה להתקין מחדש את ה-Nextcloud שלך.אבל הקובץ CAN_INSTALL חסר בספריית ה-config שלך. אנא צור את הקובץ CAN_INSTALL בתיקיית ה-config שלך כדי להמשיך.",
|
||||
"Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "לא ניתן להסיר את CAN_INSTALL מתיקיית ההגדרות. נא להסיר את הקובץ הזה ידנית.",
|
||||
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "יישום זה דורש JavaScript לפעולה נכונה. יש {linkstart}לאפשר JavaScript{linkend} ולטעון את העמוד מחדש.",
|
||||
"Skip to main content" : "דילוג לתוכן הראשי",
|
||||
"Skip to navigation of app" : "דילוג לניווט של היישומון",
|
||||
"Go to %s" : "מעבר אל %s",
|
||||
"Get your own free account" : "קבלת חשבון משלך בחינם",
|
||||
"Previous" : "הקודם",
|
||||
"Two-factor authentication" : "אימות דו־שלבי",
|
||||
"Enhanced security is enabled for your account. Choose a second factor for authentication:" : "על החשבון שלך מופעלת אבטחה מוגברת. נא לבחור גורם אימות נוסף:",
|
||||
"Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "לא ניתן לטעון לפחות את אחד משיטות האימות הדו־שלבי שהפעלת. נא ליצור קשר עם מנהל המערכת.",
|
||||
"Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "אימות דו־שלבי נאכף אך הוא אינו מוגדר על החשבון שלך. נא ליצור קשר עם המנהל שלך לקבלת עזרה.",
|
||||
"Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "אימות דו-גורמי נאכף, אך לא הוגדר בחשבון שלך. אנא תמשיך להגדיר אימות דו-גורמי.",
|
||||
"Set up two-factor authentication" : "הגדרת אימות דו־שלבי",
|
||||
"Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "אימות דו־שלבי נאכף אך הוא אינו מוגדר על החשבון שלך. נא להשתמש באחד מהקודים לצורכי גיבוי כדי להיכנס או ליצור קשר עם המנהל שלך לקבלת עזרה.",
|
||||
"Use backup code" : "שימוש בקוד גיבוי",
|
||||
"Cancel login" : "ביטול התחברות",
|
||||
"Enhanced security is enforced for your account. Choose which provider to set up:" : "על החשבון שלך נאכפת אבטחה מורחבת. נא לבחור איזה ספק להגדיר:",
|
||||
"Error while validating your second factor" : "שגיאה בעת אימות הגורם השני",
|
||||
"Access through untrusted domain" : "גישה דרך שם מתחם בלתי מהימן",
|
||||
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "נא ליצור קשר עם מנהל השרת שלך. אם הרשאות ניהול השרת הן בידיך, יש לערוך את ההגדרה „trusted_domains” בתוך config/config.php כמו הדוגמה שבתוך ",
|
||||
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "ניתן למצוא מידע נוסף על אופן ההגדרה של התכונה הזאת ב%1$sתיעוד%2$s.",
|
||||
"Maintenance mode" : "מצב תחזוקה",
|
||||
"This %s instance is currently in maintenance mode, which may take a while." : "עותק %s זה כרגע במצב תחזוקה, שיארך זמן מה.",
|
||||
"This page will refresh itself when the instance is available again." : "עמוד זה ירענן את עצמו כאשר העותק ישוב להיות זמין.",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "יש ליצור קשר עם מנהל המערכת אם הודעה שו נמשכת או מופיעה באופן בלתי צפוי. ",
|
||||
"Error occurred while checking server setup" : "שגיאה אירעה בזמן בדיקת התקנת השרת",
|
||||
"unknown text" : "מלל לא מוכר",
|
||||
"Hello world!" : "שלום עולם!",
|
||||
"sunny" : "שמשי",
|
||||
"Hello {name}, the weather is {weather}" : "שלום {name}, מזג האוויר הנו {weather}",
|
||||
"Hello {name}" : "שלום {name}",
|
||||
"<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>אלו תוצאות החיפוש שלך<script>alert(1)</script></strong>",
|
||||
"new" : "חדש",
|
||||
"_download %n file_::_download %n files_" : ["התקבל קובץ %n","התקבלו %n קבצים","התקבלו %n קבצים"],
|
||||
"An error occurred." : "אירעה שגיאה.",
|
||||
"Please reload the page." : "יש להעלות מחדש דף זה.",
|
||||
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "העדכון לא בוצע בהצלחה. למידע נוסף <a href=\"{url}\">ניתן לבדוק בהודעת הפורום שלנו</a> המכסה נושא זו.",
|
||||
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "העדכון לא הצליח. נא לדווח על התקלה הזאת ל<a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">קהילת Nextcloud</a>.",
|
||||
"Searching …" : "מתבצע חיפוש…",
|
||||
"Logging in …" : "מתבצעת כניסה…",
|
||||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "זיהינו מספר ניסיונות כניסה שגויים מכתובת ה־IP שלך. לכן, ניסיון הכניסה הבא יתאפשר עבורך רק בעוד 30 שניות.",
|
||||
"Loading apps …" : "היישומונים נטענים…",
|
||||
"Installing apps …" : "היישומונים מותקנים…",
|
||||
"Loading your contacts …" : "אנשי הקשר שלך נטענים…",
|
||||
"Looking for {term} …" : "מתבצע חיפוש אחר {term}…",
|
||||
"Search contacts …" : "חיפוש אנשי קשר…",
|
||||
"Loading more results …" : "נטענות תוצאות נוספות…",
|
||||
"Search {types} …" : "חפש {types} ...",
|
||||
"Saving …" : "מתבצעת שמירה…",
|
||||
"Very weak password" : "ססמה מאוד חלשה",
|
||||
"Weak password" : "ססמה חלשה",
|
||||
"So-so password" : "ססמה בינונית",
|
||||
"Good password" : "ססמה טובה",
|
||||
"Strong password" : "ססמה חזקה",
|
||||
"No action available" : "אין פעולה זמינה",
|
||||
"Error fetching contact actions" : "שגיאה בקבלת פעולות אנשי הקשר",
|
||||
"Non-existing tag #{tag}" : "תגית לא קיימת #{tag}",
|
||||
"Restricted" : "מוגבלת",
|
||||
"Delete" : "מחיקה",
|
||||
"Rename" : "שינוי שם",
|
||||
"Collaborative tags" : "תגיות שיתופיות",
|
||||
"No tags found" : "לא נמצאו תגים",
|
||||
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "תיקיות וקובצי הנתונים שלך כנראה נגישים מהאינטרנט מכיוון שקובץ ה־.htaccess לא עובד.",
|
||||
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "למידע בנוגע להגדרת השרת שלך כראוי, נא לעיין ב<a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">תיעוד</a>.",
|
||||
"Show password" : "הצגת ססמה",
|
||||
"Configure the database" : "הגדרת מסד הנתונים",
|
||||
"Only %s is available." : "רק %s זמין.",
|
||||
"Please log in before granting %1$s access to your %2$s account." : "נא להיכנס בטרם הענקת גישה לחשבון שלך ב־%2$s לטובת %1$s.",
|
||||
"You are about to grant %1$s access to your %2$s account." : "פעולה זו תעניק ל־%1$s גישה לחשבון ה־%2$s שלך.",
|
||||
"%1$s will be updated to version %2$s" : "%1$s יעודכן לגרסה %2$s",
|
||||
"The following apps will be updated:" : "היישומונים הבאים יעודכנו:",
|
||||
"The theme %s has been disabled." : "ערכת הנושא %s הושבתה.",
|
||||
"Detailed logs" : "יומן מפורט",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "לעזרה יש לעיין ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">תיעוד</a>."
|
||||
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"
|
||||
}
|
||||
|
|
@ -205,6 +205,7 @@ OC.L10N.register(
|
|||
"Applications menu" : "Menu aplikasi",
|
||||
"Apps" : "Aplikasi",
|
||||
"More apps" : "Aplikasi lainnya",
|
||||
"_{count} notification_::_{count} notifications_" : ["{count} notifikasi"],
|
||||
"No" : "Tidak",
|
||||
"Yes" : "Ya",
|
||||
"App password" : "Kata sandi aplikasi",
|
||||
|
|
@ -325,13 +326,17 @@ OC.L10N.register(
|
|||
"Login form is disabled." : "Formulir login dinonaktifkan.",
|
||||
"The Nextcloud login form is disabled. Use another login option if available or contact your administration." : "Formulir login Nextcloud dinonaktifkan. Gunakan opsi login lain jika tersedia atau hubungi administrasi Anda.",
|
||||
"Connect to your account" : "Hubungkan ke akun Anda",
|
||||
"Please log in before granting \"{client}\" access to your {instanceName} account." : "Silakan masuk sebelum memberikan \"{client}\" akses ke akun {instanceName} Anda.",
|
||||
"Security warning" : "Peringatan keamanan",
|
||||
"If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Jika Anda tidak mencoba menyiapkan perangkat atau aplikasi baru, seseorang mencoba menipu Anda agar memberi mereka akses ke data Anda. Dalam hal ini jangan lanjutkan dan hubungi administrator sistem Anda.",
|
||||
"Log in using password" : "Masuk menggunakan kata sandi",
|
||||
"Alternative log in using app password" : "Login alternatif menggunakan kata sandi aplikasi",
|
||||
"Account connected" : "Akun terhubung",
|
||||
"Your client should now be connected!" : "Klien sudah terhubung!",
|
||||
"You can close this window." : "Anda dapat menutup jendela ini.",
|
||||
"Account access" : "Akses akun",
|
||||
"Currently logged in as {userDisplayName} ({userId})." : "Saat ini masuk sebagai {userDisplayName} ({userId}).",
|
||||
"You are about to grant \"{client}\" access to your {instanceName} account." : "Anda akan memberikan \"{client}\" akses ke akun {instanceName} Anda.",
|
||||
"More actions" : "Tindakan lainnya",
|
||||
"User menu" : "Menu pengguna",
|
||||
"Your guest name: {user}" : "Nama tamu Anda: {user}",
|
||||
|
|
@ -389,10 +394,19 @@ OC.L10N.register(
|
|||
"Your browser is not supported. Please upgrade to a newer version or a supported one." : "Browser Anda tidak didukung. Silakan tingkatkan ke versi yang lebih baru atau yang didukung.",
|
||||
"Continue with this unsupported browser" : "Lanjutkan dengan browser yang tidak didukung ini",
|
||||
"Supported versions" : "Versi yang didukung",
|
||||
"The update completed with warnings. Please check the details for more information." : "Pembaruan selesai dengan peringatan. Silakan periksa detail untuk informasi lebih lanjut.",
|
||||
"The update completed successfully." : "Pembaruan berhasil diselesaikan.",
|
||||
"Preparing update…" : "Menyiapkan pembaruan…",
|
||||
"You will be redirected to {productName} in {count} seconds." : "Anda akan dialihkan ke {productName} dalam {count} detik.",
|
||||
"The update is in progress, leaving this page might interrupt the process in some environments." : "Pembaruan sedang dalam proses, meninggalkan halaman ini mungkin dapat mengganggu proses di beberapa lingkungan.",
|
||||
"App update required" : "Diperlukan perbarui aplikasi",
|
||||
"{productName} will be updated to version {version}" : "{productName} akan diperbarui ke versi {version}",
|
||||
"The theme {oldTheme} has been disabled." : "Tema {oldTheme} telah dinonaktifkan.",
|
||||
"These incompatible apps will be disabled:" : "Aplikasi yang tidak kompatibel berikut akan dinonaktifkan:",
|
||||
"Incompatible apps" : "Aplikasi tidak kompatibel",
|
||||
"These apps will be updated:" : "Aplikasi berikut akan diperbarui:",
|
||||
"Apps to update" : "Aplikasi yang akan diperbarui",
|
||||
"{app} from {oldVersion} to {version}" : "{app} dari {oldVersion} ke {version}",
|
||||
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Pastikan bahwa basis data, folder konfig, dan folder data telah dicadangkan sebelum melanjutkan.",
|
||||
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Untuk menghindari waktu habis dengan instalasi yang lebih besar, Anda bisa menjalankan perintah berikut dari direktori instalasi Anda:",
|
||||
"Start update" : "Jalankan pembaruan",
|
||||
|
|
@ -400,6 +414,7 @@ OC.L10N.register(
|
|||
"Update to {version}" : "Perbarui ke {version}",
|
||||
"Hide details" : "Sembunyikan detail",
|
||||
"Show details" : "Tampilkan detail",
|
||||
"Update details" : "Detail pembaruan",
|
||||
"Update needed" : "Pembaruan dibutuhkan",
|
||||
"Please use the command line updater because you have a big instance with more than 50 accounts." : "Silakan gunakan pembaru baris perintah karena Anda memiliki instance besar dengan lebih dari 50 akun.",
|
||||
"Documentation" : "Dokumentasi",
|
||||
|
|
@ -513,16 +528,16 @@ OC.L10N.register(
|
|||
"_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["Pembaruan berhasil. Mengarahkan Anda ke {productName} dalam hitungan detik."],
|
||||
"Direct link copied to clipboard" : "Tautan langsung disalin ke papan klip",
|
||||
"Searching …" : "Mencari …",
|
||||
"Logging in …" : "Log masuk...",
|
||||
"Logging in …" : "Log masuk …",
|
||||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Terdeteksi multipel percobaan log masuk tidak valid dari IP Anda. Pencekalan log masuk berikutnya dilakukan hingga 30 detik.",
|
||||
"Loading apps …" : "Memuat aplikasi ...",
|
||||
"Installing apps …" : "menginstal aplikasi ...",
|
||||
"Loading your contacts …" : "Memuat kontak Anda ...",
|
||||
"Loading apps …" : "Memuat aplikasi …",
|
||||
"Installing apps …" : "Menginstal aplikasi …",
|
||||
"Loading your contacts …" : "Memuat kontak Anda …",
|
||||
"Looking for {term} …" : "Mencari {term}",
|
||||
"Search contacts …" : "Cari kontak ...",
|
||||
"Search contacts …" : "Cari kontak …",
|
||||
"Loading more results …" : "Memuat hasil lainnya…",
|
||||
"Search {types} …" : "Cari {types} …",
|
||||
"Saving …" : "Menyimpan ...",
|
||||
"Saving …" : "Menyimpan …",
|
||||
"Very weak password" : "Kata sandi sangat lemah",
|
||||
"Weak password" : "Kata sandi lemah",
|
||||
"So-so password" : "Kata sandi lumayan",
|
||||
|
|
@ -544,7 +559,7 @@ OC.L10N.register(
|
|||
"Show password" : "Tampilkan kata sandi",
|
||||
"Toggle password visibility" : "Alihkan visibilitas kata sandi",
|
||||
"Configure the database" : "Konfigurasikan basis data",
|
||||
"Only %s is available." : "Hanya %s yang tersedia",
|
||||
"Only %s is available." : "Hanya %s yang tersedia.",
|
||||
"Database account" : "Akun database",
|
||||
"Installing …" : "Memasang …",
|
||||
"Please log in before granting %1$s access to your %2$s account." : "Silakan log masuk sebelum mengizinkan %1$s mengakses akun %2$s Anda.",
|
||||
|
|
|
|||
|
|
@ -203,6 +203,7 @@
|
|||
"Applications menu" : "Menu aplikasi",
|
||||
"Apps" : "Aplikasi",
|
||||
"More apps" : "Aplikasi lainnya",
|
||||
"_{count} notification_::_{count} notifications_" : ["{count} notifikasi"],
|
||||
"No" : "Tidak",
|
||||
"Yes" : "Ya",
|
||||
"App password" : "Kata sandi aplikasi",
|
||||
|
|
@ -323,13 +324,17 @@
|
|||
"Login form is disabled." : "Formulir login dinonaktifkan.",
|
||||
"The Nextcloud login form is disabled. Use another login option if available or contact your administration." : "Formulir login Nextcloud dinonaktifkan. Gunakan opsi login lain jika tersedia atau hubungi administrasi Anda.",
|
||||
"Connect to your account" : "Hubungkan ke akun Anda",
|
||||
"Please log in before granting \"{client}\" access to your {instanceName} account." : "Silakan masuk sebelum memberikan \"{client}\" akses ke akun {instanceName} Anda.",
|
||||
"Security warning" : "Peringatan keamanan",
|
||||
"If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Jika Anda tidak mencoba menyiapkan perangkat atau aplikasi baru, seseorang mencoba menipu Anda agar memberi mereka akses ke data Anda. Dalam hal ini jangan lanjutkan dan hubungi administrator sistem Anda.",
|
||||
"Log in using password" : "Masuk menggunakan kata sandi",
|
||||
"Alternative log in using app password" : "Login alternatif menggunakan kata sandi aplikasi",
|
||||
"Account connected" : "Akun terhubung",
|
||||
"Your client should now be connected!" : "Klien sudah terhubung!",
|
||||
"You can close this window." : "Anda dapat menutup jendela ini.",
|
||||
"Account access" : "Akses akun",
|
||||
"Currently logged in as {userDisplayName} ({userId})." : "Saat ini masuk sebagai {userDisplayName} ({userId}).",
|
||||
"You are about to grant \"{client}\" access to your {instanceName} account." : "Anda akan memberikan \"{client}\" akses ke akun {instanceName} Anda.",
|
||||
"More actions" : "Tindakan lainnya",
|
||||
"User menu" : "Menu pengguna",
|
||||
"Your guest name: {user}" : "Nama tamu Anda: {user}",
|
||||
|
|
@ -387,10 +392,19 @@
|
|||
"Your browser is not supported. Please upgrade to a newer version or a supported one." : "Browser Anda tidak didukung. Silakan tingkatkan ke versi yang lebih baru atau yang didukung.",
|
||||
"Continue with this unsupported browser" : "Lanjutkan dengan browser yang tidak didukung ini",
|
||||
"Supported versions" : "Versi yang didukung",
|
||||
"The update completed with warnings. Please check the details for more information." : "Pembaruan selesai dengan peringatan. Silakan periksa detail untuk informasi lebih lanjut.",
|
||||
"The update completed successfully." : "Pembaruan berhasil diselesaikan.",
|
||||
"Preparing update…" : "Menyiapkan pembaruan…",
|
||||
"You will be redirected to {productName} in {count} seconds." : "Anda akan dialihkan ke {productName} dalam {count} detik.",
|
||||
"The update is in progress, leaving this page might interrupt the process in some environments." : "Pembaruan sedang dalam proses, meninggalkan halaman ini mungkin dapat mengganggu proses di beberapa lingkungan.",
|
||||
"App update required" : "Diperlukan perbarui aplikasi",
|
||||
"{productName} will be updated to version {version}" : "{productName} akan diperbarui ke versi {version}",
|
||||
"The theme {oldTheme} has been disabled." : "Tema {oldTheme} telah dinonaktifkan.",
|
||||
"These incompatible apps will be disabled:" : "Aplikasi yang tidak kompatibel berikut akan dinonaktifkan:",
|
||||
"Incompatible apps" : "Aplikasi tidak kompatibel",
|
||||
"These apps will be updated:" : "Aplikasi berikut akan diperbarui:",
|
||||
"Apps to update" : "Aplikasi yang akan diperbarui",
|
||||
"{app} from {oldVersion} to {version}" : "{app} dari {oldVersion} ke {version}",
|
||||
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Pastikan bahwa basis data, folder konfig, dan folder data telah dicadangkan sebelum melanjutkan.",
|
||||
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Untuk menghindari waktu habis dengan instalasi yang lebih besar, Anda bisa menjalankan perintah berikut dari direktori instalasi Anda:",
|
||||
"Start update" : "Jalankan pembaruan",
|
||||
|
|
@ -398,6 +412,7 @@
|
|||
"Update to {version}" : "Perbarui ke {version}",
|
||||
"Hide details" : "Sembunyikan detail",
|
||||
"Show details" : "Tampilkan detail",
|
||||
"Update details" : "Detail pembaruan",
|
||||
"Update needed" : "Pembaruan dibutuhkan",
|
||||
"Please use the command line updater because you have a big instance with more than 50 accounts." : "Silakan gunakan pembaru baris perintah karena Anda memiliki instance besar dengan lebih dari 50 akun.",
|
||||
"Documentation" : "Dokumentasi",
|
||||
|
|
@ -511,16 +526,16 @@
|
|||
"_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["Pembaruan berhasil. Mengarahkan Anda ke {productName} dalam hitungan detik."],
|
||||
"Direct link copied to clipboard" : "Tautan langsung disalin ke papan klip",
|
||||
"Searching …" : "Mencari …",
|
||||
"Logging in …" : "Log masuk...",
|
||||
"Logging in …" : "Log masuk …",
|
||||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Terdeteksi multipel percobaan log masuk tidak valid dari IP Anda. Pencekalan log masuk berikutnya dilakukan hingga 30 detik.",
|
||||
"Loading apps …" : "Memuat aplikasi ...",
|
||||
"Installing apps …" : "menginstal aplikasi ...",
|
||||
"Loading your contacts …" : "Memuat kontak Anda ...",
|
||||
"Loading apps …" : "Memuat aplikasi …",
|
||||
"Installing apps …" : "Menginstal aplikasi …",
|
||||
"Loading your contacts …" : "Memuat kontak Anda …",
|
||||
"Looking for {term} …" : "Mencari {term}",
|
||||
"Search contacts …" : "Cari kontak ...",
|
||||
"Search contacts …" : "Cari kontak …",
|
||||
"Loading more results …" : "Memuat hasil lainnya…",
|
||||
"Search {types} …" : "Cari {types} …",
|
||||
"Saving …" : "Menyimpan ...",
|
||||
"Saving …" : "Menyimpan …",
|
||||
"Very weak password" : "Kata sandi sangat lemah",
|
||||
"Weak password" : "Kata sandi lemah",
|
||||
"So-so password" : "Kata sandi lumayan",
|
||||
|
|
@ -542,7 +557,7 @@
|
|||
"Show password" : "Tampilkan kata sandi",
|
||||
"Toggle password visibility" : "Alihkan visibilitas kata sandi",
|
||||
"Configure the database" : "Konfigurasikan basis data",
|
||||
"Only %s is available." : "Hanya %s yang tersedia",
|
||||
"Only %s is available." : "Hanya %s yang tersedia.",
|
||||
"Database account" : "Akun database",
|
||||
"Installing …" : "Memasang …",
|
||||
"Please log in before granting %1$s access to your %2$s account." : "Silakan log masuk sebelum mengizinkan %1$s mengakses akun %2$s Anda.",
|
||||
|
|
|
|||
|
|
@ -394,10 +394,19 @@ OC.L10N.register(
|
|||
"Your browser is not supported. Please upgrade to a newer version or a supported one." : "不支援您的瀏覽器。請升級至較新或受支援的版本。",
|
||||
"Continue with this unsupported browser" : "繼續使用此不受支援的瀏覽器",
|
||||
"Supported versions" : "支援的版本",
|
||||
"The update completed with warnings. Please check the details for more information." : "更新已完成,但出現警告。請查看詳細資料以了解更多資訊。",
|
||||
"The update completed successfully." : "更新已成功完成。",
|
||||
"Preparing update…" : "正在準備更新…",
|
||||
"You will be redirected to {productName} in {count} seconds." : "系統將於 {count} 秒後重新導向至 {productName}。",
|
||||
"The update is in progress, leaving this page might interrupt the process in some environments." : "正在更新,在某些狀況下,離開本頁面可能會導致更新中斷",
|
||||
"App update required" : "需要更新應用程式",
|
||||
"{productName} will be updated to version {version}" : "{productName} 將更新至版本 {version}",
|
||||
"The theme {oldTheme} has been disabled." : "主題 {oldTheme} 已被停用。",
|
||||
"These incompatible apps will be disabled:" : "以下不兼容的應用程式將被停用:",
|
||||
"Incompatible apps" : "不兼容的應用程式",
|
||||
"These apps will be updated:" : "將會更新這些應用程式",
|
||||
"Apps to update" : "需要更新的應用程式",
|
||||
"{app} from {oldVersion} to {version}" : "{app}:由 {oldVersion} 更新至 {version}",
|
||||
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "在繼續之前,請備份數據庫、config 資料夾及數據資料夾",
|
||||
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "為避免大型安裝超時,您可以改為從安裝目錄下運行以下指令:",
|
||||
"Start update" : "開始升級",
|
||||
|
|
@ -405,6 +414,7 @@ OC.L10N.register(
|
|||
"Update to {version}" : "更新到 {version}",
|
||||
"Hide details" : "隱藏細節",
|
||||
"Show details" : "顯示細節",
|
||||
"Update details" : "更新詳情",
|
||||
"Update needed" : "需要更新",
|
||||
"Please use the command line updater because you have a big instance with more than 50 accounts." : "因為您有超過50名帳戶,服務規模較大,請透過命令提示字元界面(command line updater)更新。",
|
||||
"Documentation" : "說明書",
|
||||
|
|
|
|||
|
|
@ -392,10 +392,19 @@
|
|||
"Your browser is not supported. Please upgrade to a newer version or a supported one." : "不支援您的瀏覽器。請升級至較新或受支援的版本。",
|
||||
"Continue with this unsupported browser" : "繼續使用此不受支援的瀏覽器",
|
||||
"Supported versions" : "支援的版本",
|
||||
"The update completed with warnings. Please check the details for more information." : "更新已完成,但出現警告。請查看詳細資料以了解更多資訊。",
|
||||
"The update completed successfully." : "更新已成功完成。",
|
||||
"Preparing update…" : "正在準備更新…",
|
||||
"You will be redirected to {productName} in {count} seconds." : "系統將於 {count} 秒後重新導向至 {productName}。",
|
||||
"The update is in progress, leaving this page might interrupt the process in some environments." : "正在更新,在某些狀況下,離開本頁面可能會導致更新中斷",
|
||||
"App update required" : "需要更新應用程式",
|
||||
"{productName} will be updated to version {version}" : "{productName} 將更新至版本 {version}",
|
||||
"The theme {oldTheme} has been disabled." : "主題 {oldTheme} 已被停用。",
|
||||
"These incompatible apps will be disabled:" : "以下不兼容的應用程式將被停用:",
|
||||
"Incompatible apps" : "不兼容的應用程式",
|
||||
"These apps will be updated:" : "將會更新這些應用程式",
|
||||
"Apps to update" : "需要更新的應用程式",
|
||||
"{app} from {oldVersion} to {version}" : "{app}:由 {oldVersion} 更新至 {version}",
|
||||
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "在繼續之前,請備份數據庫、config 資料夾及數據資料夾",
|
||||
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "為避免大型安裝超時,您可以改為從安裝目錄下運行以下指令:",
|
||||
"Start update" : "開始升級",
|
||||
|
|
@ -403,6 +412,7 @@
|
|||
"Update to {version}" : "更新到 {version}",
|
||||
"Hide details" : "隱藏細節",
|
||||
"Show details" : "顯示細節",
|
||||
"Update details" : "更新詳情",
|
||||
"Update needed" : "需要更新",
|
||||
"Please use the command line updater because you have a big instance with more than 50 accounts." : "因為您有超過50名帳戶,服務規模較大,請透過命令提示字元界面(command line updater)更新。",
|
||||
"Documentation" : "說明書",
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@ OC.L10N.register(
|
|||
"Settings" : "Setelan",
|
||||
"Log out" : "Keluar",
|
||||
"Accounts" : "Accounts",
|
||||
"Bluesky" : "Bluesky",
|
||||
"Email" : "Email",
|
||||
"Phone" : "Telpon",
|
||||
"Twitter" : "Twitter",
|
||||
|
|
@ -65,6 +66,7 @@ OC.L10N.register(
|
|||
"You are not allowed to share %s" : "Anda tidak diizinkan untuk membagikan %s",
|
||||
"Cannot increase permissions of %s" : "Tidak dapat menambah izin %s",
|
||||
"Expiration date is in the past" : "Tanggal kedaluwarsa sudah lewat",
|
||||
"Sharing %s failed, because this item is already shared with the account %s" : "Berbagi %s gagal, karena item ini sudah dibagikan dengan akun %s",
|
||||
"Could not find category \"%s\"" : "Tidak menemukan kategori \"%s\"",
|
||||
"Sunday" : "Minggu",
|
||||
"Monday" : "Senin",
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@
|
|||
"Settings" : "Setelan",
|
||||
"Log out" : "Keluar",
|
||||
"Accounts" : "Accounts",
|
||||
"Bluesky" : "Bluesky",
|
||||
"Email" : "Email",
|
||||
"Phone" : "Telpon",
|
||||
"Twitter" : "Twitter",
|
||||
|
|
@ -63,6 +64,7 @@
|
|||
"You are not allowed to share %s" : "Anda tidak diizinkan untuk membagikan %s",
|
||||
"Cannot increase permissions of %s" : "Tidak dapat menambah izin %s",
|
||||
"Expiration date is in the past" : "Tanggal kedaluwarsa sudah lewat",
|
||||
"Sharing %s failed, because this item is already shared with the account %s" : "Berbagi %s gagal, karena item ini sudah dibagikan dengan akun %s",
|
||||
"Could not find category \"%s\"" : "Tidak menemukan kategori \"%s\"",
|
||||
"Sunday" : "Minggu",
|
||||
"Monday" : "Senin",
|
||||
|
|
|
|||
Loading…
Reference in a new issue