diff options
author | 2021-09-06 23:13:22 +0200 | |
---|---|---|
committer | 2021-09-06 23:13:22 +0200 | |
commit | 569bdb8c5d7538fa0ea8a99ff2f8376f7cbfa51a (patch) | |
tree | 8d1cb94a56d60b9d726222277b7516fc59895613 /configs/translations.js | |
parent | 275bd1d0a9aea90696c145cf992d522a0d6b0aa8 (diff) | |
download | my_apps-569bdb8c5d7538fa0ea8a99ff2f8376f7cbfa51a.tar.gz my_apps-569bdb8c5d7538fa0ea8a99ff2f8376f7cbfa51a.tar.bz2 my_apps-569bdb8c5d7538fa0ea8a99ff2f8376f7cbfa51a.zip |
added stadard linter
Diffstat (limited to 'configs/translations.js')
-rw-r--r-- | configs/translations.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/translations.js b/configs/translations.js index 9e1d110..8e086d9 100644 --- a/configs/translations.js +++ b/configs/translations.js @@ -70,7 +70,7 @@ const translations = { notes_updated_error: 'Could not update note', notes_removed: 'Note was removed', notes_removed_error: 'Could not remove note', - notes_remove_confirm: 'Do you want to remove note?', + notes_remove_confirm: 'Do you want to remove note?' }, pl: { register_user: 'Zarejestruj użytkownika', @@ -143,7 +143,7 @@ const translations = { notes_updated_error: 'Błąd podczas zapisu zmian w notatce', notes_removed: 'Usunięto notatkę', notes_removed_error: 'Błąd podczas usuwania notatki', - notes_remove_confirm: 'Czy na pewno chcesz usunąć notatkę?', + notes_remove_confirm: 'Czy na pewno chcesz usunąć notatkę?' }, es: { register_user: 'Registrar al usuario', @@ -216,7 +216,7 @@ const translations = { notes_updated_error: 'Error al guardar cambios en la nota', notes_removed: 'Nota eliminada', notes_removed_error: 'Error al eliminar la nota', - notes_remove_confirm: '¿Estás seguro de que deseas eliminar la nota?', + notes_remove_confirm: '¿Estás seguro de que deseas eliminar la nota?' }, de: { register_user: 'Registrieren Sie den Benutzer', @@ -289,7 +289,7 @@ const translations = { notes_updated_error: 'Fehler beim Speichern der Änderungen an der Notiz', notes_removed: 'Notiz gelöscht', notes_removed_error: 'Fehler beim Löschen der Notiz', - notes_remove_confirm: 'Möchten Sie die Notiz wirklich löschen? ', + notes_remove_confirm: 'Möchten Sie die Notiz wirklich löschen? ' } } |