Skip to content

Commit

Permalink
translations: Add new strings
Browse files Browse the repository at this point in the history
  • Loading branch information
VampireChicken12 committed Jan 22, 2024
1 parent d11de5d commit b98b677
Show file tree
Hide file tree
Showing 16 changed files with 894 additions and 206 deletions.
51 changes: 47 additions & 4 deletions public/locales/ca-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,21 @@
"label": "Feature menu"
},
"loopButton": {
"label": "Loop"
"label": "Loop",
"toggle": {
"off": "Loop off",
"on": "Loop on"
}
},
"maximizePlayerButton": {
"label": "Maximize"
"label": "Maximize",
"toggle": {
"off": "Maximize off",
"on": "Maximize on"
}
},
"openTranscriptButton": {
"label": "Open Transcript"
"label": "Open transcript"
},
"screenshotButton": {
"copiedToClipboard": "Screenshot copied to clipboard",
Expand All @@ -31,7 +39,11 @@
}
},
"volumeBoostButton": {
"label": "Volume Boost"
"label": "Volume Boost",
"toggle": {
"off": "Volume boost off",
"on": "Volume boost on"
}
}
}
},
Expand Down Expand Up @@ -85,6 +97,37 @@
"value": "Reset"
}
},
"buttonPlacement": {
"select": {
"buttonNames": {
"loopButton": "Loop button",
"maximizePlayerButton": "Maximize button",
"openTranscriptButton": "Open Transcript button",
"screenshotButton": "Screenshot button",
"volumeBoostButton": "Volume Boost button"
},
"options": {
"below_player": {
"placement": "below the player controls",
"value": "Below Player"
},
"feature_menu": {
"placement": "in the feature menu",
"value": "Feature Menu"
},
"player_controls_left": {
"placement": "on the left side of player controls",
"value": "Left Controls"
},
"player_controls_right": {
"placement": "on the right side of player controls",
"value": "Right Controls"
}
},
"title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}"
},
"title": "Button Placement Settings"
},
"customCSS": {
"editor": {
"collapse": "Collapse Editor",
Expand Down
51 changes: 47 additions & 4 deletions public/locales/cs-CZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,21 @@
"label": "Feature menu"
},
"loopButton": {
"label": "Loop"
"label": "Loop",
"toggle": {
"off": "Loop off",
"on": "Loop on"
}
},
"maximizePlayerButton": {
"label": "Maximize"
"label": "Maximize",
"toggle": {
"off": "Maximize off",
"on": "Maximize on"
}
},
"openTranscriptButton": {
"label": "Open Transcript"
"label": "Open transcript"
},
"screenshotButton": {
"copiedToClipboard": "Screenshot copied to clipboard",
Expand All @@ -31,7 +39,11 @@
}
},
"volumeBoostButton": {
"label": "Volume Boost"
"label": "Volume Boost",
"toggle": {
"off": "Volume boost off",
"on": "Volume boost on"
}
}
}
},
Expand Down Expand Up @@ -85,6 +97,37 @@
"value": "Reset"
}
},
"buttonPlacement": {
"select": {
"buttonNames": {
"loopButton": "Loop button",
"maximizePlayerButton": "Maximize button",
"openTranscriptButton": "Open Transcript button",
"screenshotButton": "Screenshot button",
"volumeBoostButton": "Volume Boost button"
},
"options": {
"below_player": {
"placement": "below the player controls",
"value": "Below Player"
},
"feature_menu": {
"placement": "in the feature menu",
"value": "Feature Menu"
},
"player_controls_left": {
"placement": "on the left side of player controls",
"value": "Left Controls"
},
"player_controls_right": {
"placement": "on the right side of player controls",
"value": "Right Controls"
}
},
"title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}"
},
"title": "Button Placement Settings"
},
"customCSS": {
"editor": {
"collapse": "Collapse Editor",
Expand Down
51 changes: 47 additions & 4 deletions public/locales/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,21 @@
"label": "Funktions-Menü"
},
"loopButton": {
"label": "Dauerschleife"
"label": "Dauerschleife",
"toggle": {
"off": "Loop off",
"on": "Loop on"
}
},
"maximizePlayerButton": {
"label": "Vergrößern"
"label": "Vergrößern",
"toggle": {
"off": "Maximize off",
"on": "Maximize on"
}
},
"openTranscriptButton": {
"label": "Open Transcript"
"label": "Open transcript"
},
"screenshotButton": {
"copiedToClipboard": "Screenshot in Zwischenablage kopiert",
Expand All @@ -31,7 +39,11 @@
}
},
"volumeBoostButton": {
"label": "Lautsärke Verstärkung"
"label": "Lautsärke Verstärkung",
"toggle": {
"off": "Volume boost off",
"on": "Volume boost on"
}
}
}
},
Expand Down Expand Up @@ -85,6 +97,37 @@
"value": "Zurücksetzen"
}
},
"buttonPlacement": {
"select": {
"buttonNames": {
"loopButton": "Loop button",
"maximizePlayerButton": "Maximize button",
"openTranscriptButton": "Open Transcript button",
"screenshotButton": "Screenshot button",
"volumeBoostButton": "Volume Boost button"
},
"options": {
"below_player": {
"placement": "below the player controls",
"value": "Below Player"
},
"feature_menu": {
"placement": "in the feature menu",
"value": "Feature Menu"
},
"player_controls_left": {
"placement": "on the left side of player controls",
"value": "Left Controls"
},
"player_controls_right": {
"placement": "on the right side of player controls",
"value": "Right Controls"
}
},
"title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}"
},
"title": "Button Placement Settings"
},
"customCSS": {
"editor": {
"collapse": "Collapse Editor",
Expand Down
49 changes: 46 additions & 3 deletions public/locales/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,18 @@
"label": "Menú de funciones"
},
"loopButton": {
"label": "Bucle"
"label": "Bucle",
"toggle": {
"off": "Loop off",
"on": "Loop on"
}
},
"maximizePlayerButton": {
"label": "Maximizar"
"label": "Maximizar",
"toggle": {
"off": "Maximize off",
"on": "Maximize on"
}
},
"openTranscriptButton": {
"label": "Abrir transcripción"
Expand All @@ -31,7 +39,11 @@
}
},
"volumeBoostButton": {
"label": "Potenciar volumen"
"label": "Potenciar volumen",
"toggle": {
"off": "Volume boost off",
"on": "Volume boost on"
}
}
}
},
Expand Down Expand Up @@ -85,6 +97,37 @@
"value": "Reestablecer"
}
},
"buttonPlacement": {
"select": {
"buttonNames": {
"loopButton": "Loop button",
"maximizePlayerButton": "Maximize button",
"openTranscriptButton": "Open Transcript button",
"screenshotButton": "Screenshot button",
"volumeBoostButton": "Volume Boost button"
},
"options": {
"below_player": {
"placement": "below the player controls",
"value": "Below Player"
},
"feature_menu": {
"placement": "in the feature menu",
"value": "Feature Menu"
},
"player_controls_left": {
"placement": "on the left side of player controls",
"value": "Left Controls"
},
"player_controls_right": {
"placement": "on the right side of player controls",
"value": "Right Controls"
}
},
"title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}"
},
"title": "Button Placement Settings"
},
"customCSS": {
"editor": {
"collapse": "Collapse Editor",
Expand Down
51 changes: 47 additions & 4 deletions public/locales/fa-IR.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,21 @@
"label": "Feature menu"
},
"loopButton": {
"label": "Loop"
"label": "Loop",
"toggle": {
"off": "Loop off",
"on": "Loop on"
}
},
"maximizePlayerButton": {
"label": "Maximize"
"label": "Maximize",
"toggle": {
"off": "Maximize off",
"on": "Maximize on"
}
},
"openTranscriptButton": {
"label": "Open Transcript"
"label": "Open transcript"
},
"screenshotButton": {
"copiedToClipboard": "Screenshot copied to clipboard",
Expand All @@ -31,7 +39,11 @@
}
},
"volumeBoostButton": {
"label": "Volume Boost"
"label": "Volume Boost",
"toggle": {
"off": "Volume boost off",
"on": "Volume boost on"
}
}
}
},
Expand Down Expand Up @@ -85,6 +97,37 @@
"value": "Reset"
}
},
"buttonPlacement": {
"select": {
"buttonNames": {
"loopButton": "Loop button",
"maximizePlayerButton": "Maximize button",
"openTranscriptButton": "Open Transcript button",
"screenshotButton": "Screenshot button",
"volumeBoostButton": "Volume Boost button"
},
"options": {
"below_player": {
"placement": "below the player controls",
"value": "Below Player"
},
"feature_menu": {
"placement": "in the feature menu",
"value": "Feature Menu"
},
"player_controls_left": {
"placement": "on the left side of player controls",
"value": "Left Controls"
},
"player_controls_right": {
"placement": "on the right side of player controls",
"value": "Right Controls"
}
},
"title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}"
},
"title": "Button Placement Settings"
},
"customCSS": {
"editor": {
"collapse": "Collapse Editor",
Expand Down
Loading

0 comments on commit b98b677

Please sign in to comment.