Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/impersonate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-05-03 05:56:37 +0300
committerNextcloud bot <bot@nextcloud.com>2022-05-03 05:56:37 +0300
commit60bf3366a050ffd8fbbc0eaca202baf65f079958 (patch)
treeb01e5d0dbb2f2929ff2168f1d5f126c2afc34ff0
parentf3c214c8e567048d51c93639aca1443ed4b88124 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/bg.js3
-rw-r--r--l10n/bg.json3
-rw-r--r--l10n/cs.js1
-rw-r--r--l10n/cs.json1
-rw-r--r--l10n/de.js1
-rw-r--r--l10n/de.json1
-rw-r--r--l10n/de_DE.js1
-rw-r--r--l10n/de_DE.json1
-rw-r--r--l10n/eu.js3
-rw-r--r--l10n/eu.json3
-rw-r--r--l10n/hu.js1
-rw-r--r--l10n/hu.json1
-rw-r--r--l10n/it.js2
-rw-r--r--l10n/it.json2
-rw-r--r--l10n/pl.js1
-rw-r--r--l10n/pl.json1
-rw-r--r--l10n/pt_BR.js1
-rw-r--r--l10n/pt_BR.json1
-rw-r--r--l10n/ro.js3
-rw-r--r--l10n/ro.json3
-rw-r--r--l10n/tr.js1
-rw-r--r--l10n/tr.json1
-rw-r--r--l10n/vi.js6
-rw-r--r--l10n/vi.json4
-rw-r--r--l10n/zh_HK.js1
-rw-r--r--l10n/zh_HK.json1
-rw-r--r--l10n/zh_TW.js1
-rw-r--r--l10n/zh_TW.json1
28 files changed, 48 insertions, 2 deletions
diff --git a/l10n/bg.js b/l10n/bg.js
index 035ce33..6fd99a1 100644
--- a/l10n/bg.js
+++ b/l10n/bg.js
@@ -8,7 +8,10 @@ OC.L10N.register(
"Logged in as {uid}" : "Вписан сте като {uid}",
"User not found" : "Потребителят не е открит",
"Insufficient permissions to impersonate user" : "Недостатъчни права за въплащаване на потребител",
+ "Cannot impersonate the user because it was never logged in" : "Не може да се въплати в потребител, защото никога не се е вписвал в системата",
+ "Cannot impersonate yourself" : "Не можете да се въплъщавате в себе си",
"Impersonate other users" : "Въплъщаване на други потребители",
+ "By installing the impersonate app of your Nextcloud you enable administrators to impersonate other users on the Nextcloud server. This is especially useful for debugging issues reported by users.\n\nTo impersonate a user an administrator has to simply follow the following four steps:\n\n1. Login as administrator to Nextcloud.\n2. Open users administration interface.\n3. Select the impersonate button on the affected user.\n4. Confirm the impersonation.\n\nThe administrator is then logged-in as the user, to switch back to the regular user account they simply have to press the logout button.\n\n**Note:**\n\n- This app is not compatible with instances that have encryption enabled.\n- While impersonate actions are logged note that actions performed impersonated will be logged as the impersonated user.\n- Impersonating a user is only possible after their first login." : "С инсталирането на приложението за въплащаване на вашия Nextcloud, вие позволявате на администраторите да се въплащават в други потребители на сървъра Nextcloud. Това е особено полезно за отстраняване на грешки, докладвани от потребителите.\n\nЗа да се въплъти в потребител, администраторът трябва просто да изпълни следните четири стъпки:\n\n1. Вписва се като администратор в Nextcloud\n2. Отваря потребителския административен интерфейс\n3. Избира бутон за въплащаване в засегнатия потребител\n4. Потвърждава въплащението\n\nСлед това администраторът влиза като потребителя, за да превключи обратно към обикновения потребителски профил, просто трябва да натисне бутон за излизане.\n\n**Забележка:**\n\n- Това приложение не е съвместимо с екземпляри, които имат активирано криптиране.\n- Докато действията на въплащението се регистрират, имайте предвид, че действията, извършени под въплащение, ще бъдат регистрирани на въплътен потребител.\n- Въплащението на потребител е възможно само след първото им влизане.",
"These groups will be able to impersonate users they are allowed to administrate. If you remove all groups, every group administrator will be allowed to impersonate." : "Тези групи ще могат да се въплащават в потребители, които имат право да администрират. При премахване на всички групи, на всеки администратор на група ще бъде разрешено да се въплати. ",
"Cannot impersonate the user because it was never logged in." : "Не може да се въплати в потребител, защото никога не се е вписвал в системата.",
"Cannot impersonate yourself." : "Не можете да се въплъщавате в себе си.",
diff --git a/l10n/bg.json b/l10n/bg.json
index 52417b6..eb34967 100644
--- a/l10n/bg.json
+++ b/l10n/bg.json
@@ -6,7 +6,10 @@
"Logged in as {uid}" : "Вписан сте като {uid}",
"User not found" : "Потребителят не е открит",
"Insufficient permissions to impersonate user" : "Недостатъчни права за въплащаване на потребител",
+ "Cannot impersonate the user because it was never logged in" : "Не може да се въплати в потребител, защото никога не се е вписвал в системата",
+ "Cannot impersonate yourself" : "Не можете да се въплъщавате в себе си",
"Impersonate other users" : "Въплъщаване на други потребители",
+ "By installing the impersonate app of your Nextcloud you enable administrators to impersonate other users on the Nextcloud server. This is especially useful for debugging issues reported by users.\n\nTo impersonate a user an administrator has to simply follow the following four steps:\n\n1. Login as administrator to Nextcloud.\n2. Open users administration interface.\n3. Select the impersonate button on the affected user.\n4. Confirm the impersonation.\n\nThe administrator is then logged-in as the user, to switch back to the regular user account they simply have to press the logout button.\n\n**Note:**\n\n- This app is not compatible with instances that have encryption enabled.\n- While impersonate actions are logged note that actions performed impersonated will be logged as the impersonated user.\n- Impersonating a user is only possible after their first login." : "С инсталирането на приложението за въплащаване на вашия Nextcloud, вие позволявате на администраторите да се въплащават в други потребители на сървъра Nextcloud. Това е особено полезно за отстраняване на грешки, докладвани от потребителите.\n\nЗа да се въплъти в потребител, администраторът трябва просто да изпълни следните четири стъпки:\n\n1. Вписва се като администратор в Nextcloud\n2. Отваря потребителския административен интерфейс\n3. Избира бутон за въплащаване в засегнатия потребител\n4. Потвърждава въплащението\n\nСлед това администраторът влиза като потребителя, за да превключи обратно към обикновения потребителски профил, просто трябва да натисне бутон за излизане.\n\n**Забележка:**\n\n- Това приложение не е съвместимо с екземпляри, които имат активирано криптиране.\n- Докато действията на въплащението се регистрират, имайте предвид, че действията, извършени под въплащение, ще бъдат регистрирани на въплътен потребител.\n- Въплащението на потребител е възможно само след първото им влизане.",
"These groups will be able to impersonate users they are allowed to administrate. If you remove all groups, every group administrator will be allowed to impersonate." : "Тези групи ще могат да се въплащават в потребители, които имат право да администрират. При премахване на всички групи, на всеки администратор на група ще бъде разрешено да се въплати. ",
"Cannot impersonate the user because it was never logged in." : "Не може да се въплати в потребител, защото никога не се е вписвал в системата.",
"Cannot impersonate yourself." : "Не можете да се въплъщавате в себе си.",
diff --git a/l10n/cs.js b/l10n/cs.js
index fe59923..2a04c16 100644
--- a/l10n/cs.js
+++ b/l10n/cs.js
@@ -11,6 +11,7 @@ OC.L10N.register(
"Cannot impersonate the user because it was never logged in" : "Nelze se stát tímto uživatelem, protože se ještě nikdy nepřihlásil(a)",
"Cannot impersonate yourself" : "Nedává smysl chtít se ze sebe přepínat zase sami na sebe",
"Impersonate other users" : "Vystupovat jako jiní uživatelé",
+ "By installing the impersonate app of your Nextcloud you enable administrators to impersonate other users on the Nextcloud server. This is especially useful for debugging issues reported by users.\n\nTo impersonate a user an administrator has to simply follow the following four steps:\n\n1. Login as administrator to Nextcloud.\n2. Open users administration interface.\n3. Select the impersonate button on the affected user.\n4. Confirm the impersonation.\n\nThe administrator is then logged-in as the user, to switch back to the regular user account they simply have to press the logout button.\n\n**Note:**\n\n- This app is not compatible with instances that have encryption enabled.\n- While impersonate actions are logged note that actions performed impersonated will be logged as the impersonated user.\n- Impersonating a user is only possible after their first login." : "Instalace aplikace „Vystupovat jako“ do Nextcloud umožní správcům vystupovat na Nextcloud serveru jako jiní uživatelé. Toto je užitečné zvláště při ladění chyb, nahlášených uživateli.\n\nPro vystupování jako uživatel je třeba, aby správce následoval tyto tři kroky:\n\n1. Přihlásit se do Nextcloud jako správce\n2. Otevřít rozhraní pro správu uživatelů\n3. Vybrat tlačítko „Vystupovat jako“ u dotyčného uživatele\n4. Potvrdit vystupování jako\n\nSprávce je pak přihlášen jako uživatel, pro vrácení se ke svému účtu stačí kliknout na tlačítko odhlášení.\n\n**Pozn.:**\n\n- Tato aplikace není kompatibilní s instancemi, na kterých je zapnuté šifrování.\n- Akce v průběhu vystupování jako jsou zaznamenány. Poznamenejme, že pod uživatelem, jako kterým je vystupováno.\n- Vystupovat jako daný uživatel je možné teprve poté, co se alespoň jednou přihlásí.",
"These groups will be able to impersonate users they are allowed to administrate. If you remove all groups, every group administrator will be allowed to impersonate." : "Členové těchto skupin budou moci vystupovat jako jiní uživatelé (ovšem jen jako ti, jejichž účty mohou spravovat). Pokud zde odeberete všechny skupiny, bude toto moci každý správce v rámci jím spravované skupiny.",
"Cannot impersonate the user because it was never logged in." : "Nelze se stát tímto uživatelem, protože se ještě nikdy nepřihlásil(a).",
"Cannot impersonate yourself." : "Nedává smysl chtít se ze sebe přepínat zase sami na sebe.",
diff --git a/l10n/cs.json b/l10n/cs.json
index 679ea05..23ada59 100644
--- a/l10n/cs.json
+++ b/l10n/cs.json
@@ -9,6 +9,7 @@
"Cannot impersonate the user because it was never logged in" : "Nelze se stát tímto uživatelem, protože se ještě nikdy nepřihlásil(a)",
"Cannot impersonate yourself" : "Nedává smysl chtít se ze sebe přepínat zase sami na sebe",
"Impersonate other users" : "Vystupovat jako jiní uživatelé",
+ "By installing the impersonate app of your Nextcloud you enable administrators to impersonate other users on the Nextcloud server. This is especially useful for debugging issues reported by users.\n\nTo impersonate a user an administrator has to simply follow the following four steps:\n\n1. Login as administrator to Nextcloud.\n2. Open users administration interface.\n3. Select the impersonate button on the affected user.\n4. Confirm the impersonation.\n\nThe administrator is then logged-in as the user, to switch back to the regular user account they simply have to press the logout button.\n\n**Note:**\n\n- This app is not compatible with instances that have encryption enabled.\n- While impersonate actions are logged note that actions performed impersonated will be logged as the impersonated user.\n- Impersonating a user is only possible after their first login." : "Instalace aplikace „Vystupovat jako“ do Nextcloud umožní správcům vystupovat na Nextcloud serveru jako jiní uživatelé. Toto je užitečné zvláště při ladění chyb, nahlášených uživateli.\n\nPro vystupování jako uživatel je třeba, aby správce následoval tyto tři kroky:\n\n1. Přihlásit se do Nextcloud jako správce\n2. Otevřít rozhraní pro správu uživatelů\n3. Vybrat tlačítko „Vystupovat jako“ u dotyčného uživatele\n4. Potvrdit vystupování jako\n\nSprávce je pak přihlášen jako uživatel, pro vrácení se ke svému účtu stačí kliknout na tlačítko odhlášení.\n\n**Pozn.:**\n\n- Tato aplikace není kompatibilní s instancemi, na kterých je zapnuté šifrování.\n- Akce v průběhu vystupování jako jsou zaznamenány. Poznamenejme, že pod uživatelem, jako kterým je vystupováno.\n- Vystupovat jako daný uživatel je možné teprve poté, co se alespoň jednou přihlásí.",
"These groups will be able to impersonate users they are allowed to administrate. If you remove all groups, every group administrator will be allowed to impersonate." : "Členové těchto skupin budou moci vystupovat jako jiní uživatelé (ovšem jen jako ti, jejichž účty mohou spravovat). Pokud zde odeberete všechny skupiny, bude toto moci každý správce v rámci jím spravované skupiny.",
"Cannot impersonate the user because it was never logged in." : "Nelze se stát tímto uživatelem, protože se ještě nikdy nepřihlásil(a).",
"Cannot impersonate yourself." : "Nedává smysl chtít se ze sebe přepínat zase sami na sebe.",
diff --git a/l10n/de.js b/l10n/de.js
index 40da213..509942c 100644
--- a/l10n/de.js
+++ b/l10n/de.js
@@ -11,6 +11,7 @@ OC.L10N.register(
"Cannot impersonate the user because it was never logged in" : "Der Benutzer war noch nie angemeldet und kann daher nicht nachgeahmt werden",
"Cannot impersonate yourself" : "Man kann sich nicht selbst nachahmen",
"Impersonate other users" : "Andere Benutzer nachahmen",
+ "By installing the impersonate app of your Nextcloud you enable administrators to impersonate other users on the Nextcloud server. This is especially useful for debugging issues reported by users.\n\nTo impersonate a user an administrator has to simply follow the following four steps:\n\n1. Login as administrator to Nextcloud.\n2. Open users administration interface.\n3. Select the impersonate button on the affected user.\n4. Confirm the impersonation.\n\nThe administrator is then logged-in as the user, to switch back to the regular user account they simply have to press the logout button.\n\n**Note:**\n\n- This app is not compatible with instances that have encryption enabled.\n- While impersonate actions are logged note that actions performed impersonated will be logged as the impersonated user.\n- Impersonating a user is only possible after their first login." : "Durch Installation der App Impersonate ermöglichst Du es Administratoren, andere Nutzer nachzuahmen, sich also in deren Account einzuloggen. Dies ist besonderes zur Fehlersuche bezüglich von den Nutzern gemeldeter Fehler nützlich.\n\nUnd so funktioniert es:\n1. Als Administrator in Nextcloud anmelden\n2. Die Benutzerverwaltung öffnen\n3. Dort rechts im Drei-Punkte-Menü des Benutzers auf Impersonate oder nachahmen klicken\n4. Benutzer nachahmen bestätigen\n\nDer Administrator ist sodann als der betreffende Nutzer angemeldet. Um zum regulären Benutzerkonto zurückzukehren bitte auf Abmelden klicken.\n\n**Hinweis:**\n\n- Diese App ist nicht mit Nextclouds kompatibel, bei denen die Verschlüsselung aktiviert ist.\n- Während der Admin als der betreffende Nutzer angemeldet ist, werden seine Aktionen als Aktionen des betreffenden Nutzers geloggt.\n- Das Nachahmen eines Nutzers ist erst möglich, nachdem sich der Nutzer mindestens einmal angemeldet hat.",
"These groups will be able to impersonate users they are allowed to administrate. If you remove all groups, every group administrator will be allowed to impersonate." : "Diese Gruppen haben administrative Rechte und können daher Benutzer nachahmen. Wenn alle Gruppen entfernt werden, dann erhält jeder Gruppen-Administrator die Berechtigung Benutzer nachzuahmen.",
"Cannot impersonate the user because it was never logged in." : "Der Benutzer war noch nie angemeldet und kann daher nicht nachgeahmt werden.",
"Cannot impersonate yourself." : "Man kann sich nicht selbst nachahmen.",
diff --git a/l10n/de.json b/l10n/de.json
index cec8e5c..d3a7833 100644
--- a/l10n/de.json
+++ b/l10n/de.json
@@ -9,6 +9,7 @@
"Cannot impersonate the user because it was never logged in" : "Der Benutzer war noch nie angemeldet und kann daher nicht nachgeahmt werden",
"Cannot impersonate yourself" : "Man kann sich nicht selbst nachahmen",
"Impersonate other users" : "Andere Benutzer nachahmen",
+ "By installing the impersonate app of your Nextcloud you enable administrators to impersonate other users on the Nextcloud server. This is especially useful for debugging issues reported by users.\n\nTo impersonate a user an administrator has to simply follow the following four steps:\n\n1. Login as administrator to Nextcloud.\n2. Open users administration interface.\n3. Select the impersonate button on the affected user.\n4. Confirm the impersonation.\n\nThe administrator is then logged-in as the user, to switch back to the regular user account they simply have to press the logout button.\n\n**Note:**\n\n- This app is not compatible with instances that have encryption enabled.\n- While impersonate actions are logged note that actions performed impersonated will be logged as the impersonated user.\n- Impersonating a user is only possible after their first login." : "Durch Installation der App Impersonate ermöglichst Du es Administratoren, andere Nutzer nachzuahmen, sich also in deren Account einzuloggen. Dies ist besonderes zur Fehlersuche bezüglich von den Nutzern gemeldeter Fehler nützlich.\n\nUnd so funktioniert es:\n1. Als Administrator in Nextcloud anmelden\n2. Die Benutzerverwaltung öffnen\n3. Dort rechts im Drei-Punkte-Menü des Benutzers auf Impersonate oder nachahmen klicken\n4. Benutzer nachahmen bestätigen\n\nDer Administrator ist sodann als der betreffende Nutzer angemeldet. Um zum regulären Benutzerkonto zurückzukehren bitte auf Abmelden klicken.\n\n**Hinweis:**\n\n- Diese App ist nicht mit Nextclouds kompatibel, bei denen die Verschlüsselung aktiviert ist.\n- Während der Admin als der betreffende Nutzer angemeldet ist, werden seine Aktionen als Aktionen des betreffenden Nutzers geloggt.\n- Das Nachahmen eines Nutzers ist erst möglich, nachdem sich der Nutzer mindestens einmal angemeldet hat.",
"These groups will be able to impersonate users they are allowed to administrate. If you remove all groups, every group administrator will be allowed to impersonate." : "Diese Gruppen haben administrative Rechte und können daher Benutzer nachahmen. Wenn alle Gruppen entfernt werden, dann erhält jeder Gruppen-Administrator die Berechtigung Benutzer nachzuahmen.",
"Cannot impersonate the user because it was never logged in." : "Der Benutzer war noch nie angemeldet und kann daher nicht nachgeahmt werden.",
"Cannot impersonate yourself." : "Man kann sich nicht selbst nachahmen.",
diff --git a/l10n/de_DE.js b/l10n/de_DE.js
index a68decf..b9bac33 100644
--- a/l10n/de_DE.js
+++ b/l10n/de_DE.js
@@ -11,6 +11,7 @@ OC.L10N.register(
"Cannot impersonate the user because it was never logged in" : "Der Benutzer war noch nie angemeldet und kann daher nicht nachgeahmt werden",
"Cannot impersonate yourself" : "Man kann sich nicht selbst nachahmen",
"Impersonate other users" : "Andere Benutzer nachahmen",
+ "By installing the impersonate app of your Nextcloud you enable administrators to impersonate other users on the Nextcloud server. This is especially useful for debugging issues reported by users.\n\nTo impersonate a user an administrator has to simply follow the following four steps:\n\n1. Login as administrator to Nextcloud.\n2. Open users administration interface.\n3. Select the impersonate button on the affected user.\n4. Confirm the impersonation.\n\nThe administrator is then logged-in as the user, to switch back to the regular user account they simply have to press the logout button.\n\n**Note:**\n\n- This app is not compatible with instances that have encryption enabled.\n- While impersonate actions are logged note that actions performed impersonated will be logged as the impersonated user.\n- Impersonating a user is only possible after their first login." : "Durch Installation der App \"Impersonate\" ermöglichen Sie es der Administration andere Benutzer nachzuahmen, sich also in deren Konto einzuloggen. Dies ist besonderes zur Fehlersuche bezüglich von den Benutzern gemeldeter Fehler nützlich.\n\nUnd so funktioniert es:\n1. Als Administration in Nextcloud anmelden\n2. Die Benutzerverwaltung öffnen\n3. Dort rechts im Drei-Punkte-Menü des Benutzers auf Impersonate oder nachahmen klicken\n4. Benutzer nachahmen bestätigen\n\nDie Administration ist sodann als der betreffende Nutzer angemeldet. Um zum regulären Benutzerkonto zurückzukehren bitte auf Abmelden klicken.\n\n**Hinweis:**\n\n- Diese App ist nicht mit Nextcloud-Installationen kompatibel, bei denen die Verschlüsselung aktiviert ist.\n- Während die Administration als der betreffende Benutzer angemeldet ist, werden deren Aktionen als Aktionen des betreffenden Nutzers geloggt.\n- Das Nachahmen eines Benutzers ist erst möglich, nachdem sich der Benutzer mindestens einmal angemeldet hat.",
"These groups will be able to impersonate users they are allowed to administrate. If you remove all groups, every group administrator will be allowed to impersonate." : "Diese Gruppen haben administrative Rechte und können daher Benutzer nachahmen. Wenn alle Gruppen entfernt werden, dann erhält jeder Gruppen-Administrator die Berechtigung Benutzer nachzuahmen.",
"Cannot impersonate the user because it was never logged in." : "Der Benutzer war noch nie angemeldet und kann daher nicht nachgeahmt werden.",
"Cannot impersonate yourself." : "Man kann sich nicht selbst nachahmen.",
diff --git a/l10n/de_DE.json b/l10n/de_DE.json
index 9ce7856..5b6e0d5 100644
--- a/l10n/de_DE.json
+++ b/l10n/de_DE.json
@@ -9,6 +9,7 @@
"Cannot impersonate the user because it was never logged in" : "Der Benutzer war noch nie angemeldet und kann daher nicht nachgeahmt werden",
"Cannot impersonate yourself" : "Man kann sich nicht selbst nachahmen",
"Impersonate other users" : "Andere Benutzer nachahmen",
+ "By installing the impersonate app of your Nextcloud you enable administrators to impersonate other users on the Nextcloud server. This is especially useful for debugging issues reported by users.\n\nTo impersonate a user an administrator has to simply follow the following four steps:\n\n1. Login as administrator to Nextcloud.\n2. Open users administration interface.\n3. Select the impersonate button on the affected user.\n4. Confirm the impersonation.\n\nThe administrator is then logged-in as the user, to switch back to the regular user account they simply have to press the logout button.\n\n**Note:**\n\n- This app is not compatible with instances that have encryption enabled.\n- While impersonate actions are logged note that actions performed impersonated will be logged as the impersonated user.\n- Impersonating a user is only possible after their first login." : "Durch Installation der App \"Impersonate\" ermöglichen Sie es der Administration andere Benutzer nachzuahmen, sich also in deren Konto einzuloggen. Dies ist besonderes zur Fehlersuche bezüglich von den Benutzern gemeldeter Fehler nützlich.\n\nUnd so funktioniert es:\n1. Als Administration in Nextcloud anmelden\n2. Die Benutzerverwaltung öffnen\n3. Dort rechts im Drei-Punkte-Menü des Benutzers auf Impersonate oder nachahmen klicken\n4. Benutzer nachahmen bestätigen\n\nDie Administration ist sodann als der betreffende Nutzer angemeldet. Um zum regulären Benutzerkonto zurückzukehren bitte auf Abmelden klicken.\n\n**Hinweis:**\n\n- Diese App ist nicht mit Nextcloud-Installationen kompatibel, bei denen die Verschlüsselung aktiviert ist.\n- Während die Administration als der betreffende Benutzer angemeldet ist, werden deren Aktionen als Aktionen des betreffenden Nutzers geloggt.\n- Das Nachahmen eines Benutzers ist erst möglich, nachdem sich der Benutzer mindestens einmal angemeldet hat.",
"These groups will be able to impersonate users they are allowed to administrate. If you remove all groups, every group administrator will be allowed to impersonate." : "Diese Gruppen haben administrative Rechte und können daher Benutzer nachahmen. Wenn alle Gruppen entfernt werden, dann erhält jeder Gruppen-Administrator die Berechtigung Benutzer nachzuahmen.",
"Cannot impersonate the user because it was never logged in." : "Der Benutzer war noch nie angemeldet und kann daher nicht nachgeahmt werden.",
"Cannot impersonate yourself." : "Man kann sich nicht selbst nachahmen.",
diff --git a/l10n/eu.js b/l10n/eu.js
index 4a8b256..f3f2f2b 100644
--- a/l10n/eu.js
+++ b/l10n/eu.js
@@ -8,7 +8,10 @@ OC.L10N.register(
"Logged in as {uid}" : " {uid} bezala saioa hasita",
"User not found" : "Ez da erabiltzailea aurkitu",
"Insufficient permissions to impersonate user" : "Ez duzu erabiltzailearen nortasuna hartzeko behar beste baimenik",
+ "Cannot impersonate the user because it was never logged in" : "Ezin da erabiltzailearen nortasuna hartu ez duelako inoiz saiorik hasi",
+ "Cannot impersonate yourself" : "Ezin duzu zeure nortasuna ordezkatu",
"Impersonate other users" : "Beste erabiltzaile batzuen nortasuna hartu",
+ "By installing the impersonate app of your Nextcloud you enable administrators to impersonate other users on the Nextcloud server. This is especially useful for debugging issues reported by users.\n\nTo impersonate a user an administrator has to simply follow the following four steps:\n\n1. Login as administrator to Nextcloud.\n2. Open users administration interface.\n3. Select the impersonate button on the affected user.\n4. Confirm the impersonation.\n\nThe administrator is then logged-in as the user, to switch back to the regular user account they simply have to press the logout button.\n\n**Note:**\n\n- This app is not compatible with instances that have encryption enabled.\n- While impersonate actions are logged note that actions performed impersonated will be logged as the impersonated user.\n- Impersonating a user is only possible after their first login." : "Aplikazio hau instalatuz, zure Nextcloudeko administratzaileei zerbitzari honetako beste erabiltzaileen nortasuna hartzeko aukera emango diezu. Hau bereziki erabilgarria da erabiltzaileek jakinarazitako arazoak arazteko.\n\nAdministratzaile batek beste erabiltzaile baten nortasuna hartzeko nahikoa da lau pauso hauek jarraitzea:\n\n1. Administratzaile bezala saioa hasi Nextclouden.\n2. Erabiltzaileen administraziorako interfazea ireki.\n3. Dagokion erabiltzailearen nortasuna hartzeko botoia hautatu.\n4. Nortasuna hartzea berretsi.\n\nOndoren, administratzaileak dagokion erabiltzailea bezala hasten du saioa. Erabiltzaile kontu arruntera itzultzeko nahikoa da saioa amaitzeko botoia sakatzea.\n\n*Oharra:**\n\n- Aplikazio hau ez da bateragarria enkriptatzea gaituta daukaten instantziekin.\n- Erabiltzailearen nortasuna hartuta egiten diren ekintzen egunkaria gordetzen da, baina erabiltzaile horren nortasunarekin gordetzen dira.\n- Erabiltzaile baten nortasuna hartzeko beharrezkoa da aurretik lehen aldiz saioa hasi izana.",
"These groups will be able to impersonate users they are allowed to administrate. If you remove all groups, every group administrator will be allowed to impersonate." : "Talde hauek jada kudeatu ditzaketen erabiltzaileen nortasuna hartzeko baimena dute. Talde guztiak ezabatzen badituzu, taldeen kudeatzaile orok hartu dezake beste erabiltzaile baten nortasuna.",
"Cannot impersonate the user because it was never logged in." : "Ezin da erabiltzailearen nortasuna hartu ez duelako inoiz saiorik hasi.",
"Cannot impersonate yourself." : "Ezin duzu zeure nortasuna ordezkatu.",
diff --git a/l10n/eu.json b/l10n/eu.json
index 1aead58..f73f46b 100644
--- a/l10n/eu.json
+++ b/l10n/eu.json
@@ -6,7 +6,10 @@
"Logged in as {uid}" : " {uid} bezala saioa hasita",
"User not found" : "Ez da erabiltzailea aurkitu",
"Insufficient permissions to impersonate user" : "Ez duzu erabiltzailearen nortasuna hartzeko behar beste baimenik",
+ "Cannot impersonate the user because it was never logged in" : "Ezin da erabiltzailearen nortasuna hartu ez duelako inoiz saiorik hasi",
+ "Cannot impersonate yourself" : "Ezin duzu zeure nortasuna ordezkatu",
"Impersonate other users" : "Beste erabiltzaile batzuen nortasuna hartu",
+ "By installing the impersonate app of your Nextcloud you enable administrators to impersonate other users on the Nextcloud server. This is especially useful for debugging issues reported by users.\n\nTo impersonate a user an administrator has to simply follow the following four steps:\n\n1. Login as administrator to Nextcloud.\n2. Open users administration interface.\n3. Select the impersonate button on the affected user.\n4. Confirm the impersonation.\n\nThe administrator is then logged-in as the user, to switch back to the regular user account they simply have to press the logout button.\n\n**Note:**\n\n- This app is not compatible with instances that have encryption enabled.\n- While impersonate actions are logged note that actions performed impersonated will be logged as the impersonated user.\n- Impersonating a user is only possible after their first login." : "Aplikazio hau instalatuz, zure Nextcloudeko administratzaileei zerbitzari honetako beste erabiltzaileen nortasuna hartzeko aukera emango diezu. Hau bereziki erabilgarria da erabiltzaileek jakinarazitako arazoak arazteko.\n\nAdministratzaile batek beste erabiltzaile baten nortasuna hartzeko nahikoa da lau pauso hauek jarraitzea:\n\n1. Administratzaile bezala saioa hasi Nextclouden.\n2. Erabiltzaileen administraziorako interfazea ireki.\n3. Dagokion erabiltzailearen nortasuna hartzeko botoia hautatu.\n4. Nortasuna hartzea berretsi.\n\nOndoren, administratzaileak dagokion erabiltzailea bezala hasten du saioa. Erabiltzaile kontu arruntera itzultzeko nahikoa da saioa amaitzeko botoia sakatzea.\n\n*Oharra:**\n\n- Aplikazio hau ez da bateragarria enkriptatzea gaituta daukaten instantziekin.\n- Erabiltzailearen nortasuna hartuta egiten diren ekintzen egunkaria gordetzen da, baina erabiltzaile horren nortasunarekin gordetzen dira.\n- Erabiltzaile baten nortasuna hartzeko beharrezkoa da aurretik lehen aldiz saioa hasi izana.",
"These groups will be able to impersonate users they are allowed to administrate. If you remove all groups, every group administrator will be allowed to impersonate." : "Talde hauek jada kudeatu ditzaketen erabiltzaileen nortasuna hartzeko baimena dute. Talde guztiak ezabatzen badituzu, taldeen kudeatzaile orok hartu dezake beste erabiltzaile baten nortasuna.",
"Cannot impersonate the user because it was never logged in." : "Ezin da erabiltzailearen nortasuna hartu ez duelako inoiz saiorik hasi.",
"Cannot impersonate yourself." : "Ezin duzu zeure nortasuna ordezkatu.",
diff --git a/l10n/hu.js b/l10n/hu.js
index 151bfa7..168f78e 100644
--- a/l10n/hu.js
+++ b/l10n/hu.js
@@ -11,6 +11,7 @@ OC.L10N.register(
"Cannot impersonate the user because it was never logged in" : "Nem lehet megszemélyesíteni a felhasználót mert még sosem jelentkezett be",
"Cannot impersonate yourself" : "Nem személyesítheti meg saját magát",
"Impersonate other users" : "Más felhasználók megszemélyesítése",
+ "By installing the impersonate app of your Nextcloud you enable administrators to impersonate other users on the Nextcloud server. This is especially useful for debugging issues reported by users.\n\nTo impersonate a user an administrator has to simply follow the following four steps:\n\n1. Login as administrator to Nextcloud.\n2. Open users administration interface.\n3. Select the impersonate button on the affected user.\n4. Confirm the impersonation.\n\nThe administrator is then logged-in as the user, to switch back to the regular user account they simply have to press the logout button.\n\n**Note:**\n\n- This app is not compatible with instances that have encryption enabled.\n- While impersonate actions are logged note that actions performed impersonated will be logged as the impersonated user.\n- Impersonating a user is only possible after their first login." : "A megszemélyesítés alkalmazás telepítése lehetővé teszi a Nextcloud adminisztrátorai számára, hogy más felhasználóknak adják ki magukat a Nextcloud kiszolgálón. Ez különösen hasznos a felhasználók által jelentett problémák megoldásakor.\n\nA felhasználó megszemélyesítéséhez a rendszergazdának egyszerűen a következő négy lépést kell végrehajtania:\n\n1. Jelentkezzen be rendszergazdaként a Nextcloudba.\n2. Nyissa meg a felhasználói adminisztrációs felületet.\n3. Válassza ki a megszemélyesítés gombot az érintett felhasználónál.\n4. Erősítse meg a megszemélyesítést.\n\nEzután az adminisztrátor bejelentkezik felhasználóként, a szokásos felhasználói fiókhoz visszatéréshez, egyszerűen meg kell nyomnia a kijelentkezés gombot.\n\n**Megjegyzés:**\n\n- Ez az alkalmazás nem kompatibilis a titkosítást engedélyező példányokkal.\n- Bár a megszemélyesítés során végzett tevékenységek naplózásra kerülnek, vegye figyelembe, hogy a megszemélyesítéssel végrehajtott műveletek a megszemélyesített felhasználóként kerülnek naplózásra.\n- A felhasználó megszemélyesítése csak az első bejelentkezése után lehetséges.",
"These groups will be able to impersonate users they are allowed to administrate. If you remove all groups, every group administrator will be allowed to impersonate." : "Ezek a csoportok képesek lesznek megszemélyesíteni azon felhasználókat, akiket adminisztrálhatnak. Ha az összes ilyen csoportot törli, akkor minden csoportadminisztrátor képes lesz erre.",
"Cannot impersonate the user because it was never logged in." : "Nem lehet megszemélyesíteni a felhasználót mert még sosem jelentkezett be.",
"Cannot impersonate yourself." : "Nem személyesítheti meg saját magát.",
diff --git a/l10n/hu.json b/l10n/hu.json
index 8b2a8eb..19b000b 100644
--- a/l10n/hu.json
+++ b/l10n/hu.json
@@ -9,6 +9,7 @@
"Cannot impersonate the user because it was never logged in" : "Nem lehet megszemélyesíteni a felhasználót mert még sosem jelentkezett be",
"Cannot impersonate yourself" : "Nem személyesítheti meg saját magát",
"Impersonate other users" : "Más felhasználók megszemélyesítése",
+ "By installing the impersonate app of your Nextcloud you enable administrators to impersonate other users on the Nextcloud server. This is especially useful for debugging issues reported by users.\n\nTo impersonate a user an administrator has to simply follow the following four steps:\n\n1. Login as administrator to Nextcloud.\n2. Open users administration interface.\n3. Select the impersonate button on the affected user.\n4. Confirm the impersonation.\n\nThe administrator is then logged-in as the user, to switch back to the regular user account they simply have to press the logout button.\n\n**Note:**\n\n- This app is not compatible with instances that have encryption enabled.\n- While impersonate actions are logged note that actions performed impersonated will be logged as the impersonated user.\n- Impersonating a user is only possible after their first login." : "A megszemélyesítés alkalmazás telepítése lehetővé teszi a Nextcloud adminisztrátorai számára, hogy más felhasználóknak adják ki magukat a Nextcloud kiszolgálón. Ez különösen hasznos a felhasználók által jelentett problémák megoldásakor.\n\nA felhasználó megszemélyesítéséhez a rendszergazdának egyszerűen a következő négy lépést kell végrehajtania:\n\n1. Jelentkezzen be rendszergazdaként a Nextcloudba.\n2. Nyissa meg a felhasználói adminisztrációs felületet.\n3. Válassza ki a megszemélyesítés gombot az érintett felhasználónál.\n4. Erősítse meg a megszemélyesítést.\n\nEzután az adminisztrátor bejelentkezik felhasználóként, a szokásos felhasználói fiókhoz visszatéréshez, egyszerűen meg kell nyomnia a kijelentkezés gombot.\n\n**Megjegyzés:**\n\n- Ez az alkalmazás nem kompatibilis a titkosítást engedélyező példányokkal.\n- Bár a megszemélyesítés során végzett tevékenységek naplózásra kerülnek, vegye figyelembe, hogy a megszemélyesítéssel végrehajtott műveletek a megszemélyesített felhasználóként kerülnek naplózásra.\n- A felhasználó megszemélyesítése csak az első bejelentkezése után lehetséges.",
"These groups will be able to impersonate users they are allowed to administrate. If you remove all groups, every group administrator will be allowed to impersonate." : "Ezek a csoportok képesek lesznek megszemélyesíteni azon felhasználókat, akiket adminisztrálhatnak. Ha az összes ilyen csoportot törli, akkor minden csoportadminisztrátor képes lesz erre.",
"Cannot impersonate the user because it was never logged in." : "Nem lehet megszemélyesíteni a felhasználót mert még sosem jelentkezett be.",
"Cannot impersonate yourself." : "Nem személyesítheti meg saját magát.",
diff --git a/l10n/it.js b/l10n/it.js
index 2b4db9a..06a06ca 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -8,6 +8,8 @@ OC.L10N.register(
"Logged in as {uid}" : "Accesso effettuato come {uid}",
"User not found" : "Utente non trovato",
"Insufficient permissions to impersonate user" : "Permessi insufficienti per impersonare l'utente",
+ "Cannot impersonate the user because it was never logged in" : "Impossibile impersonare l'utente perché non ha mai effettuato l'accesso",
+ "Cannot impersonate yourself" : "Non è possibile impersonare te stesso",
"Impersonate other users" : "Impersona altri utenti",
"These groups will be able to impersonate users they are allowed to administrate. If you remove all groups, every group administrator will be allowed to impersonate." : "Questi gruppi saranno in grado di impersonare gli utenti che gli è consentito amministrare. Se rimuovi tutti i gruppi, ogni amministratore di gruppo avrà il permesso di impersonare.",
"Cannot impersonate the user because it was never logged in." : "Impossibile impersonare l'utente perché non ha mai eseguito l'accesso.",
diff --git a/l10n/it.json b/l10n/it.json
index 26b7cff..6c785cd 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -6,6 +6,8 @@
"Logged in as {uid}" : "Accesso effettuato come {uid}",
"User not found" : "Utente non trovato",
"Insufficient permissions to impersonate user" : "Permessi insufficienti per impersonare l'utente",
+ "Cannot impersonate the user because it was never logged in" : "Impossibile impersonare l'utente perché non ha mai effettuato l'accesso",
+ "Cannot impersonate yourself" : "Non è possibile impersonare te stesso",
"Impersonate other users" : "Impersona altri utenti",
"These groups will be able to impersonate users they are allowed to administrate. If you remove all groups, every group administrator will be allowed to impersonate." : "Questi gruppi saranno in grado di impersonare gli utenti che gli è consentito amministrare. Se rimuovi tutti i gruppi, ogni amministratore di gruppo avrà il permesso di impersonare.",
"Cannot impersonate the user because it was never logged in." : "Impossibile impersonare l'utente perché non ha mai eseguito l'accesso.",
diff --git a/l10n/pl.js b/l10n/pl.js
index 6737b3c..f16123a 100644
--- a/l10n/pl.js
+++ b/l10n/pl.js
@@ -11,6 +11,7 @@ OC.L10N.register(
"Cannot impersonate the user because it was never logged in" : "Nie można podszyć się pod użytkownika, ponieważ nigdy nie był zalogowany",
"Cannot impersonate yourself" : "Nie możesz podszyć się pod siebie samego",
"Impersonate other users" : "Podszyj się pod innych użytkowników",
+ "By installing the impersonate app of your Nextcloud you enable administrators to impersonate other users on the Nextcloud server. This is especially useful for debugging issues reported by users.\n\nTo impersonate a user an administrator has to simply follow the following four steps:\n\n1. Login as administrator to Nextcloud.\n2. Open users administration interface.\n3. Select the impersonate button on the affected user.\n4. Confirm the impersonation.\n\nThe administrator is then logged-in as the user, to switch back to the regular user account they simply have to press the logout button.\n\n**Note:**\n\n- This app is not compatible with instances that have encryption enabled.\n- While impersonate actions are logged note that actions performed impersonated will be logged as the impersonated user.\n- Impersonating a user is only possible after their first login." : "Instalując aplikację Nextcloud \"Podszyj się\", umożliwiasz administratorom podszywanie się pod innych użytkowników na serwerze Nextcloud. Jest to szczególnie przydatne przy debugowaniu problemów zgłaszanych przez użytkowników.\n\nAby podszyć się pod użytkownika administrator musi wykonać następujące cztery kroki:\n\n1. Zalogować się jako administrator do Nextcloud.\n2. Otworzyć interfejs administracyjny użytkownika.\n3. Wybrać przycisk z \"Podszywanie\" danego użytkownika.\n4. Potwierdzić podszycie się.\n\nAdministrator jest teraz zalogowany jako użytkownik, aby powrócić do normalnego konta użytkownika, wystarczy nacisnąć przycisk wylogowania.\n\n**Wzmianka:**\n\n- Aplikacja nie jest kompatybilna z instancjami, które mają włączone szyfrowanie.\n- Czynności wykonywane podczas podszywania się są rejestrowane, należy jednak pamiętać, że będą one rejestrowane jako czynności \"podszytego\" użytkownika.\n- Podszycie się pod użytkownika jest możliwe dopiero po jego pierwszym logowaniu.",
"These groups will be able to impersonate users they are allowed to administrate. If you remove all groups, every group administrator will be allowed to impersonate." : "Grupy te będą mogły wcielić się w użytkowników, którzy mogą zarządzać. Jeśli usuniesz wszystkie grupy, każdy administrator grupy będzie mógł wcielić się w inne osoby.",
"Cannot impersonate the user because it was never logged in." : "Nie można podszyć się pod użytkownika, ponieważ nigdy nie był zalogowany.",
"Cannot impersonate yourself." : "Nie możesz podszyć się pod siebie samego.",
diff --git a/l10n/pl.json b/l10n/pl.json
index 6082289..0260246 100644
--- a/l10n/pl.json
+++ b/l10n/pl.json
@@ -9,6 +9,7 @@
"Cannot impersonate the user because it was never logged in" : "Nie można podszyć się pod użytkownika, ponieważ nigdy nie był zalogowany",
"Cannot impersonate yourself" : "Nie możesz podszyć się pod siebie samego",
"Impersonate other users" : "Podszyj się pod innych użytkowników",
+ "By installing the impersonate app of your Nextcloud you enable administrators to impersonate other users on the Nextcloud server. This is especially useful for debugging issues reported by users.\n\nTo impersonate a user an administrator has to simply follow the following four steps:\n\n1. Login as administrator to Nextcloud.\n2. Open users administration interface.\n3. Select the impersonate button on the affected user.\n4. Confirm the impersonation.\n\nThe administrator is then logged-in as the user, to switch back to the regular user account they simply have to press the logout button.\n\n**Note:**\n\n- This app is not compatible with instances that have encryption enabled.\n- While impersonate actions are logged note that actions performed impersonated will be logged as the impersonated user.\n- Impersonating a user is only possible after their first login." : "Instalując aplikację Nextcloud \"Podszyj się\", umożliwiasz administratorom podszywanie się pod innych użytkowników na serwerze Nextcloud. Jest to szczególnie przydatne przy debugowaniu problemów zgłaszanych przez użytkowników.\n\nAby podszyć się pod użytkownika administrator musi wykonać następujące cztery kroki:\n\n1. Zalogować się jako administrator do Nextcloud.\n2. Otworzyć interfejs administracyjny użytkownika.\n3. Wybrać przycisk z \"Podszywanie\" danego użytkownika.\n4. Potwierdzić podszycie się.\n\nAdministrator jest teraz zalogowany jako użytkownik, aby powrócić do normalnego konta użytkownika, wystarczy nacisnąć przycisk wylogowania.\n\n**Wzmianka:**\n\n- Aplikacja nie jest kompatybilna z instancjami, które mają włączone szyfrowanie.\n- Czynności wykonywane podczas podszywania się są rejestrowane, należy jednak pamiętać, że będą one rejestrowane jako czynności \"podszytego\" użytkownika.\n- Podszycie się pod użytkownika jest możliwe dopiero po jego pierwszym logowaniu.",
"These groups will be able to impersonate users they are allowed to administrate. If you remove all groups, every group administrator will be allowed to impersonate." : "Grupy te będą mogły wcielić się w użytkowników, którzy mogą zarządzać. Jeśli usuniesz wszystkie grupy, każdy administrator grupy będzie mógł wcielić się w inne osoby.",
"Cannot impersonate the user because it was never logged in." : "Nie można podszyć się pod użytkownika, ponieważ nigdy nie był zalogowany.",
"Cannot impersonate yourself." : "Nie możesz podszyć się pod siebie samego.",
diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js
index ef65f62..6ee2e5d 100644
--- a/l10n/pt_BR.js
+++ b/l10n/pt_BR.js
@@ -11,6 +11,7 @@ OC.L10N.register(
"Cannot impersonate the user because it was never logged in" : "Não é possível representar o usuário porque ele nunca fez login",
"Cannot impersonate yourself" : "Não é possível personificar a si mesmo",
"Impersonate other users" : "Representar outros usuários",
+ "By installing the impersonate app of your Nextcloud you enable administrators to impersonate other users on the Nextcloud server. This is especially useful for debugging issues reported by users.\n\nTo impersonate a user an administrator has to simply follow the following four steps:\n\n1. Login as administrator to Nextcloud.\n2. Open users administration interface.\n3. Select the impersonate button on the affected user.\n4. Confirm the impersonation.\n\nThe administrator is then logged-in as the user, to switch back to the regular user account they simply have to press the logout button.\n\n**Note:**\n\n- This app is not compatible with instances that have encryption enabled.\n- While impersonate actions are logged note that actions performed impersonated will be logged as the impersonated user.\n- Impersonating a user is only possible after their first login." : "Ao instalar o aplicativo de representação do seu Nextcloud, você permite que os administradores representem outros usuários no servidor do Nextcloud. Isso é especialmente útil para depurar problemas relatados pelos usuários.\n\nPara se passar por um usuário, um administrador precisa simplesmente seguir as quatro etapas a seguir:\n\n1. Faça login como administrador no Nextcloud.\n2. Abra a interface de administração de usuários.\n3. Selecione o botão representar no usuário afetado.\n4. Confirme a representação.\n\nO administrador é então logado como o usuário, para voltar para a conta de usuário normal, basta pressionar o botão de logout.\n\n**Observação:**\n\n- Este aplicativo não é compatível com instâncias que possuem criptografia habilitada.\n- Enquanto as ações personificadas são registradas, observe que as ações executadas personificadas serão registradas como o usuário personificado.\n- A representação de um usuário só é possível após o primeiro login.",
"These groups will be able to impersonate users they are allowed to administrate. If you remove all groups, every group administrator will be allowed to impersonate." : "Esses grupos poderão representar usuários que eles podem administrar. Se você remover todos os grupos, todos os administradores do grupo terão permissão para representar.",
"Cannot impersonate the user because it was never logged in." : "Não é possível representar o usuário porque ele nunca se logou.",
"Cannot impersonate yourself." : "Não pode se passar por você mesmo.",
diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json
index 97ded23..f7c8d19 100644
--- a/l10n/pt_BR.json
+++ b/l10n/pt_BR.json
@@ -9,6 +9,7 @@
"Cannot impersonate the user because it was never logged in" : "Não é possível representar o usuário porque ele nunca fez login",
"Cannot impersonate yourself" : "Não é possível personificar a si mesmo",
"Impersonate other users" : "Representar outros usuários",
+ "By installing the impersonate app of your Nextcloud you enable administrators to impersonate other users on the Nextcloud server. This is especially useful for debugging issues reported by users.\n\nTo impersonate a user an administrator has to simply follow the following four steps:\n\n1. Login as administrator to Nextcloud.\n2. Open users administration interface.\n3. Select the impersonate button on the affected user.\n4. Confirm the impersonation.\n\nThe administrator is then logged-in as the user, to switch back to the regular user account they simply have to press the logout button.\n\n**Note:**\n\n- This app is not compatible with instances that have encryption enabled.\n- While impersonate actions are logged note that actions performed impersonated will be logged as the impersonated user.\n- Impersonating a user is only possible after their first login." : "Ao instalar o aplicativo de representação do seu Nextcloud, você permite que os administradores representem outros usuários no servidor do Nextcloud. Isso é especialmente útil para depurar problemas relatados pelos usuários.\n\nPara se passar por um usuário, um administrador precisa simplesmente seguir as quatro etapas a seguir:\n\n1. Faça login como administrador no Nextcloud.\n2. Abra a interface de administração de usuários.\n3. Selecione o botão representar no usuário afetado.\n4. Confirme a representação.\n\nO administrador é então logado como o usuário, para voltar para a conta de usuário normal, basta pressionar o botão de logout.\n\n**Observação:**\n\n- Este aplicativo não é compatível com instâncias que possuem criptografia habilitada.\n- Enquanto as ações personificadas são registradas, observe que as ações executadas personificadas serão registradas como o usuário personificado.\n- A representação de um usuário só é possível após o primeiro login.",
"These groups will be able to impersonate users they are allowed to administrate. If you remove all groups, every group administrator will be allowed to impersonate." : "Esses grupos poderão representar usuários que eles podem administrar. Se você remover todos os grupos, todos os administradores do grupo terão permissão para representar.",
"Cannot impersonate the user because it was never logged in." : "Não é possível representar o usuário porque ele nunca se logou.",
"Cannot impersonate yourself." : "Não pode se passar por você mesmo.",
diff --git a/l10n/ro.js b/l10n/ro.js
index f935310..08d30a2 100644
--- a/l10n/ro.js
+++ b/l10n/ro.js
@@ -5,6 +5,7 @@ OC.L10N.register(
"Are you sure you want to impersonate \"{userId}\"?" : "Ești sigur că dorești să impersonezi \"{userId}\"?",
"Impersonate user" : "Impersonează utilizator",
"Impersonate" : "Impersonează",
- "Logged in as {uid}" : "Autentificat ca {uid}"
+ "Logged in as {uid}" : "Autentificat ca {uid}",
+ "User not found" : "Utilizatorul nu a fost găsit"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");
diff --git a/l10n/ro.json b/l10n/ro.json
index a447346..344c8e0 100644
--- a/l10n/ro.json
+++ b/l10n/ro.json
@@ -3,6 +3,7 @@
"Are you sure you want to impersonate \"{userId}\"?" : "Ești sigur că dorești să impersonezi \"{userId}\"?",
"Impersonate user" : "Impersonează utilizator",
"Impersonate" : "Impersonează",
- "Logged in as {uid}" : "Autentificat ca {uid}"
+ "Logged in as {uid}" : "Autentificat ca {uid}",
+ "User not found" : "Utilizatorul nu a fost găsit"
},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
} \ No newline at end of file
diff --git a/l10n/tr.js b/l10n/tr.js
index 159faf4..c0d15c5 100644
--- a/l10n/tr.js
+++ b/l10n/tr.js
@@ -11,6 +11,7 @@ OC.L10N.register(
"Cannot impersonate the user because it was never logged in" : "Hiç oturum açmamış olduğundan bu kullanıcının yerine geçilemedi",
"Cannot impersonate yourself" : "Kendinizin yerine geçemezsiniz",
"Impersonate other users" : "Bu uygulama diğer kullanıcıların yerine geçilmesini sağlar",
+ "By installing the impersonate app of your Nextcloud you enable administrators to impersonate other users on the Nextcloud server. This is especially useful for debugging issues reported by users.\n\nTo impersonate a user an administrator has to simply follow the following four steps:\n\n1. Login as administrator to Nextcloud.\n2. Open users administration interface.\n3. Select the impersonate button on the affected user.\n4. Confirm the impersonation.\n\nThe administrator is then logged-in as the user, to switch back to the regular user account they simply have to press the logout button.\n\n**Note:**\n\n- This app is not compatible with instances that have encryption enabled.\n- While impersonate actions are logged note that actions performed impersonated will be logged as the impersonated user.\n- Impersonating a user is only possible after their first login." : "Yerine geçme uygulaması ile yöneticiler Nextcoud sunucusu üzerindeki diğer kullanıcıların yerine geçebilir. Özellikle kullanıcılar tarafından bildirilen sorunları deneyimlemek ve ilgili hata ayıklama işlemlerini yapmak için yararlıdır.\n\nYönetici olarak bir kullanıcının yerine geçmek için şu dört işlemi yapmanız yeterlidir:\n\n1. Nextcloud üzerinde yönetici olarak oturum açın\n2. Kullanıcı yönetimi bölümünü açın\n3. İlgili kullanıcının üzerinde yerine geç düğmesine tıklayın\n4. Yerine geçme işlemini onaylayın\n\nBöylece yönetici, bu kullanıcı gibi oturum açmış olur. Normal kullanıcı hesabınıza geri dönmek için oturumu kapat düğmesine tıklamanız yeterlidir.\n\n**Notlar:**\n\n- Bu uygulama şifreleme kullanılan sunucular ile uyumlu değildir.\n- Yerine geçme sırasında yapılan işlemlerin günlük kaydı tutulur. Ancak günlük kayıtlarının yerine geçilmiş kullanıcı hesabı adına yapılacağını unutmayın.\n- Bir kullanıcının yerine geçmek için yerine geçilecek kullanıcının en az bir kez oturum açmış olması gereklidir.",
"These groups will be able to impersonate users they are allowed to administrate. If you remove all groups, every group administrator will be allowed to impersonate." : "Bu gruplardaki kişiler yönetmelerine izin verilen kullanıcıların yerine geçebilir. Tüm grupları kaldırırsanız, her grubun yöneticisi kişilerin yerine geçebilir.",
"Cannot impersonate the user because it was never logged in." : "Hiç oturum açmamış olduğundan bu kullanıcının yerine geçilemedi.",
"Cannot impersonate yourself." : "Kendinizin yerine geçemezsiniz.",
diff --git a/l10n/tr.json b/l10n/tr.json
index a96d4eb..3163dcf 100644
--- a/l10n/tr.json
+++ b/l10n/tr.json
@@ -9,6 +9,7 @@
"Cannot impersonate the user because it was never logged in" : "Hiç oturum açmamış olduğundan bu kullanıcının yerine geçilemedi",
"Cannot impersonate yourself" : "Kendinizin yerine geçemezsiniz",
"Impersonate other users" : "Bu uygulama diğer kullanıcıların yerine geçilmesini sağlar",
+ "By installing the impersonate app of your Nextcloud you enable administrators to impersonate other users on the Nextcloud server. This is especially useful for debugging issues reported by users.\n\nTo impersonate a user an administrator has to simply follow the following four steps:\n\n1. Login as administrator to Nextcloud.\n2. Open users administration interface.\n3. Select the impersonate button on the affected user.\n4. Confirm the impersonation.\n\nThe administrator is then logged-in as the user, to switch back to the regular user account they simply have to press the logout button.\n\n**Note:**\n\n- This app is not compatible with instances that have encryption enabled.\n- While impersonate actions are logged note that actions performed impersonated will be logged as the impersonated user.\n- Impersonating a user is only possible after their first login." : "Yerine geçme uygulaması ile yöneticiler Nextcoud sunucusu üzerindeki diğer kullanıcıların yerine geçebilir. Özellikle kullanıcılar tarafından bildirilen sorunları deneyimlemek ve ilgili hata ayıklama işlemlerini yapmak için yararlıdır.\n\nYönetici olarak bir kullanıcının yerine geçmek için şu dört işlemi yapmanız yeterlidir:\n\n1. Nextcloud üzerinde yönetici olarak oturum açın\n2. Kullanıcı yönetimi bölümünü açın\n3. İlgili kullanıcının üzerinde yerine geç düğmesine tıklayın\n4. Yerine geçme işlemini onaylayın\n\nBöylece yönetici, bu kullanıcı gibi oturum açmış olur. Normal kullanıcı hesabınıza geri dönmek için oturumu kapat düğmesine tıklamanız yeterlidir.\n\n**Notlar:**\n\n- Bu uygulama şifreleme kullanılan sunucular ile uyumlu değildir.\n- Yerine geçme sırasında yapılan işlemlerin günlük kaydı tutulur. Ancak günlük kayıtlarının yerine geçilmiş kullanıcı hesabı adına yapılacağını unutmayın.\n- Bir kullanıcının yerine geçmek için yerine geçilecek kullanıcının en az bir kez oturum açmış olması gereklidir.",
"These groups will be able to impersonate users they are allowed to administrate. If you remove all groups, every group administrator will be allowed to impersonate." : "Bu gruplardaki kişiler yönetmelerine izin verilen kullanıcıların yerine geçebilir. Tüm grupları kaldırırsanız, her grubun yöneticisi kişilerin yerine geçebilir.",
"Cannot impersonate the user because it was never logged in." : "Hiç oturum açmamış olduğundan bu kullanıcının yerine geçilemedi.",
"Cannot impersonate yourself." : "Kendinizin yerine geçemezsiniz.",
diff --git a/l10n/vi.js b/l10n/vi.js
new file mode 100644
index 0000000..cc1bafb
--- /dev/null
+++ b/l10n/vi.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "impersonate",
+ {
+ "User not found" : "Không tìm thấy người dùng"
+},
+"nplurals=1; plural=0;");
diff --git a/l10n/vi.json b/l10n/vi.json
new file mode 100644
index 0000000..1a5fba0
--- /dev/null
+++ b/l10n/vi.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "User not found" : "Không tìm thấy người dùng"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file
diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js
index 13d573e..4f8e10b 100644
--- a/l10n/zh_HK.js
+++ b/l10n/zh_HK.js
@@ -11,6 +11,7 @@ OC.L10N.register(
"Cannot impersonate the user because it was never logged in" : "無法模擬用戶,因為該用戶從未登入",
"Cannot impersonate yourself" : "無法模擬自己",
"Impersonate other users" : "模擬其他用戶",
+ "By installing the impersonate app of your Nextcloud you enable administrators to impersonate other users on the Nextcloud server. This is especially useful for debugging issues reported by users.\n\nTo impersonate a user an administrator has to simply follow the following four steps:\n\n1. Login as administrator to Nextcloud.\n2. Open users administration interface.\n3. Select the impersonate button on the affected user.\n4. Confirm the impersonation.\n\nThe administrator is then logged-in as the user, to switch back to the regular user account they simply have to press the logout button.\n\n**Note:**\n\n- This app is not compatible with instances that have encryption enabled.\n- While impersonate actions are logged note that actions performed impersonated will be logged as the impersonated user.\n- Impersonating a user is only possible after their first login." : "通過在Nextcloud上安裝模擬應用程序,管理員可以模擬Nextcloud伺服器上的其他用戶。這對於調試用戶報告的問題特別有用。\n\n要模擬用戶,管理員只需遵循以下四個步驟:\n\n1. 以管理員身分登入Nextcloud\n2. 打開用戶管理界面\n3. 選擇受影響的用戶上的模擬按鈕\n4. 確認模擬\n\n然後,管理員以用戶身分登入。要切換回普通用戶賬戶,管理員只需按註銷按鈕即可。\n\n**筆記:**\n\n- 此應用與啟用了加密的實例不兼容。\n- 在記錄模擬操作時,請注意,模擬執行的操作將被記錄為模擬用戶。\n- 只有在首次登入後才能模擬用戶。",
"These groups will be able to impersonate users they are allowed to administrate. If you remove all groups, every group administrator will be allowed to impersonate." : "這些組將能夠模擬允許其管理的用戶。如果刪除所有組,將允許所有組管理員模擬。",
"Cannot impersonate the user because it was never logged in." : "無法模擬用戶,因為該用戶從未登入。",
"Cannot impersonate yourself." : "無法模擬自己。",
diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json
index 54f0171..109d9fe 100644
--- a/l10n/zh_HK.json
+++ b/l10n/zh_HK.json
@@ -9,6 +9,7 @@
"Cannot impersonate the user because it was never logged in" : "無法模擬用戶,因為該用戶從未登入",
"Cannot impersonate yourself" : "無法模擬自己",
"Impersonate other users" : "模擬其他用戶",
+ "By installing the impersonate app of your Nextcloud you enable administrators to impersonate other users on the Nextcloud server. This is especially useful for debugging issues reported by users.\n\nTo impersonate a user an administrator has to simply follow the following four steps:\n\n1. Login as administrator to Nextcloud.\n2. Open users administration interface.\n3. Select the impersonate button on the affected user.\n4. Confirm the impersonation.\n\nThe administrator is then logged-in as the user, to switch back to the regular user account they simply have to press the logout button.\n\n**Note:**\n\n- This app is not compatible with instances that have encryption enabled.\n- While impersonate actions are logged note that actions performed impersonated will be logged as the impersonated user.\n- Impersonating a user is only possible after their first login." : "通過在Nextcloud上安裝模擬應用程序,管理員可以模擬Nextcloud伺服器上的其他用戶。這對於調試用戶報告的問題特別有用。\n\n要模擬用戶,管理員只需遵循以下四個步驟:\n\n1. 以管理員身分登入Nextcloud\n2. 打開用戶管理界面\n3. 選擇受影響的用戶上的模擬按鈕\n4. 確認模擬\n\n然後,管理員以用戶身分登入。要切換回普通用戶賬戶,管理員只需按註銷按鈕即可。\n\n**筆記:**\n\n- 此應用與啟用了加密的實例不兼容。\n- 在記錄模擬操作時,請注意,模擬執行的操作將被記錄為模擬用戶。\n- 只有在首次登入後才能模擬用戶。",
"These groups will be able to impersonate users they are allowed to administrate. If you remove all groups, every group administrator will be allowed to impersonate." : "這些組將能夠模擬允許其管理的用戶。如果刪除所有組,將允許所有組管理員模擬。",
"Cannot impersonate the user because it was never logged in." : "無法模擬用戶,因為該用戶從未登入。",
"Cannot impersonate yourself." : "無法模擬自己。",
diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js
index 986629e..0396df3 100644
--- a/l10n/zh_TW.js
+++ b/l10n/zh_TW.js
@@ -11,6 +11,7 @@ OC.L10N.register(
"Cannot impersonate the user because it was never logged in" : "因為使用者從未登入,所以無法模擬",
"Cannot impersonate yourself" : "無法模擬您自己",
"Impersonate other users" : "模擬其他使用者",
+ "By installing the impersonate app of your Nextcloud you enable administrators to impersonate other users on the Nextcloud server. This is especially useful for debugging issues reported by users.\n\nTo impersonate a user an administrator has to simply follow the following four steps:\n\n1. Login as administrator to Nextcloud.\n2. Open users administration interface.\n3. Select the impersonate button on the affected user.\n4. Confirm the impersonation.\n\nThe administrator is then logged-in as the user, to switch back to the regular user account they simply have to press the logout button.\n\n**Note:**\n\n- This app is not compatible with instances that have encryption enabled.\n- While impersonate actions are logged note that actions performed impersonated will be logged as the impersonated user.\n- Impersonating a user is only possible after their first login." : "透過在 Nextcloud 上安裝模擬應用程式,管理員可以模擬 Nextcloud 伺服器上的其他使用者。這對於除錯使用者報告的問題特別有用。\n\n要模擬使用者,管理員只需遵循以下四個步驟:\n\n1. 以管理員身分登入 Nextcloud。\n2. 打開使用者管理介面。\n3. 選擇受影響的使用者上的模擬按鈕。\n4. 確認模擬。\n\n然後,管理員以用使用者身份登入。要切換回普通使用者帳號,管理員只需按登出按鈕即可。\n\n**請注意:**\n\n- 此應用程式與啟用了加密的站台不相容。\n- 在記錄模擬操作時,請注意,模擬執行的操作將被記錄為模擬使用者。\n- 只有在首次登入後才能模擬使用者。",
"These groups will be able to impersonate users they are allowed to administrate. If you remove all groups, every group administrator will be allowed to impersonate." : "這些群組將能夠模擬允許其管理的使用者。如果刪除所有群組,將允許所有群組管理員模擬。",
"Cannot impersonate the user because it was never logged in." : "無法模擬使用者,因為該使用者從未登入。",
"Cannot impersonate yourself." : "無法模擬自己。",
diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json
index d422b33..644201c 100644
--- a/l10n/zh_TW.json
+++ b/l10n/zh_TW.json
@@ -9,6 +9,7 @@
"Cannot impersonate the user because it was never logged in" : "因為使用者從未登入,所以無法模擬",
"Cannot impersonate yourself" : "無法模擬您自己",
"Impersonate other users" : "模擬其他使用者",
+ "By installing the impersonate app of your Nextcloud you enable administrators to impersonate other users on the Nextcloud server. This is especially useful for debugging issues reported by users.\n\nTo impersonate a user an administrator has to simply follow the following four steps:\n\n1. Login as administrator to Nextcloud.\n2. Open users administration interface.\n3. Select the impersonate button on the affected user.\n4. Confirm the impersonation.\n\nThe administrator is then logged-in as the user, to switch back to the regular user account they simply have to press the logout button.\n\n**Note:**\n\n- This app is not compatible with instances that have encryption enabled.\n- While impersonate actions are logged note that actions performed impersonated will be logged as the impersonated user.\n- Impersonating a user is only possible after their first login." : "透過在 Nextcloud 上安裝模擬應用程式,管理員可以模擬 Nextcloud 伺服器上的其他使用者。這對於除錯使用者報告的問題特別有用。\n\n要模擬使用者,管理員只需遵循以下四個步驟:\n\n1. 以管理員身分登入 Nextcloud。\n2. 打開使用者管理介面。\n3. 選擇受影響的使用者上的模擬按鈕。\n4. 確認模擬。\n\n然後,管理員以用使用者身份登入。要切換回普通使用者帳號,管理員只需按登出按鈕即可。\n\n**請注意:**\n\n- 此應用程式與啟用了加密的站台不相容。\n- 在記錄模擬操作時,請注意,模擬執行的操作將被記錄為模擬使用者。\n- 只有在首次登入後才能模擬使用者。",
"These groups will be able to impersonate users they are allowed to administrate. If you remove all groups, every group administrator will be allowed to impersonate." : "這些群組將能夠模擬允許其管理的使用者。如果刪除所有群組,將允許所有群組管理員模擬。",
"Cannot impersonate the user because it was never logged in." : "無法模擬使用者,因為該使用者從未登入。",
"Cannot impersonate yourself." : "無法模擬自己。",