diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-10-10 00:06:58 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-10-10 00:06:58 +0000 |
commit | 3f40bb69f8c565a4c32f7452d8845936316377bb (patch) | |
tree | 41ea3955407d2cf2baaadccab44aa948f03e406c /apps/dav/l10n | |
parent | 8920c87dce39ecb89f20dcba0614db89f030f9b6 (diff) | |
download | nextcloud-server-3f40bb69f8c565a4c32f7452d8845936316377bb.tar.gz nextcloud-server-3f40bb69f8c565a4c32f7452d8845936316377bb.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/dav/l10n')
-rw-r--r-- | apps/dav/l10n/it.js | 17 | ||||
-rw-r--r-- | apps/dav/l10n/it.json | 15 | ||||
-rw-r--r-- | apps/dav/l10n/pl.js | 15 | ||||
-rw-r--r-- | apps/dav/l10n/pl.json | 13 | ||||
-rw-r--r-- | apps/dav/l10n/zh_TW.js | 17 | ||||
-rw-r--r-- | apps/dav/l10n/zh_TW.json | 15 |
6 files changed, 92 insertions, 0 deletions
diff --git a/apps/dav/l10n/it.js b/apps/dav/l10n/it.js new file mode 100644 index 00000000000..97ecaa4930d --- /dev/null +++ b/apps/dav/l10n/it.js @@ -0,0 +1,17 @@ +OC.L10N.register( + "dav", + { + "Contact birthdays" : "Date di nascita dei contatti", + "Personal" : "Personale", + "Contacts" : "Contatti", + "Technical details" : "Dettagli tecnici", + "Remote Address: %s" : "Indirizzo remoto: %s", + "Request ID: %s" : "ID richiesta: %s", + "Type: %s" : "Tipo: %s", + "Code: %s" : "Codice: %s", + "Message: %s" : "Messaggio: %s", + "File: %s" : "File: %s", + "Line: %s" : "Riga: %s", + "Trace" : "Traccia" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/dav/l10n/it.json b/apps/dav/l10n/it.json new file mode 100644 index 00000000000..d6c6420a911 --- /dev/null +++ b/apps/dav/l10n/it.json @@ -0,0 +1,15 @@ +{ "translations": { + "Contact birthdays" : "Date di nascita dei contatti", + "Personal" : "Personale", + "Contacts" : "Contatti", + "Technical details" : "Dettagli tecnici", + "Remote Address: %s" : "Indirizzo remoto: %s", + "Request ID: %s" : "ID richiesta: %s", + "Type: %s" : "Tipo: %s", + "Code: %s" : "Codice: %s", + "Message: %s" : "Messaggio: %s", + "File: %s" : "File: %s", + "Line: %s" : "Riga: %s", + "Trace" : "Traccia" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/dav/l10n/pl.js b/apps/dav/l10n/pl.js new file mode 100644 index 00000000000..5a4ddbf3769 --- /dev/null +++ b/apps/dav/l10n/pl.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "dav", + { + "Personal" : "Osobiste", + "Technical details" : "Szczegóły techniczne", + "Remote Address: %s" : "Adres zdalny: %s", + "Request ID: %s" : "ID żądania: %s", + "Type: %s" : "Typ: %s", + "Code: %s" : "Kod: %s", + "Message: %s" : "Komunikat: %s", + "File: %s" : "Plik: %s", + "Line: %s" : "Linia: %s", + "Trace" : "Ślad" +}, +"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/dav/l10n/pl.json b/apps/dav/l10n/pl.json new file mode 100644 index 00000000000..4b68fa6df5f --- /dev/null +++ b/apps/dav/l10n/pl.json @@ -0,0 +1,13 @@ +{ "translations": { + "Personal" : "Osobiste", + "Technical details" : "Szczegóły techniczne", + "Remote Address: %s" : "Adres zdalny: %s", + "Request ID: %s" : "ID żądania: %s", + "Type: %s" : "Typ: %s", + "Code: %s" : "Kod: %s", + "Message: %s" : "Komunikat: %s", + "File: %s" : "Plik: %s", + "Line: %s" : "Linia: %s", + "Trace" : "Ślad" +},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" +}
\ No newline at end of file diff --git a/apps/dav/l10n/zh_TW.js b/apps/dav/l10n/zh_TW.js new file mode 100644 index 00000000000..f3de7bb7da7 --- /dev/null +++ b/apps/dav/l10n/zh_TW.js @@ -0,0 +1,17 @@ +OC.L10N.register( + "dav", + { + "Contact birthdays" : "聯絡人生日", + "Personal" : "個人", + "Contacts" : "聯絡人", + "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" : "追蹤" +}, +"nplurals=1; plural=0;"); diff --git a/apps/dav/l10n/zh_TW.json b/apps/dav/l10n/zh_TW.json new file mode 100644 index 00000000000..0a85789fe54 --- /dev/null +++ b/apps/dav/l10n/zh_TW.json @@ -0,0 +1,15 @@ +{ "translations": { + "Contact birthdays" : "聯絡人生日", + "Personal" : "個人", + "Contacts" : "聯絡人", + "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" : "追蹤" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file |