move "copy" string to common, add "copied"

for a new password reset feature.
This commit is contained in:
Harvey Tindall 2021-03-30 21:16:24 +01:00
parent 762dac2581
commit dcd2e234e8
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
17 changed files with 21 additions and 8 deletions

View File

@ -55,7 +55,6 @@
"inviteNoUsersCreated": "Noch keine!",
"inviteUsersCreated": "Erstellte Benutzer",
"inviteNoProfile": "Kein Profil",
"copy": "Kopieren",
"inviteDateCreated": "Erstellt",
"inviteRemainingUses": "Verbleibende Verwendungen",
"inviteNoInvites": "Keine",

View File

@ -58,7 +58,6 @@
"inviteNoUsersCreated": "Τίποτα ακόμα!",
"inviteUsersCreated": "Δημιουργηθέντες χρήστες",
"inviteNoProfile": "Κανένα Προφίλ",
"copy": "Αντιγραφή",
"inviteDateCreated": "Δημιουργηθέντα",
"inviteRemainingUses": "Εναπομείναντες χρήσεις",
"inviteNoInvites": "Καμία",

View File

@ -81,7 +81,6 @@
"inviteNoUsersCreated": "None yet!",
"inviteUsersCreated": "Created users",
"inviteNoProfile": "No Profile",
"copy": "Copy",
"inviteDateCreated": "Created",
"inviteRemainingUses": "Remaining uses",
"inviteNoInvites": "None",

View File

@ -56,7 +56,6 @@
"inviteNoUsersCreated": "Aucun pour l'instant !",
"inviteUsersCreated": "Utilisateurs créer",
"inviteNoProfile": "Aucun profil",
"copy": "Copier",
"inviteDateCreated": "Créer",
"inviteRemainingUses": "Utilisations restantes",
"inviteNoInvites": "Aucune",

View File

@ -58,7 +58,6 @@
"inviteNoUsersCreated": "Belum ada!",
"inviteUsersCreated": "Pengguna yang telah dibuat",
"inviteNoProfile": "Tidak ada profil",
"copy": "Salin",
"inviteDateCreated": "Dibuat",
"inviteRemainingUses": "Penggunaan yang tersisa",
"inviteNoInvites": "Tidak ada",

View File

@ -55,7 +55,6 @@
"inviteNoUsersCreated": "Nog geen!",
"inviteUsersCreated": "Aangemaakte gebruikers",
"inviteNoProfile": "Geen profiel",
"copy": "Kopiëer",
"inviteDateCreated": "Aangemaakt",
"inviteRemainingUses": "Resterend aantal keer te gebruiken",
"inviteNoInvites": "Geen",

View File

@ -56,7 +56,6 @@
"inviteNoUsersCreated": "Nenhum ainda!",
"inviteUsersCreated": "Usuários criado",
"inviteNoProfile": "Sem Perfil",
"copy": "Copiar",
"inviteDateCreated": "Criado",
"inviteRemainingUses": "Uso restantes",
"inviteNoInvites": "Nenhum",

View File

@ -68,7 +68,6 @@
"inviteNoUsersCreated": "Ingen än!",
"inviteUsersCreated": "Skapade användare",
"inviteNoProfile": "Ingen profil",
"copy": "Kopiera",
"inviteDateCreated": "Skapad",
"inviteRemainingUses": "Återstående användningar",
"inviteNoInvites": "Ingen",

View File

@ -10,6 +10,7 @@
"submit": "Absenden",
"success": "Erfolg",
"error": "Fehler",
"copy": "Kopieren",
"theme": "Thema"
}
}

View File

@ -10,6 +10,7 @@
"submit": "Καταχώρηση",
"success": "Επιτυχία",
"error": "Σφάλμα",
"copy": "Αντιγραφή",
"theme": "Θέμα"
}
}

View File

@ -10,6 +10,8 @@
"submit": "Submit",
"success": "Success",
"error": "Error",
"copy": "Copy",
"copied": "Copied",
"theme": "Theme"
}
}

View File

@ -11,6 +11,7 @@
"submit": "Soumettre",
"success": "Succès",
"error": "Erreur",
"copy": "Copier",
"theme": "Thème"
}
}

View File

@ -10,6 +10,7 @@
"submit": "Submit",
"success": "Sukses",
"error": "Error",
"copy": "Salin",
"theme": "Tema"
}
}

View File

@ -10,6 +10,7 @@
"submit": "Verstuur",
"success": "Success",
"error": "Fout",
"copy": "Kopiëer",
"theme": "Thema"
}
}

View File

@ -10,6 +10,7 @@
"submit": "Enviar",
"success": "Sucesso",
"error": "Erro",
"copy": "Copiar",
"theme": "Tema"
}
}

View File

@ -10,6 +10,7 @@
"submit": "Skicka",
"success": "Lyckades",
"error": "Fel",
"copy": "Kopiera",
"theme": "Tema"
}
}

12
lang/pwreset/en-us.json Normal file
View File

@ -0,0 +1,12 @@
{
"meta": {
"name": "English (US)"
},
"strings": {
"passwordReset": "Password reset",
"resetFailed": "Password reset failed",
"tryAgain": "Please try again.",
"youCanLogin": "You can now log in with the below code as your password.",
"changeYourPassword": "Make sure to change your password after you log in."
}
}