forked from rrze-mmz/Tides
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request rrze-mmz#158 from rrze-mmz/152-update-translations…
…-for-backend Start clip backend pages translations
- Loading branch information
Showing
12 changed files
with
218 additions
and
139 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?php | ||
|
||
return [ | ||
'common' => [ | ||
'camera' => 'Kamera', | ||
'slides' => 'Folien', | ||
'sbs' => 'Nebeneinander', | ||
], | ||
'frontend' => [ | ||
|
||
], | ||
'backend' => [ | ||
'quick links' => 'Schnelle Links', | ||
'livestream info' => 'Livestream-Informationen', | ||
'preview image' => 'Vorschaubild', | ||
'load different video assets' => 'Verschiedene Videoressourcen laden', | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?php | ||
|
||
return [ | ||
'common' => [ | ||
'camera' => 'Camera', | ||
'slides' => 'Slides', | ||
'sbs' => 'Side By Side', | ||
], | ||
'frontend' => [ | ||
|
||
], | ||
'backend' => [ | ||
'quick links' => 'Quick Links', | ||
'livestream info' => 'Live Stream Info', | ||
'preview image' => 'Preview Image', | ||
'load different video assets' => 'Load Different Video Assets', | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.