Skip to content

Commit

Permalink
Translations
Browse files Browse the repository at this point in the history
  • Loading branch information
ilestis committed Jan 9, 2025
1 parent 4a883aa commit afe8abf
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 10 deletions.
4 changes: 2 additions & 2 deletions lang/en/maps/markers.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
'delete' => [
'success' => 'Marker :name deleted.',
],
'details' => [
'from-entity' => 'From entity'
'details' => [
'from-entity' => 'From entity',
],
'edit' => [
'success' => 'Marker :name updated.',
Expand Down
2 changes: 1 addition & 1 deletion lang/en/timelines.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
'show' => [
'tabs' => [
'reorder-elements' => 'Reorder elements',
'reorder-elements' => 'Reorder elements',
],
],
];
10 changes: 5 additions & 5 deletions lang/en/visibilities.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?php

return [
'title' => 'Updating visibility',
'toast' => 'Successfully updated visibility.',
'tooltip' => 'Click to learn about the various visibility options.',
'helpers' => [
'helpers' => [
'admin' => 'Only the campaign admins can view this element.',
'admin-self' => 'Only you and the campaign admins can view this element.',
'all' => 'Everyone can view this element.',
'members' => 'Only members of the campaign can view this element.',
'self' => 'Only you can see this element.',
]
],
'title' => 'Updating visibility',
'toast' => 'Successfully updated visibility.',
'tooltip' => 'Click to learn about the various visibility options.',
];
3 changes: 3 additions & 0 deletions lang/fr/maps/markers.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
'delete' => [
'success' => 'Marqueur :name supprimé.',
],
'details' => [
'from-entity' => 'De l\'entité',
],
'edit' => [
'success' => 'Marqueur :name modifié.',
'title' => 'Modifier le marqueur :name',
Expand Down
2 changes: 1 addition & 1 deletion lang/fr/timelines.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
'show' => [
'tabs' => [
'reorder' => 'Réordonner',
'reorder-elements' => 'Réordonner les éléments',
],
],
'timelines' => [],
Expand Down
8 changes: 7 additions & 1 deletion lang/fr/visibilities.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<?php

return [
'helpers' => [],
'helpers' => [
'admin' => 'Seuls les administrateurs de la campagne peuvent visualiser cet élément.',
'admin-self' => 'Toi et les administrateurs de la campagne êtes les seuls à pouvoir visualiser cet élément.',
'all' => 'Tout le monde peut voir cet élément.',
'members' => 'Seuls les membres de la campagne peuvent voir cet élément.',
'self' => 'Tu es le seul à voir cet élément.',
],
'title' => 'Mise à jour de la visibilité',
'toast' => 'Visibilité modifiée.',
'tooltip' => 'Cliquer pour connaître les options de visibilité.',
Expand Down

0 comments on commit afe8abf

Please sign in to comment.