Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Platform
Commits
493f033d
Unverified
Commit
493f033d
authored
Sep 18, 2017
by
Nicolas Widart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding translations
parent
c4deb0b8
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
0 deletions
+9
-0
core.php
Modules/Translation/Resources/lang/core/en/core.php
+1
-0
core.php
Modules/Translation/Resources/lang/core/fr/core.php
+1
-0
core.php
Modules/Translation/Resources/lang/core/nl/core.php
+1
-0
pages.php
Modules/Translation/Resources/lang/page/en/pages.php
+2
-0
pages.php
Modules/Translation/Resources/lang/page/fr/pages.php
+2
-0
pages.php
Modules/Translation/Resources/lang/page/nl/pages.php
+2
-0
No files found.
Modules/Translation/Resources/lang/core/en/core.php
View file @
493f033d
...
...
@@ -78,4 +78,5 @@ return [
'something went wrong'
=>
'Whoops! Something went wrong.'
,
'mark as online'
=>
'Mark as online'
,
'mark as offline'
=>
'Mark as offline'
,
'back to backend'
=>
'Back to backend'
,
];
Modules/Translation/Resources/lang/core/fr/core.php
View file @
493f033d
...
...
@@ -65,4 +65,5 @@ return [
'something went wrong'
=>
'Whoops! Il y a eu une erreur.'
,
'mark as online'
=>
'Marquer comme étant en-ligne'
,
'mark as offline'
=>
'Marquer comme étant hors-ligne'
,
'back to backend'
=>
'Retour vers backoffice'
,
];
Modules/Translation/Resources/lang/core/nl/core.php
View file @
493f033d
...
...
@@ -64,4 +64,5 @@ return [
'something went wrong'
=>
'Whoops! Er iets misgegaan.'
,
'mark as online'
=>
'Markeer als online'
,
'mark as offline'
=>
'Markeer als offline'
,
'back to backend'
=>
'Terug naar de backend'
,
];
Modules/Translation/Resources/lang/page/en/pages.php
View file @
493f033d
...
...
@@ -27,6 +27,8 @@ return [
'edit resource'
=>
'Edit pages'
,
'destroy resource'
=>
'Delete pages'
,
'view-page'
=>
'View page'
,
'edit-page'
=>
'Edit page'
,
'validation'
=>
[
'attributes'
=>
[
'title'
=>
'title'
,
...
...
Modules/Translation/Resources/lang/page/fr/pages.php
View file @
493f033d
...
...
@@ -21,6 +21,8 @@ return [
'status'
=>
'Status'
,
'pages were updated'
=>
'Les pages ont été modifiées'
,
'view-page'
=>
'Voir la page'
,
'edit-page'
=>
'Editez la page'
,
'validation'
=>
[
'attributes'
=>
[
'title'
=>
'titre'
,
...
...
Modules/Translation/Resources/lang/page/nl/pages.php
View file @
493f033d
...
...
@@ -20,6 +20,8 @@ return [
'status'
=>
'Status'
,
'pages were updated'
=>
'De paginas werden gewijzigd'
,
'view-page'
=>
'De pagina bekijken'
,
'edit-page'
=>
'De pagina bewerken'
,
'validation'
=>
[
'attributes'
=>
[
'title'
=>
'titel'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment