-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 🗣️ update English and French translations
- Loading branch information
Showing
7 changed files
with
648 additions
and
322 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
return [ | ||
'accept' => 'Accept', | ||
'action' => 'Action', | ||
'actions' => 'Actions', | ||
'add' => 'Add', | ||
'admin' => 'Admin', | ||
'agree' => 'Agree', | ||
'archive' => 'Archive', | ||
'assign' => 'Assign', | ||
'associate' => 'Associate', | ||
'attach' => 'Attach', | ||
'browse' => 'Browse', | ||
'cancel' => 'Cancel', | ||
'choose' => 'Choose', | ||
'choose_file' => 'Choose File', | ||
'choose_image' => 'Choose Image', | ||
'click_to_copy' => 'Click to copy', | ||
'close' => 'Close', | ||
'collapse' => 'Collapse', | ||
'collapse_all' => 'Collapse All', | ||
'comment' => 'Comment', | ||
'confirm' => 'Confirm', | ||
'connect' => 'Connect', | ||
'create' => 'Create', | ||
'delete' => 'Delete', | ||
'detach' => 'Detach', | ||
'details' => 'Details', | ||
'disable' => 'Disable', | ||
'discard' => 'Discard', | ||
'done' => 'Done', | ||
'down' => 'Down', | ||
'duplicate' => 'Duplicate', | ||
'edit' => 'Edit', | ||
'enable' => 'Enable', | ||
'expand' => 'Expand', | ||
'expand_all' => 'Expand All', | ||
'explanation' => 'Explanation', | ||
'export' => 'Export', | ||
'file' => 'File', | ||
'files' => 'Files', | ||
'go_home' => 'Go Home', | ||
'hide' => 'Hide', | ||
'home' => 'Home', | ||
'image' => 'Image', | ||
'impersonate' => 'Impersonate', | ||
'impersonation' => 'Impersonation', | ||
'import' => 'Import', | ||
'introduction' => 'Introduction', | ||
'like' => 'Like', | ||
'load' => 'Load', | ||
'localize' => 'Localize', | ||
'log_in' => 'Log In', | ||
'log_out' => 'Log Out', | ||
'named' => [ | ||
'add' => 'Add :name', | ||
'choose' => 'Choose :name', | ||
'create' => 'Create :name', | ||
'delete' => 'Delete :name', | ||
'duplicate' => 'Duplicate :name', | ||
'edit' => 'Edit :name', | ||
'export' => 'Export :name', | ||
'hide' => 'Hide :name', | ||
'import' => 'Import :name', | ||
'new' => 'New :name', | ||
'restore' => 'Restore :name', | ||
'save' => 'Save :name', | ||
'search' => 'Search :name', | ||
'show' => 'Show :name', | ||
'update' => 'Update :name', | ||
'view' => 'View :name', | ||
], | ||
'new' => 'New', | ||
'no' => 'No', | ||
'open' => 'Open', | ||
'open_website' => 'Open on the website', | ||
'preview' => 'Preview', | ||
'price' => 'Price', | ||
'record' => 'Record', | ||
'restore' => 'Restore', | ||
'save' => 'Save', | ||
'save_and_close' => 'Save & Close', | ||
'save_and_return' => 'Save & Return', | ||
'search' => 'Search', | ||
'select' => 'Select', | ||
'select_all' => 'Select All', | ||
'send' => 'Send', | ||
'settings' => 'Settings', | ||
'show' => 'Show', | ||
'show_all' => 'Show All', | ||
'sign_in' => 'Sign In', | ||
'solve' => 'Solve', | ||
'start' => 'Start', | ||
'stop' => 'Stop', | ||
'submit' => 'Submit', | ||
'subscribe' => 'Subscribe', | ||
'switch' => 'Switch', | ||
'switch_to_role' => 'Switch To Role', | ||
'tag' => 'Tag', | ||
'tags' => 'Tags', | ||
'target_link' => [ | ||
'blank' => 'Open in a new window', | ||
'parent' => 'Open in a parent frame', | ||
'self' => 'Open in a current window', | ||
'top' => 'Open in the topmost frame', | ||
], | ||
'translate' => 'Translate', | ||
'translate_it' => 'Translate It', | ||
'unpack' => 'Unpack', | ||
'unsubscribe' => 'Unsubscribe', | ||
'up' => 'Up', | ||
'update' => 'Update', | ||
'user' => 'User', | ||
'view' => 'View', | ||
'yes' => 'Yes', | ||
]; |
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.