[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Родитель
f63521f013
Коммит
f59206e671
17
l10n/cs.js
17
l10n/cs.js
|
@ -1,6 +1,12 @@
|
|||
OC.L10N.register(
|
||||
"notifications",
|
||||
{
|
||||
"Hello %s" : "Zdravím %s",
|
||||
"Hello %s," : "Zdravím %s,",
|
||||
"_New notification for %s_::_%n new notifications for %s_" : ["Nové upozornění ohledně %s","%n nová upozornění ohledně %s","%n nových upozornění ohledně %s","%n nová upozornění ohledně %s"],
|
||||
"_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Máte nové upozornění ohledně %s","Máte %n nová upozornění ohledně %s","Máte %n nových upozornění ohledně %s","Máte %n nová upozornění ohledně %s"],
|
||||
"You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "Je možné změnit četnost těchto e-mailů nebo je vypnout v <a href=\"%s\">nastavení</a>.",
|
||||
"You can change the frequency of these emails or disable them in the settings: %s" : "Je možné změnit četnost těchto e-mailů nebo je vypnout v nastavení: %s",
|
||||
"Admin notifications" : "Upozornění správce",
|
||||
"Notifications" : "Upozornění",
|
||||
"This app provides a backend and frontend for the notification API available in Nextcloud." : "Tato aplikace poskytuje podpůrnou vrstvu a nadstavbu nad aplikačním program. rozhraním (API) pro upozorňování, které je v Nextcloud k dispozici.",
|
||||
|
@ -13,6 +19,15 @@ OC.L10N.register(
|
|||
"Dismiss" : "Zavřít",
|
||||
"seconds ago" : "před několika sekundami",
|
||||
"Failed to dismiss notification" : "Upozornění se nepodařilo zahodit",
|
||||
"in {path}" : "v {path}"
|
||||
"in {path}" : "v {path}",
|
||||
"You need to set up your email address before you can receive notification emails." : "Pokud chcete dostávat upozornění e-mailem, je třeba nejprve nastavit svou e-mailovou adresu.",
|
||||
"Send email reminders about unhandled notifications after:" : "Posílat upozornění e-mailem ohledně nezpracovaných upozornění po uplynutí:",
|
||||
"Never" : "Nikdy",
|
||||
"1 hour" : "1 hodiny",
|
||||
"3 hours" : "3 hodin",
|
||||
"1 day" : "1 den",
|
||||
"1 week" : "1 týdne",
|
||||
"Your settings have been updated." : "Vaše nastavení byla aktualizována.",
|
||||
"An error occurred while updating your settings." : "Při aktualizaci vašich nastavení došlo k chybě."
|
||||
},
|
||||
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
|
||||
|
|
17
l10n/cs.json
17
l10n/cs.json
|
@ -1,4 +1,10 @@
|
|||
{ "translations": {
|
||||
"Hello %s" : "Zdravím %s",
|
||||
"Hello %s," : "Zdravím %s,",
|
||||
"_New notification for %s_::_%n new notifications for %s_" : ["Nové upozornění ohledně %s","%n nová upozornění ohledně %s","%n nových upozornění ohledně %s","%n nová upozornění ohledně %s"],
|
||||
"_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Máte nové upozornění ohledně %s","Máte %n nová upozornění ohledně %s","Máte %n nových upozornění ohledně %s","Máte %n nová upozornění ohledně %s"],
|
||||
"You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "Je možné změnit četnost těchto e-mailů nebo je vypnout v <a href=\"%s\">nastavení</a>.",
|
||||
"You can change the frequency of these emails or disable them in the settings: %s" : "Je možné změnit četnost těchto e-mailů nebo je vypnout v nastavení: %s",
|
||||
"Admin notifications" : "Upozornění správce",
|
||||
"Notifications" : "Upozornění",
|
||||
"This app provides a backend and frontend for the notification API available in Nextcloud." : "Tato aplikace poskytuje podpůrnou vrstvu a nadstavbu nad aplikačním program. rozhraním (API) pro upozorňování, které je v Nextcloud k dispozici.",
|
||||
|
@ -11,6 +17,15 @@
|
|||
"Dismiss" : "Zavřít",
|
||||
"seconds ago" : "před několika sekundami",
|
||||
"Failed to dismiss notification" : "Upozornění se nepodařilo zahodit",
|
||||
"in {path}" : "v {path}"
|
||||
"in {path}" : "v {path}",
|
||||
"You need to set up your email address before you can receive notification emails." : "Pokud chcete dostávat upozornění e-mailem, je třeba nejprve nastavit svou e-mailovou adresu.",
|
||||
"Send email reminders about unhandled notifications after:" : "Posílat upozornění e-mailem ohledně nezpracovaných upozornění po uplynutí:",
|
||||
"Never" : "Nikdy",
|
||||
"1 hour" : "1 hodiny",
|
||||
"3 hours" : "3 hodin",
|
||||
"1 day" : "1 den",
|
||||
"1 week" : "1 týdne",
|
||||
"Your settings have been updated." : "Vaše nastavení byla aktualizována.",
|
||||
"An error occurred while updating your settings." : "Při aktualizaci vašich nastavení došlo k chybě."
|
||||
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
|
||||
}
|
|
@ -1,6 +1,9 @@
|
|||
OC.L10N.register(
|
||||
"notifications",
|
||||
{
|
||||
"_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Du hast eine neue Benachrichtigungen für %s","Du hast %n neue Benachrichtigungen für %s"],
|
||||
"You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "Du kannst in den <a href=\"%s\">Einstellungen</a> die Häufigkeit dieser E-Mails ändern oder sie deaktivieren",
|
||||
"You can change the frequency of these emails or disable them in the settings: %s" : "Du kannst in den Einstellungen die Häufigkeit dieser E-Mails ändern oder sie deaktivieren: %s",
|
||||
"Admin notifications" : "Administrator-Benachrichtigungen",
|
||||
"Notifications" : "Benachrichtigungen",
|
||||
"This app provides a backend and frontend for the notification API available in Nextcloud." : "Diese App bietet ein Backend und ein Frontend für die in Nextcloud verfügbare Benachrichtigungs-API.",
|
||||
|
@ -13,6 +16,9 @@ OC.L10N.register(
|
|||
"Dismiss" : "Verwerfen",
|
||||
"seconds ago" : "Gerade eben",
|
||||
"Failed to dismiss notification" : "Benachrichtigung konnte nicht verworfen werden",
|
||||
"in {path}" : "in {path}"
|
||||
"in {path}" : "in {path}",
|
||||
"You need to set up your email address before you can receive notification emails." : "Bevor Du E-Mail-Benachrichtigungen empfangen kannst, musst Du Deine E-Mail-Adresse einrichten.",
|
||||
"Your settings have been updated." : "Deine Einstellungen wurden aktualisiert.",
|
||||
"An error occurred while updating your settings." : "Fehler beim Aktualisieren Deiner Einstellungen."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
{ "translations": {
|
||||
"_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Du hast eine neue Benachrichtigungen für %s","Du hast %n neue Benachrichtigungen für %s"],
|
||||
"You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "Du kannst in den <a href=\"%s\">Einstellungen</a> die Häufigkeit dieser E-Mails ändern oder sie deaktivieren",
|
||||
"You can change the frequency of these emails or disable them in the settings: %s" : "Du kannst in den Einstellungen die Häufigkeit dieser E-Mails ändern oder sie deaktivieren: %s",
|
||||
"Admin notifications" : "Administrator-Benachrichtigungen",
|
||||
"Notifications" : "Benachrichtigungen",
|
||||
"This app provides a backend and frontend for the notification API available in Nextcloud." : "Diese App bietet ein Backend und ein Frontend für die in Nextcloud verfügbare Benachrichtigungs-API.",
|
||||
|
@ -11,6 +14,9 @@
|
|||
"Dismiss" : "Verwerfen",
|
||||
"seconds ago" : "Gerade eben",
|
||||
"Failed to dismiss notification" : "Benachrichtigung konnte nicht verworfen werden",
|
||||
"in {path}" : "in {path}"
|
||||
"in {path}" : "in {path}",
|
||||
"You need to set up your email address before you can receive notification emails." : "Bevor Du E-Mail-Benachrichtigungen empfangen kannst, musst Du Deine E-Mail-Adresse einrichten.",
|
||||
"Your settings have been updated." : "Deine Einstellungen wurden aktualisiert.",
|
||||
"An error occurred while updating your settings." : "Fehler beim Aktualisieren Deiner Einstellungen."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,6 +1,12 @@
|
|||
OC.L10N.register(
|
||||
"notifications",
|
||||
{
|
||||
"Hello %s" : "Hallo %s",
|
||||
"Hello %s," : "Hallo %s,",
|
||||
"_New notification for %s_::_%n new notifications for %s_" : ["Neue Benachrichtigung für %s","%n neue Benachrichtigungen für %s"],
|
||||
"_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Sie haben eine neue Benachrichtigung für %s","Sie haben %n neue Benachrichtigungen für %s"],
|
||||
"You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "Sie können in den <a href=\"%s\">Einstellungen</a> die Häufigkeit dieser E-Mails ändern oder sie deaktivieren",
|
||||
"You can change the frequency of these emails or disable them in the settings: %s" : "Sie können in den Einstellungen die Häufigkeit dieser E-Mails ändern oder sie deaktivieren: %s",
|
||||
"Admin notifications" : "Administrator-Benachrichtigungen",
|
||||
"Notifications" : "Benachrichtigungen",
|
||||
"This app provides a backend and frontend for the notification API available in Nextcloud." : "Diese App bietet ein Backend und ein Frontend für die in Nextcloud verfügbare Benachrichtigungs-API.",
|
||||
|
@ -13,6 +19,15 @@ OC.L10N.register(
|
|||
"Dismiss" : "Verwerfen",
|
||||
"seconds ago" : "Gerade eben",
|
||||
"Failed to dismiss notification" : "Benachrichtigung konnte nicht verworfen werden",
|
||||
"in {path}" : "in {path}"
|
||||
"in {path}" : "in {path}",
|
||||
"You need to set up your email address before you can receive notification emails." : "Bevor Sie E-Mail-Benachrichtigungen empfangen können, müssen Sie Ihre E-Mail-Adresse einrichten.",
|
||||
"Send email reminders about unhandled notifications after:" : "E-Mail-Erinnerungen für unbearbeitete Benachrichtigungen senden nach:",
|
||||
"Never" : "Niemals",
|
||||
"1 hour" : "1 Stunde",
|
||||
"3 hours" : "3 Stunden",
|
||||
"1 day" : "1 Tag",
|
||||
"1 week" : "1 Woche",
|
||||
"Your settings have been updated." : "Ihre Einstellungen wurden aktualisiert.",
|
||||
"An error occurred while updating your settings." : "Fehler beim Aktualisieren Ihrer Einstellungen."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
{ "translations": {
|
||||
"Hello %s" : "Hallo %s",
|
||||
"Hello %s," : "Hallo %s,",
|
||||
"_New notification for %s_::_%n new notifications for %s_" : ["Neue Benachrichtigung für %s","%n neue Benachrichtigungen für %s"],
|
||||
"_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Sie haben eine neue Benachrichtigung für %s","Sie haben %n neue Benachrichtigungen für %s"],
|
||||
"You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "Sie können in den <a href=\"%s\">Einstellungen</a> die Häufigkeit dieser E-Mails ändern oder sie deaktivieren",
|
||||
"You can change the frequency of these emails or disable them in the settings: %s" : "Sie können in den Einstellungen die Häufigkeit dieser E-Mails ändern oder sie deaktivieren: %s",
|
||||
"Admin notifications" : "Administrator-Benachrichtigungen",
|
||||
"Notifications" : "Benachrichtigungen",
|
||||
"This app provides a backend and frontend for the notification API available in Nextcloud." : "Diese App bietet ein Backend und ein Frontend für die in Nextcloud verfügbare Benachrichtigungs-API.",
|
||||
|
@ -11,6 +17,15 @@
|
|||
"Dismiss" : "Verwerfen",
|
||||
"seconds ago" : "Gerade eben",
|
||||
"Failed to dismiss notification" : "Benachrichtigung konnte nicht verworfen werden",
|
||||
"in {path}" : "in {path}"
|
||||
"in {path}" : "in {path}",
|
||||
"You need to set up your email address before you can receive notification emails." : "Bevor Sie E-Mail-Benachrichtigungen empfangen können, müssen Sie Ihre E-Mail-Adresse einrichten.",
|
||||
"Send email reminders about unhandled notifications after:" : "E-Mail-Erinnerungen für unbearbeitete Benachrichtigungen senden nach:",
|
||||
"Never" : "Niemals",
|
||||
"1 hour" : "1 Stunde",
|
||||
"3 hours" : "3 Stunden",
|
||||
"1 day" : "1 Tag",
|
||||
"1 week" : "1 Woche",
|
||||
"Your settings have been updated." : "Ihre Einstellungen wurden aktualisiert.",
|
||||
"An error occurred while updating your settings." : "Fehler beim Aktualisieren Ihrer Einstellungen."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
17
l10n/es.js
17
l10n/es.js
|
@ -1,6 +1,12 @@
|
|||
OC.L10N.register(
|
||||
"notifications",
|
||||
{
|
||||
"Hello %s" : "Hola %s",
|
||||
"Hello %s," : "Hola %s,",
|
||||
"_New notification for %s_::_%n new notifications for %s_" : ["Una nueva notificación para %s","%n notificaciones nuevas para %s"],
|
||||
"_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Tienes una nueva notificación para %s","Tienes %n nuevas notificaciones para %s"],
|
||||
"You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "Puedes cambiar la frecuencia de estos emails o deshabilitarlos en los <a href=\"%s\">Ajustes</a>.",
|
||||
"You can change the frequency of these emails or disable them in the settings: %s" : "Puedes cambiar la frecuencia de estos emails o deshabilitarlos en los Ajustes: %s",
|
||||
"Admin notifications" : "Notificaciones de admin",
|
||||
"Notifications" : "Notificaciones",
|
||||
"This app provides a backend and frontend for the notification API available in Nextcloud." : "Esta app proporciona un backend y un frontend para la API de notificaciones disponible en Nextcloud.",
|
||||
|
@ -13,6 +19,15 @@ OC.L10N.register(
|
|||
"Dismiss" : "Descartar",
|
||||
"seconds ago" : "hace unos segundos",
|
||||
"Failed to dismiss notification" : "Error al descartar la notificación",
|
||||
"in {path}" : "en {path}"
|
||||
"in {path}" : "en {path}",
|
||||
"You need to set up your email address before you can receive notification emails." : "Debes configurar tu dirección de correo electrónico antes de poder recibir notificaciones.",
|
||||
"Send email reminders about unhandled notifications after:" : "Enviar recordatorios por email sobre las notificaciones no resueltas tras:",
|
||||
"Never" : "Nunca",
|
||||
"1 hour" : "1 hora",
|
||||
"3 hours" : "3 horas",
|
||||
"1 day" : "1 día",
|
||||
"1 week" : "1 semana",
|
||||
"Your settings have been updated." : "Tus ajustes han sido actualizados.",
|
||||
"An error occurred while updating your settings." : "Ocurrió un error mientras se actualizaban los ajustes."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
17
l10n/es.json
17
l10n/es.json
|
@ -1,4 +1,10 @@
|
|||
{ "translations": {
|
||||
"Hello %s" : "Hola %s",
|
||||
"Hello %s," : "Hola %s,",
|
||||
"_New notification for %s_::_%n new notifications for %s_" : ["Una nueva notificación para %s","%n notificaciones nuevas para %s"],
|
||||
"_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Tienes una nueva notificación para %s","Tienes %n nuevas notificaciones para %s"],
|
||||
"You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "Puedes cambiar la frecuencia de estos emails o deshabilitarlos en los <a href=\"%s\">Ajustes</a>.",
|
||||
"You can change the frequency of these emails or disable them in the settings: %s" : "Puedes cambiar la frecuencia de estos emails o deshabilitarlos en los Ajustes: %s",
|
||||
"Admin notifications" : "Notificaciones de admin",
|
||||
"Notifications" : "Notificaciones",
|
||||
"This app provides a backend and frontend for the notification API available in Nextcloud." : "Esta app proporciona un backend y un frontend para la API de notificaciones disponible en Nextcloud.",
|
||||
|
@ -11,6 +17,15 @@
|
|||
"Dismiss" : "Descartar",
|
||||
"seconds ago" : "hace unos segundos",
|
||||
"Failed to dismiss notification" : "Error al descartar la notificación",
|
||||
"in {path}" : "en {path}"
|
||||
"in {path}" : "en {path}",
|
||||
"You need to set up your email address before you can receive notification emails." : "Debes configurar tu dirección de correo electrónico antes de poder recibir notificaciones.",
|
||||
"Send email reminders about unhandled notifications after:" : "Enviar recordatorios por email sobre las notificaciones no resueltas tras:",
|
||||
"Never" : "Nunca",
|
||||
"1 hour" : "1 hora",
|
||||
"3 hours" : "3 horas",
|
||||
"1 day" : "1 día",
|
||||
"1 week" : "1 semana",
|
||||
"Your settings have been updated." : "Tus ajustes han sido actualizados.",
|
||||
"An error occurred while updating your settings." : "Ocurrió un error mientras se actualizaban los ajustes."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"notifications",
|
||||
{
|
||||
"in {path}" : "í {path}"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,4 +0,0 @@
|
|||
{ "translations": {
|
||||
"in {path}" : "í {path}"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"notifications",
|
||||
{
|
||||
"seconds ago" : "վրկ. առաջ"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,4 +0,0 @@
|
|||
{ "translations": {
|
||||
"seconds ago" : "վրկ. առաջ"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"notifications",
|
||||
{
|
||||
"in {path}" : "deg {ubrid}"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,4 +0,0 @@
|
|||
{ "translations": {
|
||||
"in {path}" : "deg {ubrid}"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"notifications",
|
||||
{
|
||||
"Notifications" : "ಸೂಚನೆಗಳು"
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
|
@ -1,4 +0,0 @@
|
|||
{ "translations": {
|
||||
"Notifications" : "ಸೂಚನೆಗಳು"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"notifications",
|
||||
{
|
||||
"seconds ago" : "ວິນາທີຜ່ານມາ"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
|
@ -1,4 +0,0 @@
|
|||
{ "translations": {
|
||||
"seconds ago" : "ວິນາທີຜ່ານມາ"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -1,6 +1,10 @@
|
|||
OC.L10N.register(
|
||||
"notifications",
|
||||
{
|
||||
"Hello %s" : "Sveiki, %s",
|
||||
"Hello %s," : "Sveiki, %s,",
|
||||
"You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "<a href=\"%s\">Nustatymuose</a> galite keisti šių el. laiškų dažnumą ar juos išjungti.",
|
||||
"You can change the frequency of these emails or disable them in the settings: %s" : "Nustatymuose galite keisti šių el. laiškų dažnumą ar juos išjungti: %s",
|
||||
"Admin notifications" : "Administratoriaus pranešimai",
|
||||
"Notifications" : "Pranešimai",
|
||||
"This app provides a backend and frontend for the notification API available in Nextcloud." : "Ši programėlė pateikia vidinę pusę ir naudotojo sąsają, skirtą Nextcloud prieinamam pranešimų API.",
|
||||
|
@ -13,6 +17,15 @@ OC.L10N.register(
|
|||
"Dismiss" : "Atmesti",
|
||||
"seconds ago" : "prieš keletą sekundžių",
|
||||
"Failed to dismiss notification" : "Nepavyko atmesti pranešimą",
|
||||
"in {path}" : "ties {path}"
|
||||
"in {path}" : "ties {path}",
|
||||
"You need to set up your email address before you can receive notification emails." : "Prieš galėdami gauti pranešimus el. laiškais, turite nusistatyti el. pašto adresą.",
|
||||
"Send email reminders about unhandled notifications after:" : "Siųsti el. paštu priminimus apie neapdorotus pranešimus po:",
|
||||
"Never" : "Niekada",
|
||||
"1 hour" : "1 valandos",
|
||||
"3 hours" : "3 valandų",
|
||||
"1 day" : "1 dienos",
|
||||
"1 week" : "1 savaitės",
|
||||
"Your settings have been updated." : "Jūsų nustatymai atnaujinti.",
|
||||
"An error occurred while updating your settings." : "Atnaujinant nustatymus, įvyko klaida."
|
||||
},
|
||||
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
{ "translations": {
|
||||
"Hello %s" : "Sveiki, %s",
|
||||
"Hello %s," : "Sveiki, %s,",
|
||||
"You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "<a href=\"%s\">Nustatymuose</a> galite keisti šių el. laiškų dažnumą ar juos išjungti.",
|
||||
"You can change the frequency of these emails or disable them in the settings: %s" : "Nustatymuose galite keisti šių el. laiškų dažnumą ar juos išjungti: %s",
|
||||
"Admin notifications" : "Administratoriaus pranešimai",
|
||||
"Notifications" : "Pranešimai",
|
||||
"This app provides a backend and frontend for the notification API available in Nextcloud." : "Ši programėlė pateikia vidinę pusę ir naudotojo sąsają, skirtą Nextcloud prieinamam pranešimų API.",
|
||||
|
@ -11,6 +15,15 @@
|
|||
"Dismiss" : "Atmesti",
|
||||
"seconds ago" : "prieš keletą sekundžių",
|
||||
"Failed to dismiss notification" : "Nepavyko atmesti pranešimą",
|
||||
"in {path}" : "ties {path}"
|
||||
"in {path}" : "ties {path}",
|
||||
"You need to set up your email address before you can receive notification emails." : "Prieš galėdami gauti pranešimus el. laiškais, turite nusistatyti el. pašto adresą.",
|
||||
"Send email reminders about unhandled notifications after:" : "Siųsti el. paštu priminimus apie neapdorotus pranešimus po:",
|
||||
"Never" : "Niekada",
|
||||
"1 hour" : "1 valandos",
|
||||
"3 hours" : "3 valandų",
|
||||
"1 day" : "1 dienos",
|
||||
"1 week" : "1 savaitės",
|
||||
"Your settings have been updated." : "Jūsų nustatymai atnaujinti.",
|
||||
"An error occurred while updating your settings." : "Atnaujinant nustatymus, įvyko klaida."
|
||||
},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"notifications",
|
||||
{
|
||||
"in {path}" : "dalam {haluan}"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
|
@ -1,4 +0,0 @@
|
|||
{ "translations": {
|
||||
"in {path}" : "dalam {haluan}"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"notifications",
|
||||
{
|
||||
"in {path}" : "{path} တွင်"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
|
@ -1,4 +0,0 @@
|
|||
{ "translations": {
|
||||
"in {path}" : "{path} တွင်"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"notifications",
|
||||
{
|
||||
"in {path}" : "{path} मा"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,4 +0,0 @@
|
|||
{ "translations": {
|
||||
"in {path}" : "{path} मा"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
17
l10n/pl.js
17
l10n/pl.js
|
@ -1,6 +1,12 @@
|
|||
OC.L10N.register(
|
||||
"notifications",
|
||||
{
|
||||
"Hello %s" : "Witaj %s",
|
||||
"Hello %s," : "Witaj %s,",
|
||||
"_New notification for %s_::_%n new notifications for %s_" : ["Nowe powiadomienie dla %s","%n nowe powiadomienia dla %s","%n nowych powiadomień dla %s","%n nowych powiadomień dla %s"],
|
||||
"_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Masz nowe powiadomienie dla %s","Masz %n nowe powiadomienia dla %s","Masz %n nowych powiadomień dla %s","Masz %n nowych powiadomień dla %s"],
|
||||
"You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "Możesz zmienić częstotliwość e-maili lub wyłączyć je w <a href=\"%s\">ustawieniach</a>.",
|
||||
"You can change the frequency of these emails or disable them in the settings: %s" : "Możesz zmienić częstotliwość e-maili lub wyłączyć je w ustawieniach: %s",
|
||||
"Admin notifications" : "Powiadomienia administratora",
|
||||
"Notifications" : "Powiadomienia",
|
||||
"This app provides a backend and frontend for the notification API available in Nextcloud." : "Ta aplikacja zapewnia backend i frontend dla interfejsu API powiadomień dostępnego w Nextcloud.",
|
||||
|
@ -13,6 +19,15 @@ OC.L10N.register(
|
|||
"Dismiss" : "Odrzuć",
|
||||
"seconds ago" : "przed chwilą",
|
||||
"Failed to dismiss notification" : "Nie udało się usunąć powiadomienia",
|
||||
"in {path}" : "w {path}"
|
||||
"in {path}" : "w {path}",
|
||||
"You need to set up your email address before you can receive notification emails." : "Aby otrzymywać powiadomienia e-mail, musisz skonfigurować swój adres e-mail.",
|
||||
"Send email reminders about unhandled notifications after:" : "Wysyłaj przypomnienia e-mail o nieobsłużonych powiadomieniach po:",
|
||||
"Never" : "Nigdy",
|
||||
"1 hour" : "1 godzina",
|
||||
"3 hours" : "3 godziny",
|
||||
"1 day" : "1 dzień",
|
||||
"1 week" : "1 tydzień",
|
||||
"Your settings have been updated." : "Twoje ustawienia zostały zaktualizowane.",
|
||||
"An error occurred while updating your settings." : "Wystąpił błąd podczas aktualizowania ustawień."
|
||||
},
|
||||
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
|
||||
|
|
17
l10n/pl.json
17
l10n/pl.json
|
@ -1,4 +1,10 @@
|
|||
{ "translations": {
|
||||
"Hello %s" : "Witaj %s",
|
||||
"Hello %s," : "Witaj %s,",
|
||||
"_New notification for %s_::_%n new notifications for %s_" : ["Nowe powiadomienie dla %s","%n nowe powiadomienia dla %s","%n nowych powiadomień dla %s","%n nowych powiadomień dla %s"],
|
||||
"_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Masz nowe powiadomienie dla %s","Masz %n nowe powiadomienia dla %s","Masz %n nowych powiadomień dla %s","Masz %n nowych powiadomień dla %s"],
|
||||
"You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "Możesz zmienić częstotliwość e-maili lub wyłączyć je w <a href=\"%s\">ustawieniach</a>.",
|
||||
"You can change the frequency of these emails or disable them in the settings: %s" : "Możesz zmienić częstotliwość e-maili lub wyłączyć je w ustawieniach: %s",
|
||||
"Admin notifications" : "Powiadomienia administratora",
|
||||
"Notifications" : "Powiadomienia",
|
||||
"This app provides a backend and frontend for the notification API available in Nextcloud." : "Ta aplikacja zapewnia backend i frontend dla interfejsu API powiadomień dostępnego w Nextcloud.",
|
||||
|
@ -11,6 +17,15 @@
|
|||
"Dismiss" : "Odrzuć",
|
||||
"seconds ago" : "przed chwilą",
|
||||
"Failed to dismiss notification" : "Nie udało się usunąć powiadomienia",
|
||||
"in {path}" : "w {path}"
|
||||
"in {path}" : "w {path}",
|
||||
"You need to set up your email address before you can receive notification emails." : "Aby otrzymywać powiadomienia e-mail, musisz skonfigurować swój adres e-mail.",
|
||||
"Send email reminders about unhandled notifications after:" : "Wysyłaj przypomnienia e-mail o nieobsłużonych powiadomieniach po:",
|
||||
"Never" : "Nigdy",
|
||||
"1 hour" : "1 godzina",
|
||||
"3 hours" : "3 godziny",
|
||||
"1 day" : "1 dzień",
|
||||
"1 week" : "1 tydzień",
|
||||
"Your settings have been updated." : "Twoje ustawienia zostały zaktualizowane.",
|
||||
"An error occurred while updating your settings." : "Wystąpił błąd podczas aktualizowania ustawień."
|
||||
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"notifications",
|
||||
{
|
||||
"in {path}" : "په {path} کې"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,4 +0,0 @@
|
|||
{ "translations": {
|
||||
"in {path}" : "په {path} کې"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
11
l10n/sk.js
11
l10n/sk.js
|
@ -1,6 +1,8 @@
|
|||
OC.L10N.register(
|
||||
"notifications",
|
||||
{
|
||||
"Hello %s" : "Ahoj %s",
|
||||
"Hello %s," : "Ahoj %s,",
|
||||
"Admin notifications" : "Notifikácie od administrátora",
|
||||
"Notifications" : "Upozornenia",
|
||||
"This app provides a backend and frontend for the notification API available in Nextcloud." : "Táto aplikácia poskytuje backend a frontend pre notifikačné API dostupné v Nextcloud.",
|
||||
|
@ -13,6 +15,13 @@ OC.L10N.register(
|
|||
"Dismiss" : "Odmietnuť",
|
||||
"seconds ago" : "pred niekoľkými sekundami",
|
||||
"Failed to dismiss notification" : "Nepoadrilo sa odstrániť notifikáciu",
|
||||
"in {path}" : "v {path}"
|
||||
"in {path}" : "v {path}",
|
||||
"Never" : "Nikdy",
|
||||
"1 hour" : "1 hodina",
|
||||
"3 hours" : "3 hodiny",
|
||||
"1 day" : "1 deň",
|
||||
"1 week" : "1 týždeň",
|
||||
"Your settings have been updated." : "Vaše nastavenia boli aktualizované.",
|
||||
"An error occurred while updating your settings." : "Nastala chyba počas ukladania nastavení."
|
||||
},
|
||||
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
|
||||
|
|
11
l10n/sk.json
11
l10n/sk.json
|
@ -1,4 +1,6 @@
|
|||
{ "translations": {
|
||||
"Hello %s" : "Ahoj %s",
|
||||
"Hello %s," : "Ahoj %s,",
|
||||
"Admin notifications" : "Notifikácie od administrátora",
|
||||
"Notifications" : "Upozornenia",
|
||||
"This app provides a backend and frontend for the notification API available in Nextcloud." : "Táto aplikácia poskytuje backend a frontend pre notifikačné API dostupné v Nextcloud.",
|
||||
|
@ -11,6 +13,13 @@
|
|||
"Dismiss" : "Odmietnuť",
|
||||
"seconds ago" : "pred niekoľkými sekundami",
|
||||
"Failed to dismiss notification" : "Nepoadrilo sa odstrániť notifikáciu",
|
||||
"in {path}" : "v {path}"
|
||||
"in {path}" : "v {path}",
|
||||
"Never" : "Nikdy",
|
||||
"1 hour" : "1 hodina",
|
||||
"3 hours" : "3 hodiny",
|
||||
"1 day" : "1 deň",
|
||||
"1 week" : "1 týždeň",
|
||||
"Your settings have been updated." : "Vaše nastavenia boli aktualizované.",
|
||||
"An error occurred while updating your settings." : "Nastala chyba počas ukladania nastavení."
|
||||
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"notifications",
|
||||
{
|
||||
"seconds ago" : "செக்கன்களுக்கு முன்"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,4 +0,0 @@
|
|||
{ "translations": {
|
||||
"seconds ago" : "செக்கன்களுக்கு முன்"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"notifications",
|
||||
{
|
||||
"seconds ago" : "سیکنڈز پہلے"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,4 +0,0 @@
|
|||
{ "translations": {
|
||||
"seconds ago" : "سیکنڈز پہلے"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,6 +1,12 @@
|
|||
OC.L10N.register(
|
||||
"notifications",
|
||||
{
|
||||
"Hello %s" : "你好 %s",
|
||||
"Hello %s," : "你好,%s",
|
||||
"_New notification for %s_::_%n new notifications for %s_" : ["%s 的 %n 条新通知"],
|
||||
"_You have a new notification for %s_::_You have %n new notifications for %s_" : ["您有 %s 的 %n 条新通知"],
|
||||
"You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "你可以更改这些邮件的频率或在<a href=\"%s\">设置</a>中禁用它们。",
|
||||
"You can change the frequency of these emails or disable them in the settings: %s" : "你可以更改这些邮件的频率或在设置中禁用它们:%s",
|
||||
"Admin notifications" : "管理员通知",
|
||||
"Notifications" : "通知",
|
||||
"This app provides a backend and frontend for the notification API available in Nextcloud." : "此应用为Nextcloud中已有的通知API提供后端和前端。",
|
||||
|
@ -13,6 +19,15 @@ OC.L10N.register(
|
|||
"Dismiss" : "忽略",
|
||||
"seconds ago" : "几秒前",
|
||||
"Failed to dismiss notification" : "无法清除通知",
|
||||
"in {path}" : "在 {path}"
|
||||
"in {path}" : "在 {path}",
|
||||
"You need to set up your email address before you can receive notification emails." : "您需要设置您的电子邮件地址,然后才能收到通知电子邮件。",
|
||||
"Send email reminders about unhandled notifications after:" : "多久之后发送电子邮件提醒未处理的通知:",
|
||||
"Never" : "永不",
|
||||
"1 hour" : "1 小时",
|
||||
"3 hours" : "3 小时 ",
|
||||
"1 day" : "1 天 ",
|
||||
"1 week" : "1 周 ",
|
||||
"Your settings have been updated." : "已更新设置",
|
||||
"An error occurred while updating your settings." : "更新设置时出错"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
{ "translations": {
|
||||
"Hello %s" : "你好 %s",
|
||||
"Hello %s," : "你好,%s",
|
||||
"_New notification for %s_::_%n new notifications for %s_" : ["%s 的 %n 条新通知"],
|
||||
"_You have a new notification for %s_::_You have %n new notifications for %s_" : ["您有 %s 的 %n 条新通知"],
|
||||
"You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "你可以更改这些邮件的频率或在<a href=\"%s\">设置</a>中禁用它们。",
|
||||
"You can change the frequency of these emails or disable them in the settings: %s" : "你可以更改这些邮件的频率或在设置中禁用它们:%s",
|
||||
"Admin notifications" : "管理员通知",
|
||||
"Notifications" : "通知",
|
||||
"This app provides a backend and frontend for the notification API available in Nextcloud." : "此应用为Nextcloud中已有的通知API提供后端和前端。",
|
||||
|
@ -11,6 +17,15 @@
|
|||
"Dismiss" : "忽略",
|
||||
"seconds ago" : "几秒前",
|
||||
"Failed to dismiss notification" : "无法清除通知",
|
||||
"in {path}" : "在 {path}"
|
||||
"in {path}" : "在 {path}",
|
||||
"You need to set up your email address before you can receive notification emails." : "您需要设置您的电子邮件地址,然后才能收到通知电子邮件。",
|
||||
"Send email reminders about unhandled notifications after:" : "多久之后发送电子邮件提醒未处理的通知:",
|
||||
"Never" : "永不",
|
||||
"1 hour" : "1 小时",
|
||||
"3 hours" : "3 小时 ",
|
||||
"1 day" : "1 天 ",
|
||||
"1 week" : "1 周 ",
|
||||
"Your settings have been updated." : "已更新设置",
|
||||
"An error occurred while updating your settings." : "更新设置时出错"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -1,6 +1,12 @@
|
|||
OC.L10N.register(
|
||||
"notifications",
|
||||
{
|
||||
"Hello %s" : "%s 你好",
|
||||
"Hello %s," : "%s你好,",
|
||||
"_New notification for %s_::_%n new notifications for %s_" : ["%s 有 %n 個新通知"],
|
||||
"_You have a new notification for %s_::_You have %n new notifications for %s_" : ["您有 %n 個關於 %s 的新通知"],
|
||||
"You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "您可在<a href=\"%s\">設定</a>中更改這些電郵的頻率或停用。",
|
||||
"You can change the frequency of these emails or disable them in the settings: %s" : "您可在設定中更改這些電郵地址的頻率或停用:%s",
|
||||
"Admin notifications" : "管理員通告",
|
||||
"Notifications" : "通告",
|
||||
"This app provides a backend and frontend for the notification API available in Nextcloud." : "此應用程式為 Nextcloud 中提供的通告 API 提供了前後端。",
|
||||
|
@ -13,6 +19,15 @@ OC.L10N.register(
|
|||
"Dismiss" : "撤銷",
|
||||
"seconds ago" : "幾秒前",
|
||||
"Failed to dismiss notification" : "撤銷通告失敗",
|
||||
"in {path}" : "在 {path}"
|
||||
"in {path}" : "在 {path}",
|
||||
"You need to set up your email address before you can receive notification emails." : "您必須先設定電郵地址,才能接收通知。",
|
||||
"Send email reminders about unhandled notifications after:" : "發送有關未處理通知的電郵提醒:",
|
||||
"Never" : "從不",
|
||||
"1 hour" : "1 小時",
|
||||
"3 hours" : "3 小時",
|
||||
"1 day" : "1 日",
|
||||
"1 week" : "1 個星期",
|
||||
"Your settings have been updated." : "您的設定已更新。",
|
||||
"An error occurred while updating your settings." : "更新設置時發生錯誤"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
{ "translations": {
|
||||
"Hello %s" : "%s 你好",
|
||||
"Hello %s," : "%s你好,",
|
||||
"_New notification for %s_::_%n new notifications for %s_" : ["%s 有 %n 個新通知"],
|
||||
"_You have a new notification for %s_::_You have %n new notifications for %s_" : ["您有 %n 個關於 %s 的新通知"],
|
||||
"You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "您可在<a href=\"%s\">設定</a>中更改這些電郵的頻率或停用。",
|
||||
"You can change the frequency of these emails or disable them in the settings: %s" : "您可在設定中更改這些電郵地址的頻率或停用:%s",
|
||||
"Admin notifications" : "管理員通告",
|
||||
"Notifications" : "通告",
|
||||
"This app provides a backend and frontend for the notification API available in Nextcloud." : "此應用程式為 Nextcloud 中提供的通告 API 提供了前後端。",
|
||||
|
@ -11,6 +17,15 @@
|
|||
"Dismiss" : "撤銷",
|
||||
"seconds ago" : "幾秒前",
|
||||
"Failed to dismiss notification" : "撤銷通告失敗",
|
||||
"in {path}" : "在 {path}"
|
||||
"in {path}" : "在 {path}",
|
||||
"You need to set up your email address before you can receive notification emails." : "您必須先設定電郵地址,才能接收通知。",
|
||||
"Send email reminders about unhandled notifications after:" : "發送有關未處理通知的電郵提醒:",
|
||||
"Never" : "從不",
|
||||
"1 hour" : "1 小時",
|
||||
"3 hours" : "3 小時",
|
||||
"1 day" : "1 日",
|
||||
"1 week" : "1 個星期",
|
||||
"Your settings have been updated." : "您的設定已更新。",
|
||||
"An error occurred while updating your settings." : "更新設置時發生錯誤"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -1,6 +1,12 @@
|
|||
OC.L10N.register(
|
||||
"notifications",
|
||||
{
|
||||
"Hello %s" : "嗨 %s",
|
||||
"Hello %s," : "嗨 %s,",
|
||||
"_New notification for %s_::_%n new notifications for %s_" : ["%s 的 %n 個新通知"],
|
||||
"_You have a new notification for %s_::_You have %n new notifications for %s_" : ["您有 %s 的 %n 個新通知"],
|
||||
"You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "您可以變更這些電子郵寄的頻率或在<a href=\"%s\">設定</a>中停用。",
|
||||
"You can change the frequency of these emails or disable them in the settings: %s" : "您可以變更這些電子郵寄的頻率或在設定中停用:%s",
|
||||
"Admin notifications" : "管理員通知",
|
||||
"Notifications" : "通知",
|
||||
"This app provides a backend and frontend for the notification API available in Nextcloud." : "此應用程式為 Nextcloud 中提供的通知 API 提供了前後端。",
|
||||
|
@ -13,6 +19,15 @@ OC.L10N.register(
|
|||
"Dismiss" : "關閉",
|
||||
"seconds ago" : "幾秒前",
|
||||
"Failed to dismiss notification" : "關閉通知失敗",
|
||||
"in {path}" : "在 {path}"
|
||||
"in {path}" : "在 {path}",
|
||||
"You need to set up your email address before you can receive notification emails." : "在您開始接收通知電子郵件前,您必須先設定您的電子郵件地址。",
|
||||
"Send email reminders about unhandled notifications after:" : "在多久之後傳送關於未處理通知的電子郵件提醒:",
|
||||
"Never" : "從不",
|
||||
"1 hour" : "1小時",
|
||||
"3 hours" : "3小時",
|
||||
"1 day" : "1天",
|
||||
"1 week" : "1週",
|
||||
"Your settings have been updated." : "您的設定已更新。",
|
||||
"An error occurred while updating your settings." : "更新您的設定時發生錯誤。"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
{ "translations": {
|
||||
"Hello %s" : "嗨 %s",
|
||||
"Hello %s," : "嗨 %s,",
|
||||
"_New notification for %s_::_%n new notifications for %s_" : ["%s 的 %n 個新通知"],
|
||||
"_You have a new notification for %s_::_You have %n new notifications for %s_" : ["您有 %s 的 %n 個新通知"],
|
||||
"You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "您可以變更這些電子郵寄的頻率或在<a href=\"%s\">設定</a>中停用。",
|
||||
"You can change the frequency of these emails or disable them in the settings: %s" : "您可以變更這些電子郵寄的頻率或在設定中停用:%s",
|
||||
"Admin notifications" : "管理員通知",
|
||||
"Notifications" : "通知",
|
||||
"This app provides a backend and frontend for the notification API available in Nextcloud." : "此應用程式為 Nextcloud 中提供的通知 API 提供了前後端。",
|
||||
|
@ -11,6 +17,15 @@
|
|||
"Dismiss" : "關閉",
|
||||
"seconds ago" : "幾秒前",
|
||||
"Failed to dismiss notification" : "關閉通知失敗",
|
||||
"in {path}" : "在 {path}"
|
||||
"in {path}" : "在 {path}",
|
||||
"You need to set up your email address before you can receive notification emails." : "在您開始接收通知電子郵件前,您必須先設定您的電子郵件地址。",
|
||||
"Send email reminders about unhandled notifications after:" : "在多久之後傳送關於未處理通知的電子郵件提醒:",
|
||||
"Never" : "從不",
|
||||
"1 hour" : "1小時",
|
||||
"3 hours" : "3小時",
|
||||
"1 day" : "1天",
|
||||
"1 week" : "1週",
|
||||
"Your settings have been updated." : "您的設定已更新。",
|
||||
"An error occurred while updating your settings." : "更新您的設定時發生錯誤。"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
Загрузка…
Ссылка в новой задаче