diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/ca.js | 36 | ||||
-rw-r--r-- | lib/l10n/ca.json | 36 | ||||
-rw-r--r-- | lib/l10n/es.js | 1 | ||||
-rw-r--r-- | lib/l10n/es.json | 1 | ||||
-rw-r--r-- | lib/l10n/is.js | 1 | ||||
-rw-r--r-- | lib/l10n/is.json | 1 | ||||
-rw-r--r-- | lib/l10n/ja.js | 1 | ||||
-rw-r--r-- | lib/l10n/ja.json | 1 | ||||
-rw-r--r-- | lib/l10n/lt_LT.js | 4 | ||||
-rw-r--r-- | lib/l10n/lt_LT.json | 4 | ||||
-rw-r--r-- | lib/l10n/nb.js | 7 | ||||
-rw-r--r-- | lib/l10n/nb.json | 7 | ||||
-rw-r--r-- | lib/l10n/pl.js | 40 | ||||
-rw-r--r-- | lib/l10n/pl.json | 40 | ||||
-rw-r--r-- | lib/l10n/zh_TW.js | 7 | ||||
-rw-r--r-- | lib/l10n/zh_TW.json | 7 |
16 files changed, 134 insertions, 60 deletions
diff --git a/lib/l10n/ca.js b/lib/l10n/ca.js index 6689601e3e4..f42276db0f2 100644 --- a/lib/l10n/ca.js +++ b/lib/l10n/ca.js @@ -29,19 +29,19 @@ OC.L10N.register( "today" : "avui", "tomorrow" : "demà", "yesterday" : "ahir", - "_in %n day_::_in %n days_" : ["d'aquí %n dia","d'aquí %n dies"], + "_in %n day_::_in %n days_" : ["d'aquí a %n dia","d'aquí a %n dies"], "_%n day ago_::_%n days ago_" : ["fa %n dia","fa %n dies"], "next month" : "mes següent", "last month" : "el mes passat", - "_in %n month_::_in %n months_" : ["d'aquí %n mesos","d'aquí %n mesos"], + "_in %n month_::_in %n months_" : ["d'aquí a %n mes","d'aquí a %n mesos"], "_%n month ago_::_%n months ago_" : ["fa %n mes","fa %n mesos"], "next year" : "any següent", "last year" : "l'any passat", - "_in %n year_::_in %n years_" : ["d'aquí %n any","d'aquí %n anys"], + "_in %n year_::_in %n years_" : ["d'aquí a %n any","d'aquí a %n anys"], "_%n year ago_::_%n years ago_" : ["fa %n any","fa %n anys"], - "_in %n hour_::_in %n hours_" : ["d'aquí %n hora","d'aquí %n hores"], + "_in %n hour_::_in %n hours_" : ["d'aquí a %n hora","d'aquí a %n hores"], "_%n hour ago_::_%n hours ago_" : ["fa %n hora","fa %n hores"], - "_in %n minute_::_in %n minutes_" : ["d'aquí %n minut","d'aquí %n minuts"], + "_in %n minute_::_in %n minutes_" : ["d'aquí a %n minut","d'aquí a %n minuts"], "_%n minute ago_::_%n minutes ago_" : ["fa %n minut","fa %n minuts"], "in a few seconds" : "en uns segons", "seconds ago" : "fa uns segons", @@ -65,7 +65,7 @@ OC.L10N.register( "Basic settings" : "Configuració bàsica", "Sharing" : "Compartir", "Security" : "Seguretat", - "Additional settings" : "Configuració addicional", + "Additional settings" : "Paràmetres addicionals", "Personal info" : "Informació personal", "Unlimited" : "Il·limitat", "Verifying" : "Verificant", @@ -109,19 +109,19 @@ OC.L10N.register( "Friday" : "Divendres", "Saturday" : "Dissabte", "Sun." : "Dg.", - "Mon." : "Mon.", - "Tue." : "Dm.", + "Mon." : "Dl.", + "Tue." : "Dt.", "Wed." : "Dc.", "Thu." : "Dj.", "Fri." : "Dv.", "Sat." : "Ds.", - "Su" : "Dg", - "Mo" : "Dl", - "Tu" : "Dm", - "We" : "Dc", - "Th" : "Dj", - "Fr" : "Dv", - "Sa" : "Ds", + "Su" : "Dg.", + "Mo" : "Dl.", + "Tu" : "Dt.", + "We" : "Dc.", + "Th" : "Dj.", + "Fr" : "Dv.", + "Sa" : "Ds.", "January" : "Gener", "February" : "Febrer", "March" : "Març", @@ -137,12 +137,12 @@ OC.L10N.register( "Jan." : "Gen.", "Feb." : "Febr.", "Mar." : "Març", - "Apr." : "Abr", + "Apr." : "Abr.", "May." : "Maig", "Jun." : "Juny", "Jul." : "Jul.", "Aug." : "Ag.", - "Sep." : "Set", + "Sep." : "Set.", "Oct." : "Oct.", "Nov." : "Nov.", "Dec." : "Des.", @@ -174,7 +174,7 @@ OC.L10N.register( "Could not obtain lock type %d on \"%s\"." : "No s'ha pogut obtenir un bloqueig tipus %d a \"%s\".", "APCu" : "APCu", "Redis" : "Redis", - "Encryption" : "Xifrat", + "Encryption" : "Xifratge", "Tips & tricks" : "Consells i trucs", "Sync clients" : "Aplicacions per sincronitzar", "Sharing %s failed, because the user %s does not exist" : "Ha fallat en compartir %s, perquè l'usuari %s no existeix", diff --git a/lib/l10n/ca.json b/lib/l10n/ca.json index 1032dd40442..3b4e6761701 100644 --- a/lib/l10n/ca.json +++ b/lib/l10n/ca.json @@ -27,19 +27,19 @@ "today" : "avui", "tomorrow" : "demà", "yesterday" : "ahir", - "_in %n day_::_in %n days_" : ["d'aquí %n dia","d'aquí %n dies"], + "_in %n day_::_in %n days_" : ["d'aquí a %n dia","d'aquí a %n dies"], "_%n day ago_::_%n days ago_" : ["fa %n dia","fa %n dies"], "next month" : "mes següent", "last month" : "el mes passat", - "_in %n month_::_in %n months_" : ["d'aquí %n mesos","d'aquí %n mesos"], + "_in %n month_::_in %n months_" : ["d'aquí a %n mes","d'aquí a %n mesos"], "_%n month ago_::_%n months ago_" : ["fa %n mes","fa %n mesos"], "next year" : "any següent", "last year" : "l'any passat", - "_in %n year_::_in %n years_" : ["d'aquí %n any","d'aquí %n anys"], + "_in %n year_::_in %n years_" : ["d'aquí a %n any","d'aquí a %n anys"], "_%n year ago_::_%n years ago_" : ["fa %n any","fa %n anys"], - "_in %n hour_::_in %n hours_" : ["d'aquí %n hora","d'aquí %n hores"], + "_in %n hour_::_in %n hours_" : ["d'aquí a %n hora","d'aquí a %n hores"], "_%n hour ago_::_%n hours ago_" : ["fa %n hora","fa %n hores"], - "_in %n minute_::_in %n minutes_" : ["d'aquí %n minut","d'aquí %n minuts"], + "_in %n minute_::_in %n minutes_" : ["d'aquí a %n minut","d'aquí a %n minuts"], "_%n minute ago_::_%n minutes ago_" : ["fa %n minut","fa %n minuts"], "in a few seconds" : "en uns segons", "seconds ago" : "fa uns segons", @@ -63,7 +63,7 @@ "Basic settings" : "Configuració bàsica", "Sharing" : "Compartir", "Security" : "Seguretat", - "Additional settings" : "Configuració addicional", + "Additional settings" : "Paràmetres addicionals", "Personal info" : "Informació personal", "Unlimited" : "Il·limitat", "Verifying" : "Verificant", @@ -107,19 +107,19 @@ "Friday" : "Divendres", "Saturday" : "Dissabte", "Sun." : "Dg.", - "Mon." : "Mon.", - "Tue." : "Dm.", + "Mon." : "Dl.", + "Tue." : "Dt.", "Wed." : "Dc.", "Thu." : "Dj.", "Fri." : "Dv.", "Sat." : "Ds.", - "Su" : "Dg", - "Mo" : "Dl", - "Tu" : "Dm", - "We" : "Dc", - "Th" : "Dj", - "Fr" : "Dv", - "Sa" : "Ds", + "Su" : "Dg.", + "Mo" : "Dl.", + "Tu" : "Dt.", + "We" : "Dc.", + "Th" : "Dj.", + "Fr" : "Dv.", + "Sa" : "Ds.", "January" : "Gener", "February" : "Febrer", "March" : "Març", @@ -135,12 +135,12 @@ "Jan." : "Gen.", "Feb." : "Febr.", "Mar." : "Març", - "Apr." : "Abr", + "Apr." : "Abr.", "May." : "Maig", "Jun." : "Juny", "Jul." : "Jul.", "Aug." : "Ag.", - "Sep." : "Set", + "Sep." : "Set.", "Oct." : "Oct.", "Nov." : "Nov.", "Dec." : "Des.", @@ -172,7 +172,7 @@ "Could not obtain lock type %d on \"%s\"." : "No s'ha pogut obtenir un bloqueig tipus %d a \"%s\".", "APCu" : "APCu", "Redis" : "Redis", - "Encryption" : "Xifrat", + "Encryption" : "Xifratge", "Tips & tricks" : "Consells i trucs", "Sync clients" : "Aplicacions per sincronitzar", "Sharing %s failed, because the user %s does not exist" : "Ha fallat en compartir %s, perquè l'usuari %s no existeix", diff --git a/lib/l10n/es.js b/lib/l10n/es.js index 3178775c81f..1eb30505755 100644 --- a/lib/l10n/es.js +++ b/lib/l10n/es.js @@ -76,6 +76,7 @@ OC.L10N.register( "Basic settings" : "Ajustes básicos", "Sharing" : "Compartir", "Security" : "Seguridad", + "Theming" : "Temas", "Groupware" : "Groupware", "Additional settings" : "Configuración adicional", "Personal info" : "Información personal", diff --git a/lib/l10n/es.json b/lib/l10n/es.json index 6977abbe2d4..cca282083bc 100644 --- a/lib/l10n/es.json +++ b/lib/l10n/es.json @@ -74,6 +74,7 @@ "Basic settings" : "Ajustes básicos", "Sharing" : "Compartir", "Security" : "Seguridad", + "Theming" : "Temas", "Groupware" : "Groupware", "Additional settings" : "Configuración adicional", "Personal info" : "Información personal", diff --git a/lib/l10n/is.js b/lib/l10n/is.js index 28e0e13ed64..cb7aa16859a 100644 --- a/lib/l10n/is.js +++ b/lib/l10n/is.js @@ -76,6 +76,7 @@ OC.L10N.register( "Basic settings" : "Grunnstillingar", "Sharing" : "Deiling", "Security" : "Öryggi", + "Theming" : "Þemu", "Groupware" : "Hópvinnukerfi", "Additional settings" : "Valfrjálsar stillingar", "Personal info" : "Persónulegar upplýsingar", diff --git a/lib/l10n/is.json b/lib/l10n/is.json index bece44f6c4c..4a9a5190750 100644 --- a/lib/l10n/is.json +++ b/lib/l10n/is.json @@ -74,6 +74,7 @@ "Basic settings" : "Grunnstillingar", "Sharing" : "Deiling", "Security" : "Öryggi", + "Theming" : "Þemu", "Groupware" : "Hópvinnukerfi", "Additional settings" : "Valfrjálsar stillingar", "Personal info" : "Persónulegar upplýsingar", diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js index 62d617bf302..ec75592ffa1 100644 --- a/lib/l10n/ja.js +++ b/lib/l10n/ja.js @@ -174,6 +174,7 @@ OC.L10N.register( "Could not create user" : "ユーザーを作成できませんでした", "User disabled" : "ユーザーは無効です", "Login canceled by app" : "アプリによりログインが中止されました", + "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "次の依存関係を満たしていないため、アプリ \"%1$s\" をインストールできません: %2$s", "a safe home for all your data" : "あなたの全データの安全な家", "File is currently busy, please try again later" : "現在ファイルはビジーです。後でもう一度試してください。", "Can't read file" : "ファイルを読み込めません", diff --git a/lib/l10n/ja.json b/lib/l10n/ja.json index c210002a370..84367c0108b 100644 --- a/lib/l10n/ja.json +++ b/lib/l10n/ja.json @@ -172,6 +172,7 @@ "Could not create user" : "ユーザーを作成できませんでした", "User disabled" : "ユーザーは無効です", "Login canceled by app" : "アプリによりログインが中止されました", + "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "次の依存関係を満たしていないため、アプリ \"%1$s\" をインストールできません: %2$s", "a safe home for all your data" : "あなたの全データの安全な家", "File is currently busy, please try again later" : "現在ファイルはビジーです。後でもう一度試してください。", "Can't read file" : "ファイルを読み込めません", diff --git a/lib/l10n/lt_LT.js b/lib/l10n/lt_LT.js index b80ca4333d6..9144d007689 100644 --- a/lib/l10n/lt_LT.js +++ b/lib/l10n/lt_LT.js @@ -76,14 +76,14 @@ OC.L10N.register( "Set an admin username." : "Nustatyti administratoriaus naudotojo vardą.", "Set an admin password." : "Nustatyti administratoriaus slaptažodį.", "Can't create or write into the data directory %s" : "Negalima nuskaityti arba rašyti į duomenų katalogą. %s", - "Invalid Federated Cloud ID" : "Netinkamas Centralizuoto Serverio ID", + "Invalid Federated Cloud ID" : "Neteisingas federacinės debesijos ID", "Sharing %s failed, because the backend does not allow shares from type %i" : "%s dalinimasis nepavyko, nes sistema nepalaiko šio duomenų tipo %i", "Sharing %s failed, because the file does not exist" : "%s dalinimasis nepavyko, nes failas neegzistuoja. ", "You are not allowed to share %s" : "Jums neleidžiama bendrinti %s", "Sharing %s failed, because you can not share with yourself" : "%s bendrinimas nepavyko, jūs negalite bendrinti su savimi pačiu.", "You need to provide a password to create a public link, only protected links are allowed" : "Viešoms nuorodoms būtinas slaptažodis, leidžiamos tik apsaugotos nuorodos.", "Sharing %s failed, because sharing with links is not allowed" : "Bendrinimas %s nepavyko, kadangi bendrinimas su nuorodomis yra neleidžiamas.", - "Not allowed to create a federated share with the same user" : "Negalima dalintis su identišku naudotoju kitame serveryje", + "Not allowed to create a federated share with the same user" : "Negalima sukurti federacinį viešinį su tuo pačiu naudotoju", "Cannot set expiration date. Expiration date is in the past" : "Nepavyko nustatyti galiojimo datos. Galiojimo data yra praėjęs laikas.", "Sharing failed, because the user %s is the original sharer" : "Bendrinimas nepavyko, nes naudotojas %s yra bendrintojas.", "Sharing %s failed, because resharing is not allowed" : "%s bendrinimas nepavyko, nes perskirstymas yra neleidžiamas.", diff --git a/lib/l10n/lt_LT.json b/lib/l10n/lt_LT.json index 8d642dbe7be..41c9cbf04b1 100644 --- a/lib/l10n/lt_LT.json +++ b/lib/l10n/lt_LT.json @@ -74,14 +74,14 @@ "Set an admin username." : "Nustatyti administratoriaus naudotojo vardą.", "Set an admin password." : "Nustatyti administratoriaus slaptažodį.", "Can't create or write into the data directory %s" : "Negalima nuskaityti arba rašyti į duomenų katalogą. %s", - "Invalid Federated Cloud ID" : "Netinkamas Centralizuoto Serverio ID", + "Invalid Federated Cloud ID" : "Neteisingas federacinės debesijos ID", "Sharing %s failed, because the backend does not allow shares from type %i" : "%s dalinimasis nepavyko, nes sistema nepalaiko šio duomenų tipo %i", "Sharing %s failed, because the file does not exist" : "%s dalinimasis nepavyko, nes failas neegzistuoja. ", "You are not allowed to share %s" : "Jums neleidžiama bendrinti %s", "Sharing %s failed, because you can not share with yourself" : "%s bendrinimas nepavyko, jūs negalite bendrinti su savimi pačiu.", "You need to provide a password to create a public link, only protected links are allowed" : "Viešoms nuorodoms būtinas slaptažodis, leidžiamos tik apsaugotos nuorodos.", "Sharing %s failed, because sharing with links is not allowed" : "Bendrinimas %s nepavyko, kadangi bendrinimas su nuorodomis yra neleidžiamas.", - "Not allowed to create a federated share with the same user" : "Negalima dalintis su identišku naudotoju kitame serveryje", + "Not allowed to create a federated share with the same user" : "Negalima sukurti federacinį viešinį su tuo pačiu naudotoju", "Cannot set expiration date. Expiration date is in the past" : "Nepavyko nustatyti galiojimo datos. Galiojimo data yra praėjęs laikas.", "Sharing failed, because the user %s is the original sharer" : "Bendrinimas nepavyko, nes naudotojas %s yra bendrintojas.", "Sharing %s failed, because resharing is not allowed" : "%s bendrinimas nepavyko, nes perskirstymas yra neleidžiamas.", diff --git a/lib/l10n/nb.js b/lib/l10n/nb.js index 9654f0fb77b..f714ad6d944 100644 --- a/lib/l10n/nb.js +++ b/lib/l10n/nb.js @@ -72,6 +72,7 @@ OC.L10N.register( "Basic settings" : "Grunninnstillinger", "Sharing" : "Deling", "Security" : "Sikkerhet", + "Theming" : "Temavalg", "Groupware" : "Gruppevare", "Additional settings" : "Flere innstillinger", "Personal info" : "Personlig informasjon", @@ -110,12 +111,16 @@ OC.L10N.register( "Sharing failed, because the user %s is the original sharer" : "Deling mislyktes fordi brukeren %s er den som delte opprinnelig", "Sharing %s failed, because resharing is not allowed" : "Deling av %s mislyktes, fordi videre-deling ikke er tillatt", "Sharing %s failed, because the file could not be found in the file cache" : "Deling av %s mislyktes, fordi filen ikke ble funnet i fil-hurtiglageret", + "»%s« added a note to a file shared with you" : "»%s« la til en melding til en fil delt med deg", "Open »%s«" : "Åpne »%s«", + "%1$s via %2$s" : "%1$s via %2$s", "Can’t increase permissions of %s" : "Kan ikke øke tillatelser for %s", "Files can’t be shared with delete permissions" : "Filer kan ikke deles med tilgang til sletting", "Files can’t be shared with create permissions" : "Filer kan ikke deles med tilgang til opprettelse", "Expiration date is in the past" : "Utløpsdato er i fortid", "Can’t set expiration date more than %s days in the future" : "Kan ikke sette utløpsdato mer enn %s dager i fremtiden", + "%1$s shared »%2$s« with you" : "%1$s delte »%2$s« med deg", + "%1$s shared »%2$s« with you." : "%1$s delte »%2$s« med deg.", "Click the button below to open it." : "Klikk på knappen nedenfor for å åpne den.", "The requested share does not exist anymore" : "Forespurt ressurs finnes ikke lenger", "Could not find category \"%s\"" : "Kunne ikke finne kategori \"%s\"", @@ -176,7 +181,7 @@ OC.L10N.register( "a safe home for all your data" : "et sikkert hjem for alle dine data", "File is currently busy, please try again later" : "Filen er opptatt for øyeblikket, prøv igjen senere", "Can't read file" : "Kan ikke lese fil", - "Application is not enabled" : "Appen er ikke påslått", + "Application is not enabled" : "Appen er ikke aktivert", "Authentication error" : "Autentikasjonsfeil", "Token expired. Please reload page." : "Symbol utløpt. Last inn siden på nytt.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Ingen databasedrivere (sqlite, mysql, or postgresql) installert.", diff --git a/lib/l10n/nb.json b/lib/l10n/nb.json index a44b4768b71..a7c9125e929 100644 --- a/lib/l10n/nb.json +++ b/lib/l10n/nb.json @@ -70,6 +70,7 @@ "Basic settings" : "Grunninnstillinger", "Sharing" : "Deling", "Security" : "Sikkerhet", + "Theming" : "Temavalg", "Groupware" : "Gruppevare", "Additional settings" : "Flere innstillinger", "Personal info" : "Personlig informasjon", @@ -108,12 +109,16 @@ "Sharing failed, because the user %s is the original sharer" : "Deling mislyktes fordi brukeren %s er den som delte opprinnelig", "Sharing %s failed, because resharing is not allowed" : "Deling av %s mislyktes, fordi videre-deling ikke er tillatt", "Sharing %s failed, because the file could not be found in the file cache" : "Deling av %s mislyktes, fordi filen ikke ble funnet i fil-hurtiglageret", + "»%s« added a note to a file shared with you" : "»%s« la til en melding til en fil delt med deg", "Open »%s«" : "Åpne »%s«", + "%1$s via %2$s" : "%1$s via %2$s", "Can’t increase permissions of %s" : "Kan ikke øke tillatelser for %s", "Files can’t be shared with delete permissions" : "Filer kan ikke deles med tilgang til sletting", "Files can’t be shared with create permissions" : "Filer kan ikke deles med tilgang til opprettelse", "Expiration date is in the past" : "Utløpsdato er i fortid", "Can’t set expiration date more than %s days in the future" : "Kan ikke sette utløpsdato mer enn %s dager i fremtiden", + "%1$s shared »%2$s« with you" : "%1$s delte »%2$s« med deg", + "%1$s shared »%2$s« with you." : "%1$s delte »%2$s« med deg.", "Click the button below to open it." : "Klikk på knappen nedenfor for å åpne den.", "The requested share does not exist anymore" : "Forespurt ressurs finnes ikke lenger", "Could not find category \"%s\"" : "Kunne ikke finne kategori \"%s\"", @@ -174,7 +179,7 @@ "a safe home for all your data" : "et sikkert hjem for alle dine data", "File is currently busy, please try again later" : "Filen er opptatt for øyeblikket, prøv igjen senere", "Can't read file" : "Kan ikke lese fil", - "Application is not enabled" : "Appen er ikke påslått", + "Application is not enabled" : "Appen er ikke aktivert", "Authentication error" : "Autentikasjonsfeil", "Token expired. Please reload page." : "Symbol utløpt. Last inn siden på nytt.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Ingen databasedrivere (sqlite, mysql, or postgresql) installert.", diff --git a/lib/l10n/pl.js b/lib/l10n/pl.js index 2a66333f692..3e858f5628a 100644 --- a/lib/l10n/pl.js +++ b/lib/l10n/pl.js @@ -24,6 +24,8 @@ OC.L10N.register( "Following databases are supported: %s" : "Obsługiwane są następujące bazy danych: %s", "The command line tool %s could not be found" : "Narzędzie konsoli %s nie zostało znalezione", "The library %s is not available." : "Biblioteka %s nie jest dostępna.", + "Library %1$s with a version higher than %2$s is required - available version %3$s." : "Wymagana jest biblioteka %1$s z wersją wyższą niż %2$s - dostępna wersja %3$s.", + "Library %1$s with a version lower than %2$s is required - available version %3$s." : "Wymagana jest biblioteka %1$s w wersji niższej niż %2$s - dostępna wersja %3$s.", "Following platforms are supported: %s" : "Obsługiwane są następujące platformy: %s", "Server version %s or higher is required." : "Wersja serwera %s lub wyższa jest wymagana.", "Server version %s or lower is required." : "Wersja serwera %s lub niższa jest wymagana.", @@ -34,17 +36,22 @@ OC.L10N.register( "today" : "dziś", "tomorrow" : "jutro", "yesterday" : "wczoraj", + "_in %n day_::_in %n days_" : ["za %ndzień","za %n dni","za %n dni","za %n dni"], "_%n day ago_::_%n days ago_" : ["%d dzień temu","%n dni temu","%n dni temu","%n dni temu"], "next month" : "następny miesiąc", "last month" : "w zeszłym miesiącu", + "_in %n month_::_in %n months_" : ["za %n miesięc","za %n miesiące","za %n miesięcy","za %n miesięcy"], "_%n month ago_::_%n months ago_" : ["%n miesiąc temu","%n miesięcy temu","%n miesięcy temu","%n miesięcy temu"], "next year" : "następny rok", "last year" : "w zeszłym roku", + "_in %n year_::_in %n years_" : ["za %n rok","za %n lata","za %n lat","za %n lat"], "_%n year ago_::_%n years ago_" : ["%n rok temu","%n lata temu","%n lat temu","%n lat temu"], + "_in %n hour_::_in %n hours_" : ["za %n godzinę","za %n godziny","za %n godzin","za %n godziny"], "_%n hour ago_::_%n hours ago_" : ["%n godzinę temu","%n godzin temu","%n godzin temu","%n godzin temu"], + "_in %n minute_::_in %n minutes_" : ["za %n minutę","za %n minuty","za %n minut","za %n minuty"], "_%n minute ago_::_%n minutes ago_" : ["%n minute temu","%n minut temu","%n minut temu","%n minut temu"], "in a few seconds" : "w ciągu kilku sekund", - "seconds ago" : "sekund temu", + "seconds ago" : "przed chwilą", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Moduł o ID: %s nie istnieje. Proszę włącz go w ustawieniach aplikacji lub skontaktuj się z administratorem.", "File name is a reserved word" : "Nazwa pliku jest zarezerwowana", "File name contains at least one invalid character" : "Nazwa pliku zawiera co najmniej jeden nieprawidłowy znak", @@ -69,6 +76,7 @@ OC.L10N.register( "Basic settings" : "Ustawienia podstawowe", "Sharing" : "Udostępnianie", "Security" : "Bepieczeństwo", + "Theming" : "Motyw", "Groupware" : "Praca grupowa", "Additional settings" : "Ustawienia dodatkowe", "Personal info" : "Informacje Osobiste", @@ -95,18 +103,28 @@ OC.L10N.register( "Invalid Federated Cloud ID" : "Nieprawidłowy ID Stowarzyszonej Chmury", "Sharing %s failed, because the backend does not allow shares from type %i" : "Udostępnianie %s nie udało się, ponieważ backend nie pozwala na współdzielenie takiego typu jak %i.", "Sharing %s failed, because the file does not exist" : "Wspóldzielenie %s nie powiodło się. ponieważ plik nie istnieje", - "You are not allowed to share %s" : "Nie masz uprawnień aby udostępnić %s", - "Sharing %s failed, because you can not share with yourself" : "Udostępnienie %s nie udało się, ponieważ nie możesz współdzielić sam ze sobą", + "You are not allowed to share %s" : "Nie możesz udostępnić %s", + "Sharing %s failed, because you can not share with yourself" : "Udostępnianie %s nie powiodło się, ponieważ nie możesz współdzielić z samym sobą", + "Sharing %1$s failed, because the user %2$s does not exist" : "Udostępnianie %1$s nie powiodło się, ponieważ użytkownik %2$s nie istnieje", + "Sharing %1$s failed, because the user %2$s is not a member of any groups that %3$s is a member of" : "Udostępnianie %1$s nie powiodło się, ponieważ użytkownik %2$s nie jest członkiem żadnej grupy, której członkiem jest %3$s", + "Sharing %1$s failed, because this item is already shared with %2$s" : "Udostępnianie %1$s nie powiodło się, ponieważ element jest już współdzielony z %2$s", + "Sharing %1$s failed, because this item is already shared with user %2$s" : "Udostępnianie %1$s nie powiodło się, ponieważ element jest już udostępniony użytkownikowi %2$s", + "Sharing %1$s failed, because the group %2$s does not exist" : "Udostępnianie %1$s nie powiodło się, ponieważ grupa %2$s nie istnieje", + "Sharing %1$s failed, because %2$s is not a member of the group %3$s" : "Udostępnianie %1$s nie powiodło się, ponieważ %2$s nie jest członkiem grupy %3$s", "You need to provide a password to create a public link, only protected links are allowed" : "Musisz zapewnić hasło aby utworzyć link publiczny, dozwolone są tylko linki chronione", "Sharing %s failed, because sharing with links is not allowed" : "Współdzielenie %s nie powiodło się, ponieważ współdzielenie z linkami nie jest dozwolone", - "Not allowed to create a federated share with the same user" : "Nie jest dozwolone tworzenie współdzielenia stowarzyszonego z tym samym użytkownikiem", - "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Nie można ustawić daty wygaśnięcia. Udziały nie mogą wygasać później niż %s od momentu udostępnienia", + "Not allowed to create a federated share with the same user" : "Nie jest dozwolone tworzenie współdzielenia federacyjnego z tym samym użytkownikiem", + "Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable." : "Udostępnianie %1$s nie powiodło się, nie udało się znaleźć %2$s, być może serwer jest obecnie nieosiągalny.", + "Share type %1$s is not valid for %2$s" : "Typ udostępnienia %1$s jest nieprawidłowy dla %2$s", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Nie można ustawić daty wygaśnięcia. Współdzielenie nie może wygasać później niż %s od momentu udostępnienia", "Cannot set expiration date. Expiration date is in the past" : "Nie można ustawić daty wygaśnięcia. Data wygaśnięcia jest w przeszłości.", "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Zaplecze do współdzielenia %s musi implementować interfejs OCP\\Share_Backend", "Sharing backend %s not found" : "Zaplecze %s do współdzielenia nie zostało znalezione", "Sharing backend for %s not found" : "Zaplecze do współdzielenia %s nie zostało znalezione", - "Sharing failed, because the user %s is the original sharer" : "Współdzielenie z użytkownikiem %s się nie udało, ponieważ już jest współdzielenie z tym użytkownikiem.", + "Sharing failed, because the user %s is the original sharer" : "Udostępnianie nie powiodło się, ponieważ użytkownik %s jest właścicielem współdzielenia", + "Sharing %1$s failed, because the permissions exceed permissions granted to %2$s" : "Udostępnianie %1$s nie powiodło się, ponieważ uprawnienia przekraczają uprawnieniom przyznanym %2$s", "Sharing %s failed, because resharing is not allowed" : "Współdzielenie %s nie powiodło się, ponieważ ponowne współdzielenie nie jest dozwolone", + "Sharing %1$s failed, because the sharing backend for %2$s could not find its source" : "Udostępnianie %1$s nie powiodło się, ponieważ serwer współużytkowania dla %2$s nie mógł znaleźć swojego źródła", "Sharing %s failed, because the file could not be found in the file cache" : "Współdzielenie %s nie powiodło się, ponieważ plik nie może zostać odnaleziony w buforze plików", "%1$s shared »%2$s« with you and wants to add:" : "%1$s współdzieli »%2$s« z Tobą i chce dodać: ", "%1$s shared »%2$s« with you and wants to add" : " %1$s współdzieli »%2$s« z Tobą i chce dodać", @@ -118,6 +136,8 @@ OC.L10N.register( "Files can’t be shared with create permissions" : "Pliki nie mogą zostać udostępnione z prawem do tworzenia", "Expiration date is in the past" : "Data ważności jest przeszła", "Can’t set expiration date more than %s days in the future" : "Nie można ustawić daty ważności dłuższej niż 1%s dni", + "%1$s shared »%2$s« with you" : "%1$s udostępnił \"%2$s\"", + "%1$s shared »%2$s« with you." : "%1$s udostępnił \"%2$s\".", "Click the button below to open it." : "Kliknij przycisk poniżej aby otworzyć.", "The requested share does not exist anymore" : "Żądany obiekt współdzielony już nie istnieje", "Could not find category \"%s\"" : "Nie można odnaleźć kategorii \"%s\"", @@ -175,6 +195,7 @@ OC.L10N.register( "Could not create user" : "Nie można utworzyć użytkownika.", "User disabled" : "Użytkownik zablokowany", "Login canceled by app" : "Zalogowanie anulowane przez aplikację", + "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Nie można zainstalować aplikacji \"%1$s\", ponieważ następujące zależności nie są spełnione: %2$s", "a safe home for all your data" : "Bezpieczny dom dla twoich danych", "File is currently busy, please try again later" : "Plik jest obecnie niedostępny, proszę spróbować ponownie później", "Can't read file" : "Nie można odczytać pliku.", @@ -213,6 +234,7 @@ OC.L10N.register( "Action \"%s\" not supported or implemented." : "Akcja \"%s\" jest niewspierana lub niezaimplementowana.", "Authentication failed, wrong token or provider ID given" : "Uwierzytelnienie nie powiodło się, podano nieprawidłowy token lub ID dostawcy", "Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Brakujące parametry dla ukończenia żądania. Brakujące parametry: \"%s\"", + "ID \"%1$s\" already used by cloud federation provider \"%2$s\"" : "ID \"%1$s\" jest już używany przez dostawcę federacji chmury \"%2$s\"", "Cloud Federation Provider with ID: \"%s\" does not exist." : "Cloud Federation Provider o ID: \"%s\" nie istnieje.", "Could not obtain lock type %d on \"%s\"." : "Nie można uzyskać blokady typu %d na \"%s\".", "Storage unauthorized. %s" : "Magazyn nieautoryzowany. %s", @@ -229,12 +251,12 @@ OC.L10N.register( "Sync clients" : "Synchronizuj z klientami", "Sharing %s failed, because the user %s does not exist" : "Współdzielenie %s nie powiodło się, ponieważ użytkownik %s nie istnieje", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Współdzielenie %s nie powiodło się, ponieważ użytkownik %s nie jest członkiem żadnej grupy której członkiem jest %s", - "Sharing %s failed, because this item is already shared with %s" : "Współdzielenie %s nie powiodło się, ponieważ element jest już współdzielony z %s", - "Sharing %s failed, because this item is already shared with user %s" : "Współdzielenie %s nie udało się, ponieważ ten obiekt już jest współdzielony z użytkownikiem %s", + "Sharing %s failed, because this item is already shared with %s" : "Udostępnianie %s nie powiodło się, ponieważ element jest już współdzielony z %s", + "Sharing %s failed, because this item is already shared with user %s" : "Udostępnianie %s nie powiodło się, ponieważ element jest już współdzielony z użytkownikiem %s", "Sharing %s failed, because the group %s does not exist" : "Współdzielenie %s nie powiodło się, ponieważ grupa %s nie istnieje", "Sharing %s failed, because %s is not a member of the group %s" : "Współdzielenie %s nie powiodło się, ponieważ %s nie jest członkiem grupy %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Współdzielenie %s nie powiodło się, nie można odnaleźć %s. Prawdopobnie serwer nie jest teraz osiągalny.", - "Share type %s is not valid for %s" : "Typ udziału %s nie jest właściwy dla %s", + "Share type %s is not valid for %s" : "Typ udostępnienia %s jest nieprawidłowy dla %s", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Współdzielenie %s nie powiodło się, ponieważ uprawnienia przekraczają te udzielone %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Współdzielenie %s nie powiodło się, ponieważ zaplecze współdzielenia dla %s nie mogło znaleźć jego źródła", "%s shared »%s« with you" : "%s współdzieli »%s« z tobą", diff --git a/lib/l10n/pl.json b/lib/l10n/pl.json index f1b332567ec..70a80b126f5 100644 --- a/lib/l10n/pl.json +++ b/lib/l10n/pl.json @@ -22,6 +22,8 @@ "Following databases are supported: %s" : "Obsługiwane są następujące bazy danych: %s", "The command line tool %s could not be found" : "Narzędzie konsoli %s nie zostało znalezione", "The library %s is not available." : "Biblioteka %s nie jest dostępna.", + "Library %1$s with a version higher than %2$s is required - available version %3$s." : "Wymagana jest biblioteka %1$s z wersją wyższą niż %2$s - dostępna wersja %3$s.", + "Library %1$s with a version lower than %2$s is required - available version %3$s." : "Wymagana jest biblioteka %1$s w wersji niższej niż %2$s - dostępna wersja %3$s.", "Following platforms are supported: %s" : "Obsługiwane są następujące platformy: %s", "Server version %s or higher is required." : "Wersja serwera %s lub wyższa jest wymagana.", "Server version %s or lower is required." : "Wersja serwera %s lub niższa jest wymagana.", @@ -32,17 +34,22 @@ "today" : "dziś", "tomorrow" : "jutro", "yesterday" : "wczoraj", + "_in %n day_::_in %n days_" : ["za %ndzień","za %n dni","za %n dni","za %n dni"], "_%n day ago_::_%n days ago_" : ["%d dzień temu","%n dni temu","%n dni temu","%n dni temu"], "next month" : "następny miesiąc", "last month" : "w zeszłym miesiącu", + "_in %n month_::_in %n months_" : ["za %n miesięc","za %n miesiące","za %n miesięcy","za %n miesięcy"], "_%n month ago_::_%n months ago_" : ["%n miesiąc temu","%n miesięcy temu","%n miesięcy temu","%n miesięcy temu"], "next year" : "następny rok", "last year" : "w zeszłym roku", + "_in %n year_::_in %n years_" : ["za %n rok","za %n lata","za %n lat","za %n lat"], "_%n year ago_::_%n years ago_" : ["%n rok temu","%n lata temu","%n lat temu","%n lat temu"], + "_in %n hour_::_in %n hours_" : ["za %n godzinę","za %n godziny","za %n godzin","za %n godziny"], "_%n hour ago_::_%n hours ago_" : ["%n godzinę temu","%n godzin temu","%n godzin temu","%n godzin temu"], + "_in %n minute_::_in %n minutes_" : ["za %n minutę","za %n minuty","za %n minut","za %n minuty"], "_%n minute ago_::_%n minutes ago_" : ["%n minute temu","%n minut temu","%n minut temu","%n minut temu"], "in a few seconds" : "w ciągu kilku sekund", - "seconds ago" : "sekund temu", + "seconds ago" : "przed chwilą", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Moduł o ID: %s nie istnieje. Proszę włącz go w ustawieniach aplikacji lub skontaktuj się z administratorem.", "File name is a reserved word" : "Nazwa pliku jest zarezerwowana", "File name contains at least one invalid character" : "Nazwa pliku zawiera co najmniej jeden nieprawidłowy znak", @@ -67,6 +74,7 @@ "Basic settings" : "Ustawienia podstawowe", "Sharing" : "Udostępnianie", "Security" : "Bepieczeństwo", + "Theming" : "Motyw", "Groupware" : "Praca grupowa", "Additional settings" : "Ustawienia dodatkowe", "Personal info" : "Informacje Osobiste", @@ -93,18 +101,28 @@ "Invalid Federated Cloud ID" : "Nieprawidłowy ID Stowarzyszonej Chmury", "Sharing %s failed, because the backend does not allow shares from type %i" : "Udostępnianie %s nie udało się, ponieważ backend nie pozwala na współdzielenie takiego typu jak %i.", "Sharing %s failed, because the file does not exist" : "Wspóldzielenie %s nie powiodło się. ponieważ plik nie istnieje", - "You are not allowed to share %s" : "Nie masz uprawnień aby udostępnić %s", - "Sharing %s failed, because you can not share with yourself" : "Udostępnienie %s nie udało się, ponieważ nie możesz współdzielić sam ze sobą", + "You are not allowed to share %s" : "Nie możesz udostępnić %s", + "Sharing %s failed, because you can not share with yourself" : "Udostępnianie %s nie powiodło się, ponieważ nie możesz współdzielić z samym sobą", + "Sharing %1$s failed, because the user %2$s does not exist" : "Udostępnianie %1$s nie powiodło się, ponieważ użytkownik %2$s nie istnieje", + "Sharing %1$s failed, because the user %2$s is not a member of any groups that %3$s is a member of" : "Udostępnianie %1$s nie powiodło się, ponieważ użytkownik %2$s nie jest członkiem żadnej grupy, której członkiem jest %3$s", + "Sharing %1$s failed, because this item is already shared with %2$s" : "Udostępnianie %1$s nie powiodło się, ponieważ element jest już współdzielony z %2$s", + "Sharing %1$s failed, because this item is already shared with user %2$s" : "Udostępnianie %1$s nie powiodło się, ponieważ element jest już udostępniony użytkownikowi %2$s", + "Sharing %1$s failed, because the group %2$s does not exist" : "Udostępnianie %1$s nie powiodło się, ponieważ grupa %2$s nie istnieje", + "Sharing %1$s failed, because %2$s is not a member of the group %3$s" : "Udostępnianie %1$s nie powiodło się, ponieważ %2$s nie jest członkiem grupy %3$s", "You need to provide a password to create a public link, only protected links are allowed" : "Musisz zapewnić hasło aby utworzyć link publiczny, dozwolone są tylko linki chronione", "Sharing %s failed, because sharing with links is not allowed" : "Współdzielenie %s nie powiodło się, ponieważ współdzielenie z linkami nie jest dozwolone", - "Not allowed to create a federated share with the same user" : "Nie jest dozwolone tworzenie współdzielenia stowarzyszonego z tym samym użytkownikiem", - "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Nie można ustawić daty wygaśnięcia. Udziały nie mogą wygasać później niż %s od momentu udostępnienia", + "Not allowed to create a federated share with the same user" : "Nie jest dozwolone tworzenie współdzielenia federacyjnego z tym samym użytkownikiem", + "Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable." : "Udostępnianie %1$s nie powiodło się, nie udało się znaleźć %2$s, być może serwer jest obecnie nieosiągalny.", + "Share type %1$s is not valid for %2$s" : "Typ udostępnienia %1$s jest nieprawidłowy dla %2$s", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Nie można ustawić daty wygaśnięcia. Współdzielenie nie może wygasać później niż %s od momentu udostępnienia", "Cannot set expiration date. Expiration date is in the past" : "Nie można ustawić daty wygaśnięcia. Data wygaśnięcia jest w przeszłości.", "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Zaplecze do współdzielenia %s musi implementować interfejs OCP\\Share_Backend", "Sharing backend %s not found" : "Zaplecze %s do współdzielenia nie zostało znalezione", "Sharing backend for %s not found" : "Zaplecze do współdzielenia %s nie zostało znalezione", - "Sharing failed, because the user %s is the original sharer" : "Współdzielenie z użytkownikiem %s się nie udało, ponieważ już jest współdzielenie z tym użytkownikiem.", + "Sharing failed, because the user %s is the original sharer" : "Udostępnianie nie powiodło się, ponieważ użytkownik %s jest właścicielem współdzielenia", + "Sharing %1$s failed, because the permissions exceed permissions granted to %2$s" : "Udostępnianie %1$s nie powiodło się, ponieważ uprawnienia przekraczają uprawnieniom przyznanym %2$s", "Sharing %s failed, because resharing is not allowed" : "Współdzielenie %s nie powiodło się, ponieważ ponowne współdzielenie nie jest dozwolone", + "Sharing %1$s failed, because the sharing backend for %2$s could not find its source" : "Udostępnianie %1$s nie powiodło się, ponieważ serwer współużytkowania dla %2$s nie mógł znaleźć swojego źródła", "Sharing %s failed, because the file could not be found in the file cache" : "Współdzielenie %s nie powiodło się, ponieważ plik nie może zostać odnaleziony w buforze plików", "%1$s shared »%2$s« with you and wants to add:" : "%1$s współdzieli »%2$s« z Tobą i chce dodać: ", "%1$s shared »%2$s« with you and wants to add" : " %1$s współdzieli »%2$s« z Tobą i chce dodać", @@ -116,6 +134,8 @@ "Files can’t be shared with create permissions" : "Pliki nie mogą zostać udostępnione z prawem do tworzenia", "Expiration date is in the past" : "Data ważności jest przeszła", "Can’t set expiration date more than %s days in the future" : "Nie można ustawić daty ważności dłuższej niż 1%s dni", + "%1$s shared »%2$s« with you" : "%1$s udostępnił \"%2$s\"", + "%1$s shared »%2$s« with you." : "%1$s udostępnił \"%2$s\".", "Click the button below to open it." : "Kliknij przycisk poniżej aby otworzyć.", "The requested share does not exist anymore" : "Żądany obiekt współdzielony już nie istnieje", "Could not find category \"%s\"" : "Nie można odnaleźć kategorii \"%s\"", @@ -173,6 +193,7 @@ "Could not create user" : "Nie można utworzyć użytkownika.", "User disabled" : "Użytkownik zablokowany", "Login canceled by app" : "Zalogowanie anulowane przez aplikację", + "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Nie można zainstalować aplikacji \"%1$s\", ponieważ następujące zależności nie są spełnione: %2$s", "a safe home for all your data" : "Bezpieczny dom dla twoich danych", "File is currently busy, please try again later" : "Plik jest obecnie niedostępny, proszę spróbować ponownie później", "Can't read file" : "Nie można odczytać pliku.", @@ -211,6 +232,7 @@ "Action \"%s\" not supported or implemented." : "Akcja \"%s\" jest niewspierana lub niezaimplementowana.", "Authentication failed, wrong token or provider ID given" : "Uwierzytelnienie nie powiodło się, podano nieprawidłowy token lub ID dostawcy", "Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Brakujące parametry dla ukończenia żądania. Brakujące parametry: \"%s\"", + "ID \"%1$s\" already used by cloud federation provider \"%2$s\"" : "ID \"%1$s\" jest już używany przez dostawcę federacji chmury \"%2$s\"", "Cloud Federation Provider with ID: \"%s\" does not exist." : "Cloud Federation Provider o ID: \"%s\" nie istnieje.", "Could not obtain lock type %d on \"%s\"." : "Nie można uzyskać blokady typu %d na \"%s\".", "Storage unauthorized. %s" : "Magazyn nieautoryzowany. %s", @@ -227,12 +249,12 @@ "Sync clients" : "Synchronizuj z klientami", "Sharing %s failed, because the user %s does not exist" : "Współdzielenie %s nie powiodło się, ponieważ użytkownik %s nie istnieje", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Współdzielenie %s nie powiodło się, ponieważ użytkownik %s nie jest członkiem żadnej grupy której członkiem jest %s", - "Sharing %s failed, because this item is already shared with %s" : "Współdzielenie %s nie powiodło się, ponieważ element jest już współdzielony z %s", - "Sharing %s failed, because this item is already shared with user %s" : "Współdzielenie %s nie udało się, ponieważ ten obiekt już jest współdzielony z użytkownikiem %s", + "Sharing %s failed, because this item is already shared with %s" : "Udostępnianie %s nie powiodło się, ponieważ element jest już współdzielony z %s", + "Sharing %s failed, because this item is already shared with user %s" : "Udostępnianie %s nie powiodło się, ponieważ element jest już współdzielony z użytkownikiem %s", "Sharing %s failed, because the group %s does not exist" : "Współdzielenie %s nie powiodło się, ponieważ grupa %s nie istnieje", "Sharing %s failed, because %s is not a member of the group %s" : "Współdzielenie %s nie powiodło się, ponieważ %s nie jest członkiem grupy %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Współdzielenie %s nie powiodło się, nie można odnaleźć %s. Prawdopobnie serwer nie jest teraz osiągalny.", - "Share type %s is not valid for %s" : "Typ udziału %s nie jest właściwy dla %s", + "Share type %s is not valid for %s" : "Typ udostępnienia %s jest nieprawidłowy dla %s", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Współdzielenie %s nie powiodło się, ponieważ uprawnienia przekraczają te udzielone %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Współdzielenie %s nie powiodło się, ponieważ zaplecze współdzielenia dla %s nie mogło znaleźć jego źródła", "%s shared »%s« with you" : "%s współdzieli »%s« z tobą", diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js index f2005c281f6..6aeca6f9ca2 100644 --- a/lib/l10n/zh_TW.js +++ b/lib/l10n/zh_TW.js @@ -9,6 +9,12 @@ OC.L10N.register( "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "您似乎直接複製了範例設定來使用,這樣的安裝很可能會無法運作,請閱讀說明文件後對 config.php 進行適當的修改", "%1$s and %2$s" : "%1$s 和 %2$s", "%1$s, %2$s and %3$s" : "%1$s, %2$s 和 %3$s", + "%1$s, %2$s, %3$s and %4$s" : "%1$s、%2$s、%3$s 和 %4$s", + "%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s、%2$s、%3$s、%4$s 和 %5$s", + "Education Edition" : "教育版", + "Enterprise bundle" : "企業組合包", + "Groupware bundle" : "協作組合包", + "Social sharing bundle" : "社交網絡組合包", "PHP %s or higher is required." : "需要 PHP %s 或更高版本", "PHP with a version lower than %s is required." : "需要 PHP 版本低於 %s ", "%sbit or higher PHP required." : "%s 或需要更高階版本的php", @@ -65,6 +71,7 @@ OC.L10N.register( "Basic settings" : "基本設定", "Sharing" : "分享", "Security" : "安全性", + "Theming" : "佈景主題", "Groupware" : "協作應用程式", "Additional settings" : "其他設定", "Personal info" : "個人資訊", diff --git a/lib/l10n/zh_TW.json b/lib/l10n/zh_TW.json index a1b9b187fb4..317abeadbde 100644 --- a/lib/l10n/zh_TW.json +++ b/lib/l10n/zh_TW.json @@ -7,6 +7,12 @@ "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "您似乎直接複製了範例設定來使用,這樣的安裝很可能會無法運作,請閱讀說明文件後對 config.php 進行適當的修改", "%1$s and %2$s" : "%1$s 和 %2$s", "%1$s, %2$s and %3$s" : "%1$s, %2$s 和 %3$s", + "%1$s, %2$s, %3$s and %4$s" : "%1$s、%2$s、%3$s 和 %4$s", + "%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s、%2$s、%3$s、%4$s 和 %5$s", + "Education Edition" : "教育版", + "Enterprise bundle" : "企業組合包", + "Groupware bundle" : "協作組合包", + "Social sharing bundle" : "社交網絡組合包", "PHP %s or higher is required." : "需要 PHP %s 或更高版本", "PHP with a version lower than %s is required." : "需要 PHP 版本低於 %s ", "%sbit or higher PHP required." : "%s 或需要更高階版本的php", @@ -63,6 +69,7 @@ "Basic settings" : "基本設定", "Sharing" : "分享", "Security" : "安全性", + "Theming" : "佈景主題", "Groupware" : "協作應用程式", "Additional settings" : "其他設定", "Personal info" : "個人資訊", |