diff options
-rw-r--r-- | Resources/translations/security.es.xlf | 22 | ||||
-rw-r--r-- | Resources/translations/security.nl.xlf | 12 | ||||
-rw-r--r-- | Resources/translations/security.ru.xlf | 71 | ||||
-rw-r--r-- | Resources/translations/security.sk.xlf | 71 | ||||
-rw-r--r-- | Resources/translations/security.sl.xlf | 71 |
5 files changed, 230 insertions, 17 deletions
diff --git a/Resources/translations/security.es.xlf b/Resources/translations/security.es.xlf index 3831ab2..e798792 100644 --- a/Resources/translations/security.es.xlf +++ b/Resources/translations/security.es.xlf @@ -4,31 +4,31 @@ <body> <trans-unit id="1"> <source>An authentication exception occurred.</source> - <target>Ha ocurrido una excepción de autenticación.</target> + <target>Ocurrió una error de autenticación.</target> </trans-unit> <trans-unit id="2"> <source>Authentication credentials could not be found.</source> - <target>No se encontraron las credenciales de autenticación.</target> + <target>No se encontraron los credenciales de autenticación.</target> </trans-unit> <trans-unit id="3"> <source>Authentication request could not be processed due to a system problem.</source> - <target>El pedido de autenticación no se pudo procesar debido a un problema del sistema.</target> + <target>La solicitud de autenticación no se pudo procesar debido a un problema del sistema.</target> </trans-unit> <trans-unit id="4"> <source>Invalid credentials.</source> - <target>Credenciales inválidas.</target> + <target>Credenciales no válidos.</target> </trans-unit> <trans-unit id="5"> <source>Cookie has already been used by someone else.</source> - <target>El Cookie ya ha sido usado por alguien más.</target> + <target>La cookie ya ha sido usada por otra persona.</target> </trans-unit> <trans-unit id="6"> <source>Not privileged to request the resource.</source> - <target>Sin privilegios para solicitar el recurso.</target> + <target>No tiene privilegios para solicitar el recurso.</target> </trans-unit> <trans-unit id="7"> <source>Invalid CSRF token.</source> - <target>Token CSRF inválido.</target> + <target>Token CSRF no válido.</target> </trans-unit> <trans-unit id="8"> <source>Digest nonce has expired.</source> @@ -36,15 +36,15 @@ </trans-unit> <trans-unit id="9"> <source>No authentication provider found to support the authentication token.</source> - <target>No se encontró un proveedor de autenticación para soportar el token de autenticación.</target> + <target>No se encontró un proveedor de autenticación que soporte el token de autenticación.</target> </trans-unit> <trans-unit id="10"> <source>No session available, it either timed out or cookies are not enabled.</source> - <target>No hay una sesión disponible, ha expirado o los cookies no están habilitados.</target> + <target>No hay ninguna sesión disponible, ha expirado o las cookies no están habilitados.</target> </trans-unit> <trans-unit id="11"> <source>No token could be found.</source> - <target>No se encontró un token.</target> + <target>No se encontró ningún token.</target> </trans-unit> <trans-unit id="12"> <source>Username could not be found.</source> @@ -56,7 +56,7 @@ </trans-unit> <trans-unit id="14"> <source>Credentials have expired.</source> - <target>Las credenciales han expirado.</target> + <target>Los credenciales han expirado.</target> </trans-unit> <trans-unit id="15"> <source>Account is disabled.</source> diff --git a/Resources/translations/security.nl.xlf b/Resources/translations/security.nl.xlf index f434944..7a9fd71 100644 --- a/Resources/translations/security.nl.xlf +++ b/Resources/translations/security.nl.xlf @@ -4,15 +4,15 @@ <body> <trans-unit id="1"> <source>An authentication exception occurred.</source> - <target>Een authenticatie probleem is is opgetreden.</target> + <target>Er heeft zich een authenticatieprobleem voorgedaan.</target> </trans-unit> <trans-unit id="2"> <source>Authentication credentials could not be found.</source> - <target>Authenticate rechten konden niet worden gevonden.</target> + <target>Authenticatiegegevens konden niet worden gevonden.</target> </trans-unit> <trans-unit id="3"> <source>Authentication request could not be processed due to a system problem.</source> - <target>Authenticatie aanvraag kon niet worden verwerkt door een technisch probleem.</target> + <target>Authenticatie-aanvraag kon niet worden verwerkt door een technisch probleem.</target> </trans-unit> <trans-unit id="4"> <source>Invalid credentials.</source> @@ -36,7 +36,7 @@ </trans-unit> <trans-unit id="9"> <source>No authentication provider found to support the authentication token.</source> - <target>Geen authenticaie provider gevonden die de authenticatie teken ondersteunt.</target> + <target>Geen authenticatieprovider gevonden die het authenticatietoken ondersteunt.</target> </trans-unit> <trans-unit id="10"> <source>No session available, it either timed out or cookies are not enabled.</source> @@ -44,7 +44,7 @@ </trans-unit> <trans-unit id="11"> <source>No token could be found.</source> - <target>Er kon geen authenticatie code worden gevonden.</target> + <target>Er kon geen authenticatietoken worden gevonden.</target> </trans-unit> <trans-unit id="12"> <source>Username could not be found.</source> @@ -56,7 +56,7 @@ </trans-unit> <trans-unit id="14"> <source>Credentials have expired.</source> - <target>Rechten zijn verlopen.</target> + <target>Authenticatiegegevens zijn verlopen.</target> </trans-unit> <trans-unit id="15"> <source>Account is disabled.</source> diff --git a/Resources/translations/security.ru.xlf b/Resources/translations/security.ru.xlf new file mode 100644 index 0000000..b6c8d06 --- /dev/null +++ b/Resources/translations/security.ru.xlf @@ -0,0 +1,71 @@ +<?xml version="1.0"?> +<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> + <file source-language="en" datatype="plaintext" original="file.ext"> + <body> + <trans-unit id="1"> + <source>An authentication exception occurred.</source> + <target>Ошибка аутентификации.</target> + </trans-unit> + <trans-unit id="2"> + <source>Authentication credentials could not be found.</source> + <target>Полномочия не найдены.</target> + </trans-unit> + <trans-unit id="3"> + <source>Authentication request could not be processed due to a system problem.</source> + <target>Запрос аутентификации не может быть обработан из-за проблем в системе.</target> + </trans-unit> + <trans-unit id="4"> + <source>Invalid credentials.</source> + <target>Недействительные полномочия.</target> + </trans-unit> + <trans-unit id="5"> + <source>Cookie has already been used by someone else.</source> + <target>Cookie уже используются кем-то другим.</target> + </trans-unit> + <trans-unit id="6"> + <source>Not privileged to request the resource.</source> + <target>Нет привилегий для запроса ресурса.</target> + </trans-unit> + <trans-unit id="7"> + <source>Invalid CSRF token.</source> + <target>Недействительный CSRF token.</target> + </trans-unit> + <trans-unit id="8"> + <source>Digest nonce has expired.</source> + <target>Время дайджеста истекло.</target> + </trans-unit> + <trans-unit id="9"> + <source>No authentication provider found to support the authentication token.</source> + <target>Не найден провайдер аутентификации для поддержки токена аутентификации.</target> + </trans-unit> + <trans-unit id="10"> + <source>No session available, it either timed out or cookies are not enabled.</source> + <target>Сессия не найдена, в связи с таймаутом либо cookies не включены.</target> + </trans-unit> + <trans-unit id="11"> + <source>No token could be found.</source> + <target>Token не найден.</target> + </trans-unit> + <trans-unit id="12"> + <source>Username could not be found.</source> + <target>Username не найден.</target> + </trans-unit> + <trans-unit id="13"> + <source>Account has expired.</source> + <target>Время действия аккаунта истекло.</target> + </trans-unit> + <trans-unit id="14"> + <source>Credentials have expired.</source> + <target>Время действия полномочий истекли.</target> + </trans-unit> + <trans-unit id="15"> + <source>Account is disabled.</source> + <target>Аккаунт отключен.</target> + </trans-unit> + <trans-unit id="16"> + <source>Account is locked.</source> + <target>Аккаунт заблокирован.</target> + </trans-unit> + </body> + </file> +</xliff> diff --git a/Resources/translations/security.sk.xlf b/Resources/translations/security.sk.xlf new file mode 100644 index 0000000..e6552a6 --- /dev/null +++ b/Resources/translations/security.sk.xlf @@ -0,0 +1,71 @@ +<?xml version="1.0"?> +<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> + <file source-language="en" datatype="plaintext" original="file.ext"> + <body> + <trans-unit id="1"> + <source>An authentication exception occurred.</source> + <target>Pri overovaní došlo k chybe.</target> + </trans-unit> + <trans-unit id="2"> + <source>Authentication credentials could not be found.</source> + <target>Overovacie údaje neboli nájdené.</target> + </trans-unit> + <trans-unit id="3"> + <source>Authentication request could not be processed due to a system problem.</source> + <target>Požiadavok na overenie nemohol byť spracovaný kvôli systémovej chybe.</target> + </trans-unit> + <trans-unit id="4"> + <source>Invalid credentials.</source> + <target>Neplatné prihlasovacie údaje.</target> + </trans-unit> + <trans-unit id="5"> + <source>Cookie has already been used by someone else.</source> + <target>Cookie už bolo použité niekým iným.</target> + </trans-unit> + <trans-unit id="6"> + <source>Not privileged to request the resource.</source> + <target>Nemáte oprávnenie pristupovať k prostriedku.</target> + </trans-unit> + <trans-unit id="7"> + <source>Invalid CSRF token.</source> + <target>Neplatný CSRF token.</target> + </trans-unit> + <trans-unit id="8"> + <source>Digest nonce has expired.</source> + <target>Platnosť inicializačného vektoru (digest nonce) skončila.</target> + </trans-unit> + <trans-unit id="9"> + <source>No authentication provider found to support the authentication token.</source> + <target>Poskytovateľ pre overovací token nebol nájdený.</target> + </trans-unit> + <trans-unit id="10"> + <source>No session available, it either timed out or cookies are not enabled.</source> + <target>Session nie je k dispozíci, vypršala jej platnosť, alebo sú zakázané cookies.</target> + </trans-unit> + <trans-unit id="11"> + <source>No token could be found.</source> + <target>Token nebol nájdený.</target> + </trans-unit> + <trans-unit id="12"> + <source>Username could not be found.</source> + <target>Prihlasovacie meno nebolo nájdené.</target> + </trans-unit> + <trans-unit id="13"> + <source>Account has expired.</source> + <target>Platnosť účtu skončila.</target> + </trans-unit> + <trans-unit id="14"> + <source>Credentials have expired.</source> + <target>Platnosť prihlasovacích údajov skončila.</target> + </trans-unit> + <trans-unit id="15"> + <source>Account is disabled.</source> + <target>Účet je zakázaný.</target> + </trans-unit> + <trans-unit id="16"> + <source>Account is locked.</source> + <target>Účet je zablokovaný.</target> + </trans-unit> + </body> + </file> +</xliff> diff --git a/Resources/translations/security.sl.xlf b/Resources/translations/security.sl.xlf new file mode 100644 index 0000000..ee70c9a --- /dev/null +++ b/Resources/translations/security.sl.xlf @@ -0,0 +1,71 @@ +<?xml version="1.0"?> +<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> + <file source-language="en" datatype="plaintext" original="file.ext"> + <body> + <trans-unit id="1"> + <source>An authentication exception occurred.</source> + <target>Prišlo je do izjeme pri preverjanju avtentikacije.</target> + </trans-unit> + <trans-unit id="2"> + <source>Authentication credentials could not be found.</source> + <target>Poverilnic za avtentikacijo ni bilo mogoče najti.</target> + </trans-unit> + <trans-unit id="3"> + <source>Authentication request could not be processed due to a system problem.</source> + <target>Zahteve za avtentikacijo ni bilo mogoče izvesti zaradi sistemske težave.</target> + </trans-unit> + <trans-unit id="4"> + <source>Invalid credentials.</source> + <target>Neveljavne pravice.</target> + </trans-unit> + <trans-unit id="5"> + <source>Cookie has already been used by someone else.</source> + <target>Piškotek je uporabil že nekdo drug.</target> + </trans-unit> + <trans-unit id="6"> + <source>Not privileged to request the resource.</source> + <target>Nimate privilegijev za zahtevani vir.</target> + </trans-unit> + <trans-unit id="7"> + <source>Invalid CSRF token.</source> + <target>Neveljaven CSRF žeton.</target> + </trans-unit> + <trans-unit id="8"> + <source>Digest nonce has expired.</source> + <target>Začasni žeton je potekel.</target> + </trans-unit> + <trans-unit id="9"> + <source>No authentication provider found to support the authentication token.</source> + <target>Ponudnika avtentikacije za podporo prijavnega žetona ni bilo mogoče najti.</target> + </trans-unit> + <trans-unit id="10"> + <source>No session available, it either timed out or cookies are not enabled.</source> + <target>Seja ni na voljo, ali je potekla ali pa piškotki niso omogočeni.</target> + </trans-unit> + <trans-unit id="11"> + <source>No token could be found.</source> + <target>Žetona ni bilo mogoče najti.</target> + </trans-unit> + <trans-unit id="12"> + <source>Username could not be found.</source> + <target>Uporabniškega imena ni bilo mogoče najti.</target> + </trans-unit> + <trans-unit id="13"> + <source>Account has expired.</source> + <target>Račun je potekel.</target> + </trans-unit> + <trans-unit id="14"> + <source>Credentials have expired.</source> + <target>Poverilnice so potekle.</target> + </trans-unit> + <trans-unit id="15"> + <source>Account is disabled.</source> + <target>Račun je onemogočen.</target> + </trans-unit> + <trans-unit id="16"> + <source>Account is locked.</source> + <target>Račun je zaklenjen.</target> + </trans-unit> + </body> + </file> +</xliff> |