mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 07:40:12 +01:00
Single quotes don't need to be escaped here.
This was preventing the app from loading, weirdly.
This commit is contained in:
parent
2d3ce5bf42
commit
b07f1ef78a
6 changed files with 21 additions and 21 deletions
|
|
@ -770,11 +770,11 @@ cs:
|
||||||
edit_recurring_todo: Upravit opakovaný úkol
|
edit_recurring_todo: Upravit opakovaný úkol
|
||||||
error_completing_todo: Nepodařilo se ukončit / aktivovat opakovaný úkol %{description}
|
error_completing_todo: Nepodařilo se ukončit / aktivovat opakovaný úkol %{description}
|
||||||
error_deleting_item: Nepodařilo se smazat položku %{description}
|
error_deleting_item: Nepodařilo se smazat položku %{description}
|
||||||
error_deleting_recurring: Nepodařilo se smazat opakovaný úkol \'%{description}\'
|
error_deleting_recurring: Nepodařilo se smazat opakovaný úkol '%{description}'
|
||||||
error_removing_dependency: Nepodařilo se odstranit závislost
|
error_removing_dependency: Nepodařilo se odstranit závislost
|
||||||
error_saving_recurring: Nepodařilo se uložit opakovaný úkol \'%{description}\'
|
error_saving_recurring: Nepodařilo se uložit opakovaný úkol '%{description}'
|
||||||
error_starring: Nepodařilo se označit úkol hvězdičkou '%{description}'
|
error_starring: Nepodařilo se označit úkol hvězdičkou '%{description}'
|
||||||
error_starring_recurring: Nebylo možno ohvězdičkovat opakovaný úkol \'%{description}\'
|
error_starring_recurring: Nebylo možno ohvězdičkovat opakovaný úkol '%{description}'
|
||||||
error_toggle_complete: Nepodařilo se označit úkol jako hotový
|
error_toggle_complete: Nepodařilo se označit úkol jako hotový
|
||||||
feeds:
|
feeds:
|
||||||
completed: 'Hotové: %{date}'
|
completed: 'Hotové: %{date}'
|
||||||
|
|
|
||||||
|
|
@ -791,9 +791,9 @@ de:
|
||||||
error_removing_dependency: Beim Entfernen der Abhängigkeit ist ein Fehler aufgetreten
|
error_removing_dependency: Beim Entfernen der Abhängigkeit ist ein Fehler aufgetreten
|
||||||
error_saving_recurring: Es gab einen Fehler beim Speichern der wiederkehrenden
|
error_saving_recurring: Es gab einen Fehler beim Speichern der wiederkehrenden
|
||||||
Aufgabe '%{description}'
|
Aufgabe '%{description}'
|
||||||
error_starring: Konnte die Hervorhebung von \'%{description}\' nicht durchführen
|
error_starring: Konnte die Hervorhebung von '%{description}' nicht durchführen
|
||||||
error_starring_recurring: Konnte die Hervorhebung der wiederkehrenden Aufgabe
|
error_starring_recurring: Konnte die Hervorhebung der wiederkehrenden Aufgabe
|
||||||
\'%{description}\' nicht durchführen
|
'%{description}' nicht durchführen
|
||||||
error_toggle_complete: Könnte nicht diese Marke todo komplett
|
error_toggle_complete: Könnte nicht diese Marke todo komplett
|
||||||
feeds:
|
feeds:
|
||||||
completed: 'Erledigt: %{date}'
|
completed: 'Erledigt: %{date}'
|
||||||
|
|
|
||||||
|
|
@ -482,7 +482,7 @@ en:
|
||||||
completed_rest_of_week: Completed in the rest of this week
|
completed_rest_of_week: Completed in the rest of this week
|
||||||
completed_rest_of_month: Completed in the rest of this month
|
completed_rest_of_month: Completed in the rest of this month
|
||||||
show_from: Show from
|
show_from: Show from
|
||||||
error_starring_recurring: "Could not toggle the star of recurring todo \'%{description}\'"
|
error_starring_recurring: "Could not toggle the star of recurring todo '%{description}'"
|
||||||
recurring_action_deleted: Action was deleted. Because this action is recurring, a new action was added
|
recurring_action_deleted: Action was deleted. Because this action is recurring, a new action was added
|
||||||
completed_recurring: Completed recurring todos
|
completed_recurring: Completed recurring todos
|
||||||
added_new_next_action: Added new next action
|
added_new_next_action: Added new next action
|
||||||
|
|
@ -535,7 +535,7 @@ en:
|
||||||
completed_last_day: Completed in the last 24 hours
|
completed_last_day: Completed in the last 24 hours
|
||||||
show_in_days: Show in %{days} days
|
show_in_days: Show in %{days} days
|
||||||
no_project: --No project--
|
no_project: --No project--
|
||||||
error_saving_recurring: "There was an error saving the recurring todo \'%{description}\'"
|
error_saving_recurring: "There was an error saving the recurring todo '%{description}'"
|
||||||
new_related_todo_created_short: created a new todo
|
new_related_todo_created_short: created a new todo
|
||||||
all_completed: All completed actions
|
all_completed: All completed actions
|
||||||
feed_title_in_context: "in context '%{context}'"
|
feed_title_in_context: "in context '%{context}'"
|
||||||
|
|
@ -582,7 +582,7 @@ en:
|
||||||
one: Has one pending action
|
one: Has one pending action
|
||||||
other: Has %{count} pending actions
|
other: Has %{count} pending actions
|
||||||
delete_action: Delete action
|
delete_action: Delete action
|
||||||
error_deleting_recurring: "There was an error deleting the recurring todo \'%{description}\'"
|
error_deleting_recurring: "There was an error deleting the recurring todo '%{description}'"
|
||||||
recurring_todos: Recurring todos
|
recurring_todos: Recurring todos
|
||||||
delete: Delete
|
delete: Delete
|
||||||
cannot_add_dependency_to_completed_todo: Cannot add this action as a dependency to a completed action!
|
cannot_add_dependency_to_completed_todo: Cannot add this action as a dependency to a completed action!
|
||||||
|
|
|
||||||
|
|
@ -696,7 +696,7 @@ es:
|
||||||
stats: "%a %d-%m"
|
stats: "%a %d-%m"
|
||||||
pm: pm
|
pm: pm
|
||||||
todos:
|
todos:
|
||||||
action_deferred: La acción \'%{description}\' se aplazó
|
action_deferred: La acción '%{description}' se aplazó
|
||||||
action_deleted_error: Failed to delete the action
|
action_deleted_error: Failed to delete the action
|
||||||
action_deleted_success: Successfully deleted next action
|
action_deleted_success: Successfully deleted next action
|
||||||
action_due_on: "(action due on %{date})"
|
action_due_on: "(action due on %{date})"
|
||||||
|
|
@ -777,11 +777,11 @@ es:
|
||||||
error_completing_todo: There was an error completing / activating the recurring
|
error_completing_todo: There was an error completing / activating the recurring
|
||||||
todo %{description}
|
todo %{description}
|
||||||
error_deleting_item: There was an error deleting the item %{description}
|
error_deleting_item: There was an error deleting the item %{description}
|
||||||
error_deleting_recurring: There was an error deleting the recurring todo \'%{description}\'
|
error_deleting_recurring: There was an error deleting the recurring todo '%{description}'
|
||||||
error_removing_dependency: There was an error removing the dependency
|
error_removing_dependency: There was an error removing the dependency
|
||||||
error_saving_recurring: There was an error saving the recurring todo \'%{description}\'
|
error_saving_recurring: There was an error saving the recurring todo '%{description}'
|
||||||
error_starring: Could not toggle the star of this todo \'%{description}\'
|
error_starring: Could not toggle the star of this todo '%{description}'
|
||||||
error_starring_recurring: Could not toggle the star of recurring todo \'%{description}\'
|
error_starring_recurring: Could not toggle the star of recurring todo '%{description}'
|
||||||
error_toggle_complete: Could not mark this todo complete
|
error_toggle_complete: Could not mark this todo complete
|
||||||
feed_title_in_context: in context '%{context}'
|
feed_title_in_context: in context '%{context}'
|
||||||
feed_title_in_project: in project '%{project}'
|
feed_title_in_project: in project '%{project}'
|
||||||
|
|
|
||||||
|
|
@ -821,14 +821,14 @@ fr:
|
||||||
error_deleting_item: Il s'est produit une erreur lors de la suppression de l'élément
|
error_deleting_item: Il s'est produit une erreur lors de la suppression de l'élément
|
||||||
%{description}
|
%{description}
|
||||||
error_deleting_recurring: Il s'est produit une erreur lors de la suppression de
|
error_deleting_recurring: Il s'est produit une erreur lors de la suppression de
|
||||||
la tâche récurrente \'%{description}\'
|
la tâche récurrente '%{description}'
|
||||||
error_removing_dependency: Il s'est produit une erreur lors de la suppression
|
error_removing_dependency: Il s'est produit une erreur lors de la suppression
|
||||||
de la dépendance
|
de la dépendance
|
||||||
error_saving_recurring: Il s'est produit une erreur lors de la sauvegarde de la
|
error_saving_recurring: Il s'est produit une erreur lors de la sauvegarde de la
|
||||||
tâche récurrente \'%{description}\'
|
tâche récurrente '%{description}'
|
||||||
error_starring: Impossible d'actionner l'étoile de cette tache \'%{description}\'
|
error_starring: Impossible d'actionner l'étoile de cette tache '%{description}'
|
||||||
error_starring_recurring: Impossible d'actionner l'étoile de la tache récurrente
|
error_starring_recurring: Impossible d'actionner l'étoile de la tache récurrente
|
||||||
\'%{description}\'
|
'%{description}'
|
||||||
error_toggle_complete: Impossible de marquer cette tache comme complétée
|
error_toggle_complete: Impossible de marquer cette tache comme complétée
|
||||||
feeds:
|
feeds:
|
||||||
completed: 'Complété : %{date}'
|
completed: 'Complété : %{date}'
|
||||||
|
|
@ -839,7 +839,7 @@ fr:
|
||||||
one: A une action en attente
|
one: A une action en attente
|
||||||
other: A %{count} actions en attente
|
other: A %{count} actions en attente
|
||||||
hidden_actions: Actions cachées
|
hidden_actions: Actions cachées
|
||||||
in_hidden_state: a l\'état caché
|
in_hidden_state: a l'état caché
|
||||||
in_pending_state: en attente
|
in_pending_state: en attente
|
||||||
list_incomplete_next_actions: Liste les prochaines actions incomplètes
|
list_incomplete_next_actions: Liste les prochaines actions incomplètes
|
||||||
list_incomplete_next_actions_with_limit: Liste les %{count} dernières actions
|
list_incomplete_next_actions_with_limit: Liste les %{count} dernières actions
|
||||||
|
|
|
||||||
|
|
@ -898,14 +898,14 @@ nl:
|
||||||
error_deleting_item: Er is een fout opgetreden bij het verwijderen van het item
|
error_deleting_item: Er is een fout opgetreden bij het verwijderen van het item
|
||||||
'%{description}'
|
'%{description}'
|
||||||
error_deleting_recurring: Er is een fout opgetreden bij het verwijderen van het
|
error_deleting_recurring: Er is een fout opgetreden bij het verwijderen van het
|
||||||
item \'%{description}\'
|
item '%{description}'
|
||||||
error_removing_dependency: Er is een fout opgetreden het verwijderen van de afhankelijke
|
error_removing_dependency: Er is een fout opgetreden het verwijderen van de afhankelijke
|
||||||
actie
|
actie
|
||||||
error_saving_recurring: Er is een fout opgetreden het opslaan van de terugkerende
|
error_saving_recurring: Er is een fout opgetreden het opslaan van de terugkerende
|
||||||
actie '%{description}'
|
actie '%{description}'
|
||||||
error_starring: Kon niet de ster van deze actie niet omzetten \'%{description}\'
|
error_starring: Kon niet de ster van deze actie niet omzetten '%{description}'
|
||||||
error_starring_recurring: Kon niet de ster van deze terugkerende actie niet omzetten
|
error_starring_recurring: Kon niet de ster van deze terugkerende actie niet omzetten
|
||||||
\'%{description}\'
|
'%{description}'
|
||||||
error_toggle_complete: Kon deze actie niet als afgerond markeren
|
error_toggle_complete: Kon deze actie niet als afgerond markeren
|
||||||
feeds:
|
feeds:
|
||||||
completed: 'Voltooid: %{date}'
|
completed: 'Voltooid: %{date}'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue