-
-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathintl_en.arb
More file actions
91 lines (91 loc) · 3.46 KB
/
intl_en.arb
File metadata and controls
91 lines (91 loc) · 3.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"@@locale": "en",
"addExercise": "Add exercise",
"addRest": "Add rest",
"addSet": "Add Set",
"addWorkout": "Add workout",
"announceUpcomingExercise": "Announce upcoming exercise",
"AnnounceUpcomingExerciseDesc": "When TTS is enabled, announce the upcoming exercise",
"backup": "Backup",
"cancel": "Cancel",
"countRepetitions": "{count} repetitions",
"currentSet": "Current set",
"delete": "Delete",
"deleteConfirmation": "Would you like to delete the workout \"{title}\"?",
"deleteExercise": "Delete exercise",
"deleteSet": "Delete set",
"deleteWorkout": "Delete workout",
"shareWorkout": "Share workout",
"duplicate": "Duplicate",
"durationLeft": "{timeLeft} of {timeTotal} left",
"durationWithTime": "Duration: {formattedTime}",
"editSetName" : "Edit set name",
"editWorkout": "Edit workout",
"enterWorkoutName": "Please enter a name for the workout!",
"exercise": "Exercise",
"exerciseOf": "Exercise {currentIndex} of {total}",
"exitCheck": "Are you sure you want to exit?",
"export": "Export all workouts",
"firstExercise": "First: {name}",
"general": "General",
"halfwayDone": "Halfway done",
"import": "Import a backup",
"importedCount": "Imported {count} workouts",
"keepScreenAwake": "Keep screen awake",
"language": "Language",
"licenses": "Licenses",
"moveExerciseDown": "Move exercise down",
"moveExerciseUp": "Move exercise up",
"moveSetDown": "Move set down",
"moveSetUp": "Move set up",
"name": "Name",
"nextExercise": "Next: {name}",
"nextSet": "Next set",
"no": "No",
"noSound": "No sound effects",
"noSoundDesc": "Mute all sound output",
"ossLicenses": "Open Source Licenses",
"overwriteExistingWorkout": "Overwrite existing workout?",
"playTickEverySecond": "Play tick every second",
"repetitions": "Repetitions:",
"repOf": "Repetition {currentIndex} of {total}",
"reportIssuesOrRequestAFeature": "Report issues or request a feature",
"rest": "Rest",
"saved": "Saved",
"saveWorkout": "Save workout",
"setIndex": "Set {number}",
"setOf": "Set {currentIndex} of {total}",
"settingHalfway": "Play sound or announcement halfway during exercise",
"settings": "Settings",
"soundOutput": "Sound output",
"spinnerStep": "Editor time granularity",
"startWorkout": "Start workout",
"tapToEdit": "Tap to edit",
"title": "Just Another Workout Timer",
"tts": "Text-to-Speech (TTS)",
"ttsLang": "TTS Language",
"ttsLangDesc": "Select a language\n(only when TTS is enabled)",
"ttsVoice": "TTS Voice (experimental)",
"ttsVoiceDesc": "Select a voice for TTS",
"ttsEngine": "TTS Engine (experimental)",
"ttsEngineDesc": "Select an engine for TTS",
"voice": "Voice",
"useSound": "Use sound effects",
"useSoundDesc": "Use simple sounds to indicate starts and endings of exercises",
"useTTS": "Use Text-to-Speech",
"useTTSDesc": "Announce current and upcoming exercises",
"viewLicense": "View License",
"viewOnGithub": "View on GitHub",
"viewOSSLicenses": "View Open Source Licenses",
"workoutComplete": "Workout complete",
"workouts": "Workouts",
"yes": "Yes",
"yesExit": "Yes, exit",
"expanded_setlist": "Expanded set list",
"expanded_setlist_info": "Always show full set",
"seconds": "Seconds",
"theme": "Theme",
"theme_dark": "Dark",
"theme_light": "Light",
"theme_system": "System"
}