Initial (redacted) commit.
This commit is contained in:
commit
655f8a036a
368 changed files with 20949 additions and 0 deletions
59
app/lib/l10n/app_de.arb
Normal file
59
app/lib/l10n/app_de.arb
Normal file
|
@ -0,0 +1,59 @@
|
|||
{
|
||||
|
||||
|
||||
"settingsHeader": "Einstellungen",
|
||||
|
||||
"widgetSettings_durationPickerCurrent": "Derzeitige Laufzeit:",
|
||||
"widgetSettings_durationPickerButton": "Laufzeit auswählen",
|
||||
|
||||
"addWidgetHeader": "Widget Hinzufügen",
|
||||
"addWidget_water": "Wasser-Buddy hinzufügen",
|
||||
"addWidget_timer": "Fokus-Timer hinzufügen",
|
||||
"addWidget_tasks": "Tasks Widget hinzufügen",
|
||||
|
||||
"widgetSettings_name": "Name des Widgets",
|
||||
"widgetSettings_saveButton": "Speichern",
|
||||
"widgetSettings_deleteButton": "Löschen",
|
||||
"widgetSettings_cancelButton": "Abbrechen",
|
||||
|
||||
"waterWidget_defaultName": "Trink-Buddy",
|
||||
"waterWidgetSettings_button1": "Button 1 in ml",
|
||||
"waterWidgetSettings_button2": "Button 2 in ml",
|
||||
"waterWidgetSettings_goal": "Tagesziel",
|
||||
"waterWidgetSettings_current": "Derzeit getrunken",
|
||||
|
||||
"waterWidget_customAmountButton": "+ Beliebig",
|
||||
"waterWidget_customAmountMessage": "Geben sie die Geünschte Wassermenge ein:",
|
||||
|
||||
"tasksWidget_defaultName": "Tasks Widget",
|
||||
"tasksWidget_addTaskButtonLabel": "Aufgabe Hinzufügen",
|
||||
|
||||
"tasksWidget_editTask": "Aufgabe bearbeiten",
|
||||
|
||||
"taskDefaultName": "Neue Aufgabe",
|
||||
"taskSettings_name": "Aufgabenname",
|
||||
"taskSettings_due": "Fällig am",
|
||||
"taskSettings_duePicker": "Fälligkeitsdatum auswählen",
|
||||
|
||||
"tasksWidget_overdue": "Überfällig!",
|
||||
|
||||
"tasksWidget_deleteDone": "Erledigte Aufgaben löschen",
|
||||
"tasksWidget_rescheduleOverdue": "Überfällige Aufgaben neu planen",
|
||||
|
||||
"timerWidget_defaultName": "Fokus-Timer",
|
||||
"timerWidget_buttonStart": "Starten",
|
||||
"timerWidget_buttonPause": "Anhalten",
|
||||
"timerWidget_buttonContinue": "Weiter",
|
||||
"timerWidget_buttonReset": "Zurücksetzen",
|
||||
|
||||
"timerWidgetSettings_duration": "Tägliches Ziel",
|
||||
|
||||
"timerWidget_current": "Jetzt",
|
||||
"timerWidget_goal": "Ziel",
|
||||
|
||||
"timerWidget_pausedForEdit": "Halte den Timer an, um ihn bearbeiten zu können!"
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
64
app/lib/l10n/app_en.arb
Normal file
64
app/lib/l10n/app_en.arb
Normal file
|
@ -0,0 +1,64 @@
|
|||
{
|
||||
|
||||
|
||||
|
||||
"settingsHeader": "Settings",
|
||||
|
||||
"widgetSettings_durationPickerCurrent": "Current Duration:",
|
||||
"widgetSettings_durationPickerButton": "Choose Duration",
|
||||
|
||||
"addWidgetHeader": "Widget Picker",
|
||||
"addWidget_water": "Add Hydration Tracker",
|
||||
"addWidget_timer": "Add Focus Timer",
|
||||
"addWidget_tasks": "Add Tasks Widget",
|
||||
|
||||
"widgetSettings_name": "Widget Name",
|
||||
"widgetSettings_saveButton": "Confirm",
|
||||
"widgetSettings_deleteButton": "Delete",
|
||||
"widgetSettings_cancelButton": "Cancel",
|
||||
|
||||
"waterWidget_defaultName": "Hydration Tracker",
|
||||
"waterWidgetSettings_button1": "Button 1 in ml",
|
||||
"waterWidgetSettings_button2": "Button 2 in ml",
|
||||
"waterWidgetSettings_goal": "Daily Goal",
|
||||
"waterWidgetSettings_current": "Current Amount",
|
||||
|
||||
"waterWidget_customAmountButton": "+ custom",
|
||||
"waterWidget_customAmountMessage": "Enter an amount as desired:",
|
||||
|
||||
|
||||
"tasksWidget_defaultName": "Tasks Widget",
|
||||
"tasksWidget_addTaskButtonLabel": "Add Task",
|
||||
|
||||
"tasksWidget_editTask": "Edit Task",
|
||||
|
||||
"taskDefaultName": "Examplar Task",
|
||||
"taskSettings_name": "Task Name",
|
||||
"taskSettings_due": "Due Date",
|
||||
"taskSettings_duePicker": "Choose a due date",
|
||||
|
||||
"tasksWidget_overdue": "Overdue!",
|
||||
|
||||
"tasksWidget_deleteDone": "Delete completed tasks",
|
||||
"tasksWidget_rescheduleOverdue": "Reschedule overdue tasks",
|
||||
|
||||
|
||||
"timerWidget_defaultName": "Focus Timer",
|
||||
"timerWidget_buttonStart": "Start",
|
||||
"timerWidget_buttonPause": "Stop",
|
||||
"timerWidget_buttonContinue": "Continue",
|
||||
"timerWidget_buttonReset": "Reset",
|
||||
|
||||
"timerWidgetSettings_duration": "Daily Goal",
|
||||
|
||||
"timerWidget_current": "Current",
|
||||
"timerWidget_goal": "Goal",
|
||||
|
||||
"timerWidget_pausedForEdit": "Timer must be paused before editing!"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue