Skip to content

Commit 8dd3b79

Browse files
author
Crowdin Bot
committed
Automatically update translation keys
1 parent 3557185 commit 8dd3b79

33 files changed

Lines changed: 756 additions & 129 deletions

src/i18n/org/opencastproject/adminui/languages/lang-am_ET.json

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,12 @@
151151
"HOTKEY_CHEAT_SHEET": "Keyboard Shortcuts",
152152
"ADOPTER_REGISTRATION": "Adopter Registration"
153153
},
154+
"EMBEDDING_CODE": {
155+
"DESCRIPTION": "Generate an embed code of the desired size by clicking on the respective button",
156+
"GENERATE_TOOLTIP": "Generate an embed code of size {{ size }}",
157+
"EMBEDD_CODE_TEXTAREA_ARIA": "This text field holds a generated embed code for copying.",
158+
"COPY_BUTTON_TOOLTIP": "Copies a generated embed code to your clipboard."
159+
},
154160
"NOTIFICATIONS": {
155161
"ACL_ADDED": "The access policy has been created",
156162
"ACL_NOT_SAVED": "The access policy could not be saved",
@@ -203,6 +209,7 @@
203209
"CONFLICT_ALREADY_ENDED": "Scheduling error: The event has already ended.",
204210
"CONFLICT_END_BEFORE_START": "Scheduling error: Schedule end has to be later than the start.",
205211
"CONFLICT_IN_THE_PAST": "The schedule could not be updated: You cannot schedule an event to be in the past.",
212+
"CONFLICT_RANGE_DAYS": "At least one repeat day must be within the scheduled date range.",
206213
"INVALID_ACL_RULES": "Rules have to contain a valid role and read or\/and write right(s).",
207214
"MISSING_ACL_RULES": "At least one role with Read and Write permissions is required!",
208215
"SAVED_ACL_RULES": "The access rules have been saved.",
@@ -640,6 +647,7 @@
640647
"PUBLISHED": "Published",
641648
"WEEKDAY": "Weekday",
642649
"ADMINUI_NOTES": "Notes",
650+
"LANGUAGE": "Language",
643651
"TOOLTIP": {
644652
"ASSETS": "Open asset details",
645653
"START": "Filter for this start date",
@@ -654,7 +662,8 @@
654662
"COMMENTS": "View comments",
655663
"PAUSED_WORKFLOW": "View paused workflow",
656664
"PLAYER": "Open player",
657-
"PRESENTER": "Filter for this presenter"
665+
"PRESENTER": "Filter for this presenter",
666+
"LANGUAGE": "Filter for this language"
658667
},
659668
"SELECT_ALL": "Select all events",
660669
"SELECT_EVENT": "Select event \"{{title}}\""
@@ -1216,12 +1225,14 @@
12161225
"ADDITIONAL_ACTIONS": "Additional Actions",
12171226
"ACTION": "Actions",
12181227
"NEW": "New policy",
1228+
"DETAILS": "Details",
1229+
"REPLACE_EVENT_ACLS": "Save series and overwrite event permissions",
1230+
"REPLACE_EVENT_ACLS_HINT": "Save the series permissions and overwrite the permissions for all events in this series.",
1231+
"SAVE_SERIES_ACL_ONLY": "Save series permission",
12191232
"NON_USER_ROLES": "Roles and Groups authorized for the series",
12201233
"USER": "User",
12211234
"USERS": "Users who are authorized for the series",
12221235
"NEW_USER": "New user",
1223-
"REPLACE_EVENT_ACLS": "Update series permissions",
1224-
"REPLACE_EVENT_ACLS_HINT": "Ensure all events of this series have these permissions in effect",
12251236
"LOAD_MORE_LIMIT": "policies shown.",
12261237
"LOAD_MORE_LINK": "Load more"
12271238
},
@@ -1349,6 +1360,7 @@
13491360
"PROVIDER": "Provider",
13501361
"ACTION": "Actions",
13511362
"TOOLTIP": {
1363+
"ROLES": "Filter for this role",
13521364
"DELETE": "Delete user",
13531365
"DETAILS": "Open user details"
13541366
}
@@ -2076,6 +2088,8 @@
20762088
"SERIES_VIEW": "Series",
20772089
"NEW_EVENT": "Add event",
20782090
"NEW_SERIES": "Add series",
2091+
"NEXT_PANEL": "Go to next pane",
2092+
"PREVIOUS_PANEL": "Go to previous pane",
20792093
"CHEAT_SHEET": "Keyboard shortcuts",
20802094
"CLOSE_MODAL": "Close dialog"
20812095
}
@@ -2151,5 +2165,10 @@
21512165
"IMPRINT": "Imprint",
21522166
"PRIVACY": "Privacy statement",
21532167
"NOCONTENT": "Content not available"
2168+
},
2169+
"TERMS": {
2170+
"TITLE": "Terms of use",
2171+
"NOCONTENT": "Content not available",
2172+
"AGREE": "I have read and agree to the terms of use"
21542173
}
21552174
}

src/i18n/org/opencastproject/adminui/languages/lang-cs_CZ.json

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,12 @@
151151
"HOTKEY_CHEAT_SHEET": "Keyboard Shortcuts",
152152
"ADOPTER_REGISTRATION": "Adopter Registration"
153153
},
154+
"EMBEDDING_CODE": {
155+
"DESCRIPTION": "Generate an embed code of the desired size by clicking on the respective button",
156+
"GENERATE_TOOLTIP": "Generate an embed code of size {{ size }}",
157+
"EMBEDD_CODE_TEXTAREA_ARIA": "This text field holds a generated embed code for copying.",
158+
"COPY_BUTTON_TOOLTIP": "Copies a generated embed code to your clipboard."
159+
},
154160
"NOTIFICATIONS": {
155161
"ACL_ADDED": "The access policy has been created",
156162
"ACL_NOT_SAVED": "The access policy could not be saved",
@@ -203,6 +209,7 @@
203209
"CONFLICT_ALREADY_ENDED": "Scheduling error: The event has already ended.",
204210
"CONFLICT_END_BEFORE_START": "Scheduling error: Schedule end has to be later than the start.",
205211
"CONFLICT_IN_THE_PAST": "The schedule could not be updated: You cannot schedule an event to be in the past.",
212+
"CONFLICT_RANGE_DAYS": "At least one repeat day must be within the scheduled date range.",
206213
"INVALID_ACL_RULES": "Rules have to contain a valid role and read or\/and write right(s).",
207214
"MISSING_ACL_RULES": "At least one role with Read and Write permissions is required!",
208215
"SAVED_ACL_RULES": "The access rules have been saved.",
@@ -640,6 +647,7 @@
640647
"PUBLISHED": "Published",
641648
"WEEKDAY": "Weekday",
642649
"ADMINUI_NOTES": "Notes",
650+
"LANGUAGE": "Language",
643651
"TOOLTIP": {
644652
"ASSETS": "Open asset details",
645653
"START": "Filter for this start date",
@@ -654,7 +662,8 @@
654662
"COMMENTS": "View comments",
655663
"PAUSED_WORKFLOW": "View paused workflow",
656664
"PLAYER": "Open player",
657-
"PRESENTER": "Filter for this presenter"
665+
"PRESENTER": "Filter for this presenter",
666+
"LANGUAGE": "Filter for this language"
658667
},
659668
"SELECT_ALL": "Select all events",
660669
"SELECT_EVENT": "Select event \"{{title}}\""
@@ -1216,12 +1225,14 @@
12161225
"ADDITIONAL_ACTIONS": "Additional Actions",
12171226
"ACTION": "Actions",
12181227
"NEW": "New policy",
1228+
"DETAILS": "Details",
1229+
"REPLACE_EVENT_ACLS": "Save series and overwrite event permissions",
1230+
"REPLACE_EVENT_ACLS_HINT": "Save the series permissions and overwrite the permissions for all events in this series.",
1231+
"SAVE_SERIES_ACL_ONLY": "Save series permission",
12191232
"NON_USER_ROLES": "Roles and Groups authorized for the series",
12201233
"USER": "User",
12211234
"USERS": "Users who are authorized for the series",
12221235
"NEW_USER": "New user",
1223-
"REPLACE_EVENT_ACLS": "Update series permissions",
1224-
"REPLACE_EVENT_ACLS_HINT": "Ensure all events of this series have these permissions in effect",
12251236
"LOAD_MORE_LIMIT": "policies shown.",
12261237
"LOAD_MORE_LINK": "Load more"
12271238
},
@@ -1349,6 +1360,7 @@
13491360
"PROVIDER": "Provider",
13501361
"ACTION": "Actions",
13511362
"TOOLTIP": {
1363+
"ROLES": "Filter for this role",
13521364
"DELETE": "Delete user",
13531365
"DETAILS": "Open user details"
13541366
}
@@ -2076,6 +2088,8 @@
20762088
"SERIES_VIEW": "Series",
20772089
"NEW_EVENT": "Add event",
20782090
"NEW_SERIES": "Add series",
2091+
"NEXT_PANEL": "Go to next pane",
2092+
"PREVIOUS_PANEL": "Go to previous pane",
20792093
"CHEAT_SHEET": "Keyboard shortcuts",
20802094
"CLOSE_MODAL": "Close dialog"
20812095
}
@@ -2151,5 +2165,10 @@
21512165
"IMPRINT": "Imprint",
21522166
"PRIVACY": "Privacy statement",
21532167
"NOCONTENT": "Content not available"
2168+
},
2169+
"TERMS": {
2170+
"TITLE": "Terms of use",
2171+
"NOCONTENT": "Content not available",
2172+
"AGREE": "I have read and agree to the terms of use"
21542173
}
21552174
}

src/i18n/org/opencastproject/adminui/languages/lang-da_DK.json

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,12 @@
151151
"HOTKEY_CHEAT_SHEET": "Keyboard Shortcuts",
152152
"ADOPTER_REGISTRATION": "Adopter Registration"
153153
},
154+
"EMBEDDING_CODE": {
155+
"DESCRIPTION": "Generate an embed code of the desired size by clicking on the respective button",
156+
"GENERATE_TOOLTIP": "Generate an embed code of size {{ size }}",
157+
"EMBEDD_CODE_TEXTAREA_ARIA": "This text field holds a generated embed code for copying.",
158+
"COPY_BUTTON_TOOLTIP": "Copies a generated embed code to your clipboard."
159+
},
154160
"NOTIFICATIONS": {
155161
"ACL_ADDED": "The access policy has been created",
156162
"ACL_NOT_SAVED": "The access policy could not be saved",
@@ -203,6 +209,7 @@
203209
"CONFLICT_ALREADY_ENDED": "Scheduling error: The event has already ended.",
204210
"CONFLICT_END_BEFORE_START": "Scheduling error: Schedule end has to be later than the start.",
205211
"CONFLICT_IN_THE_PAST": "The schedule could not be updated: You cannot schedule an event to be in the past.",
212+
"CONFLICT_RANGE_DAYS": "At least one repeat day must be within the scheduled date range.",
206213
"INVALID_ACL_RULES": "Rules have to contain a valid role and read or\/and write right(s).",
207214
"MISSING_ACL_RULES": "At least one role with Read and Write permissions is required!",
208215
"SAVED_ACL_RULES": "The access rules have been saved.",
@@ -640,6 +647,7 @@
640647
"PUBLISHED": "Published",
641648
"WEEKDAY": "Weekday",
642649
"ADMINUI_NOTES": "Notes",
650+
"LANGUAGE": "Language",
643651
"TOOLTIP": {
644652
"ASSETS": "Open asset details",
645653
"START": "Filter for this start date",
@@ -654,7 +662,8 @@
654662
"COMMENTS": "View comments",
655663
"PAUSED_WORKFLOW": "View paused workflow",
656664
"PLAYER": "Open player",
657-
"PRESENTER": "Filter for this presenter"
665+
"PRESENTER": "Filter for this presenter",
666+
"LANGUAGE": "Filter for this language"
658667
},
659668
"SELECT_ALL": "Select all events",
660669
"SELECT_EVENT": "Select event \"{{title}}\""
@@ -1216,12 +1225,14 @@
12161225
"ADDITIONAL_ACTIONS": "Additional Actions",
12171226
"ACTION": "Actions",
12181227
"NEW": "New policy",
1228+
"DETAILS": "Details",
1229+
"REPLACE_EVENT_ACLS": "Save series and overwrite event permissions",
1230+
"REPLACE_EVENT_ACLS_HINT": "Save the series permissions and overwrite the permissions for all events in this series.",
1231+
"SAVE_SERIES_ACL_ONLY": "Save series permission",
12191232
"NON_USER_ROLES": "Roles and Groups authorized for the series",
12201233
"USER": "User",
12211234
"USERS": "Users who are authorized for the series",
12221235
"NEW_USER": "New user",
1223-
"REPLACE_EVENT_ACLS": "Update series permissions",
1224-
"REPLACE_EVENT_ACLS_HINT": "Ensure all events of this series have these permissions in effect",
12251236
"LOAD_MORE_LIMIT": "policies shown.",
12261237
"LOAD_MORE_LINK": "Load more"
12271238
},
@@ -1349,6 +1360,7 @@
13491360
"PROVIDER": "Provider",
13501361
"ACTION": "Actions",
13511362
"TOOLTIP": {
1363+
"ROLES": "Filter for this role",
13521364
"DELETE": "Delete user",
13531365
"DETAILS": "Open user details"
13541366
}
@@ -2076,6 +2088,8 @@
20762088
"SERIES_VIEW": "Series",
20772089
"NEW_EVENT": "Add event",
20782090
"NEW_SERIES": "Add series",
2091+
"NEXT_PANEL": "Go to next pane",
2092+
"PREVIOUS_PANEL": "Go to previous pane",
20792093
"CHEAT_SHEET": "Keyboard shortcuts",
20802094
"CLOSE_MODAL": "Close dialog"
20812095
}
@@ -2151,5 +2165,10 @@
21512165
"IMPRINT": "Imprint",
21522166
"PRIVACY": "Privacy statement",
21532167
"NOCONTENT": "Content not available"
2168+
},
2169+
"TERMS": {
2170+
"TITLE": "Terms of use",
2171+
"NOCONTENT": "Content not available",
2172+
"AGREE": "I have read and agree to the terms of use"
21542173
}
21552174
}

src/i18n/org/opencastproject/adminui/languages/lang-de_DE.json

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,12 @@
151151
"HOTKEY_CHEAT_SHEET": "Tastenkürzel",
152152
"ADOPTER_REGISTRATION": "Adopter Registrierung"
153153
},
154+
"EMBEDDING_CODE": {
155+
"DESCRIPTION": "Generate an embed code of the desired size by clicking on the respective button",
156+
"GENERATE_TOOLTIP": "Generate an embed code of size {{ size }}",
157+
"EMBEDD_CODE_TEXTAREA_ARIA": "This text field holds a generated embed code for copying.",
158+
"COPY_BUTTON_TOOLTIP": "Copies a generated embed code to your clipboard."
159+
},
154160
"NOTIFICATIONS": {
155161
"ACL_ADDED": "Die Zugriffsrichtlinie wurde erstellt",
156162
"ACL_NOT_SAVED": "Die Zugriffsrichtlinie konnte nicht gespeichert werden",
@@ -203,6 +209,7 @@
203209
"CONFLICT_ALREADY_ENDED": "Planungs-Fehler: Das Video endete bereits.",
204210
"CONFLICT_END_BEFORE_START": "Planungs-Fehler: Der Endzeitpunkt des Ereignisses muss nach dem Startzeitpunkt liegen.",
205211
"CONFLICT_IN_THE_PAST": "Die Planung konnte nicht aktualisiert werden: Sie können ein Video nicht in der Vergangenheit planen.",
212+
"CONFLICT_RANGE_DAYS": "At least one repeat day must be within the scheduled date range.",
206213
"INVALID_ACL_RULES": "Regeln müssen eine gültige Rolle und Lese-\/Schreibrechte enthalten.",
207214
"MISSING_ACL_RULES": "Es ist mindestens eine Rolle mit Lese- und Schreibberechtigungen erforderlich!",
208215
"SAVED_ACL_RULES": "Die Zugriffsregeln wurden gespeichert.",
@@ -640,6 +647,7 @@
640647
"PUBLISHED": "Veröffentlicht",
641648
"WEEKDAY": "Wochentag",
642649
"ADMINUI_NOTES": "Notes",
650+
"LANGUAGE": "Sprache",
643651
"TOOLTIP": {
644652
"ASSETS": "Anlagedetails öffnen",
645653
"START": "Nach diesem Startdatum filtern",
@@ -654,7 +662,8 @@
654662
"COMMENTS": "Kommentare ansehen",
655663
"PAUSED_WORKFLOW": "Angehaltenen Workflow anzeigen",
656664
"PLAYER": "Im Player öffnen",
657-
"PRESENTER": "Nach diesem Vortragenden filtern"
665+
"PRESENTER": "Nach diesem Vortragenden filtern",
666+
"LANGUAGE": "Filter for this language"
658667
},
659668
"SELECT_ALL": "Alle Aufzeichnungen auswählen",
660669
"SELECT_EVENT": "Aufzeichnung „{{title}}“ auswählen"
@@ -898,7 +907,7 @@
898907
"ACTION": "Aktionen",
899908
"NEW": "Neue Richtlinie",
900909
"NON_USER_ROLES": "Roles and Groups authorized for the event",
901-
"USER": "User",
910+
"USER": "Benutzer",
902911
"USERS": "Users who are authorized for the event",
903912
"NEW_USER": "New user",
904913
"SANITIZATION_NOTE": "User role sanitization is enabled in your Opencast, therefore user roles are displayed alongside other roles. This does not impact role functionality in any way."
@@ -1216,12 +1225,14 @@
12161225
"ADDITIONAL_ACTIONS": "Weitere Aktionen",
12171226
"ACTION": "Aktionen",
12181227
"NEW": "Neue Richtlinie",
1228+
"DETAILS": "Details",
1229+
"REPLACE_EVENT_ACLS": "Save series and overwrite event permissions",
1230+
"REPLACE_EVENT_ACLS_HINT": "Save the series permissions and overwrite the permissions for all events in this series.",
1231+
"SAVE_SERIES_ACL_ONLY": "Save series permission",
12191232
"NON_USER_ROLES": "Roles and Groups authorized for the series",
1220-
"USER": "User",
1233+
"USER": "Benutzer",
12211234
"USERS": "Users who are authorized for the series",
12221235
"NEW_USER": "New user",
1223-
"REPLACE_EVENT_ACLS": "Zugriffsrechte der Serie aktualisieren",
1224-
"REPLACE_EVENT_ACLS_HINT": "Sicherstellen, dass alle Videos dieser Serie genau diese Zugriffsrechte haben",
12251236
"LOAD_MORE_LIMIT": "angezeigte Richtlinien.",
12261237
"LOAD_MORE_LINK": "Mehr laden"
12271238
},
@@ -1349,6 +1360,7 @@
13491360
"PROVIDER": "Anbieter",
13501361
"ACTION": "Aktionen",
13511362
"TOOLTIP": {
1363+
"ROLES": "Filter for this role",
13521364
"DELETE": "Benutzer löschen",
13531365
"DETAILS": "Nutzerdetails anzeigen"
13541366
}
@@ -1480,7 +1492,7 @@
14801492
"NEW": "Neue Richtlinie",
14811493
"NON_USER_ROLES": "Roles and Groups authorized for the access policy",
14821494
"DESCRIPTION": "Bitte wählen Sie eine vordefinierten Richtlinie aus oder fügen Sie eine neue Richtlinie hinzu",
1483-
"USER": "User",
1495+
"USER": "Benutzer",
14841496
"USERS": "Users who are authorized for the access policy",
14851497
"NEW_USER": "New user"
14861498
},
@@ -2076,6 +2088,8 @@
20762088
"SERIES_VIEW": "Serien",
20772089
"NEW_EVENT": "Video hinzufügen",
20782090
"NEW_SERIES": "Serie hinzufügen",
2091+
"NEXT_PANEL": "Go to next pane",
2092+
"PREVIOUS_PANEL": "Go to previous pane",
20792093
"CHEAT_SHEET": "Tastenkürzel",
20802094
"CLOSE_MODAL": "Dialog schließen"
20812095
}
@@ -2151,5 +2165,10 @@
21512165
"IMPRINT": "Impressum",
21522166
"PRIVACY": "Datenschutzerklärung",
21532167
"NOCONTENT": "Inhalt nicht verfügbar"
2168+
},
2169+
"TERMS": {
2170+
"TITLE": "Terms of use",
2171+
"NOCONTENT": "Inhalt nicht verfügbar",
2172+
"AGREE": "I have read and agree to the terms of use"
21542173
}
21552174
}

0 commit comments

Comments
 (0)