### JSON Translations (da) Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/da.md Provides Danish translations for various keys used in the application, including 'Admin', 'Export :name', 'Import :name', 'Start', 'Tag', and 'Tags'. This section details the keys and their corresponding Danish values. ```json { "Admin": "Admin", "Export :name": "Export :name", "Import :name": "Import :name", "Start": "Start", "Tag": "Tag", "Tags": "Tags" } ``` -------------------------------- ### Czech PHP Translations Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/cs.md This snippet displays the key-value pairs for Czech translations in PHP format. It maps keys like 'admin', 'named.export', 'start', and 'stop' to their corresponding values. Several keys are missing translations. ```php [ 'admin' => 'Admin', 'import' => 'Import', 'named.export' => 'Export :name', 'named.import' => 'Import :name', 'start' => 'Start', 'stop' => 'Stop' ] ``` -------------------------------- ### PHP Translations (da) Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/da.md Contains Danish translations for keys commonly used in PHP contexts, such as 'admin', 'named.export', 'named.import', 'start', 'tag', and 'tags'. This section maps these keys to their respective Danish string values. ```php { "admin": "Admin", "named.export": "Export :name", "named.import": "Import :name", "start": "Start", "tag": "Tag", "tags": "Tags" } ``` -------------------------------- ### JSON Translations for ku Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/ku.md This snippet shows the translation keys and their corresponding values for the Kurdish ('ku') language in JSON format. It lists keys like 'Actions', 'Admin', 'Browse', etc., and their translations. ```json { "Actions": "Actions", "Admin": "Admin", "Browse": "Browse", "Details": "Details", "Export :name": "Export :name", "Import :name": "Import :name", "Localize": "Localize", "Settings": "Settings", "Subscribe": "Subscribe", "Switch To Role": "Switch To Role", "Tag": "Tag", "Tags": "Tags" } ``` -------------------------------- ### PHP Translations Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/nn.md Shows missing translation keys for the PHP format. It includes keys such as 'admin', 'import', 'named.export', 'named.import', and 'start', along with their respective values. ```php { "admin": "Admin", "import": "Import", "named.export": "Export :name", "named.import": "Import :name", "start": "Start" } ``` -------------------------------- ### PHP Translations for ku Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/ku.md This snippet displays the translation keys and their corresponding values for the Kurdish ('ku') language in PHP format. It includes keys such as 'actions', 'admin', 'browse', and their respective translations. ```php { "actions": "Actions", "admin": "Admin", "browse": "Browse", "details": "Details", "localize": "Localize", "named.export": "Export :name", "named.import": "Import :name", "settings": "Settings", "subscribe": "Subscribe", "switch_to_role": "Switch To Role", "tag": "Tag", "tags": "Tags" } ``` -------------------------------- ### PHP Translations (de_CH) Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/de_CH.md This snippet displays the missing PHP translation keys and their corresponding values for the de_CH locale. It includes keys such as 'export', 'named.export', 'named.update', and 'start'. ```php 'Export', 'named.export' => 'Export :name', 'named.update' => 'Update :name', 'start' => 'Start', ]; ``` -------------------------------- ### JSON Translations Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/nn.md Displays missing translation keys for the JSON format. It lists keys like 'Admin', 'Export :name', 'Import', 'Import :name', and 'Start', along with their corresponding values. ```json { "Admin": "Admin", "Export :name": "Export :name", "Import": "Import", "Import :name": "Import :name", "Start": "Start" } ``` -------------------------------- ### Common Actions and UI Elements Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/oc.md This snippet lists various common actions and UI elements used in web applications, along with their English translations. These are typically used for buttons, menu items, and general user interface text. ```APIDOC Search: description: Search for an item or content. named.show: description: Show a specific named item. named.update: description: Update a specific named item. named.view: description: View a specific named item. new: description: Represents the creation of a new item. no: description: Negative confirmation or option. open: description: Action to open something, like a file or a link. open_website: description: Action to open a link on the website. preview: description: Action to preview content before finalizing. price: description: Refers to the cost of an item or service. record: description: Action to record data or an event. restore: description: Action to restore a previous state or item. save: description: Action to save current changes. save_and_close: description: Action to save changes and then close the current view or modal. save_and_return: description: Action to save changes and return to the previous screen or list. search: description: Action to initiate a search. select: description: Action to select an item. select_all: description: Action to select all available items. send: description: Action to send data or a message. settings: description: Refers to the application or user settings. show: description: Action to display or show an item or details. show_all: description: Action to display all items, often used for pagination or filtering. sign_in: description: Action to log into the application. solve: description: Action to resolve an issue or a task. start: description: Action to begin a process or an activity. stop: description: Action to halt a process or an activity. submit: description: Action to submit a form or data. subscribe: description: Action to subscribe to a service or a newsletter. switch: description: Action to switch between options or states. switch_to_role: description: Action to switch the user's current role. tag: description: Refers to a tag or label. tags: description: Refers to multiple tags or labels. target_link.blank: description: Specifies that a link should open in a new, blank tab or window. target_link.parent: description: Specifies that a link should open in the parent frame. target_link.self: description: Specifies that a link should open in the same frame. target_link.top: description: Specifies that a link should open in the topmost frame (the entire window). translate: description: Action to translate content. translate_it: description: A more specific action to translate something. unpack: description: Action to unpack or extract files. unsubscribe: description: Action to unsubscribe from a service or a newsletter. up: description: Refers to moving upwards or an upward direction. update: description: Action to update existing data. user: description: Refers to a user account or profile. view: description: Action to view content or details. yes: description: Affirmative confirmation or option. ``` -------------------------------- ### JSON Translations (de_CH) Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/de_CH.md This snippet shows the missing JSON translation keys and their corresponding values for the de_CH locale. It lists keys like 'Export', 'Export :name', 'Start', and 'Update :name'. ```json { "Export": "Export", "Export :name": "Export :name", "Start": "Start", "Update :name": "Update :name" } ``` -------------------------------- ### Common Actions and UI Elements Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/en_CA.md This snippet lists various common actions and UI elements used in web applications, along with their English translations. These are typically used for buttons, menu items, and general user interface text. ```APIDOC Search: description: Search for an item or content. named.show: description: Show a specific named item. named.update: description: Update a specific named item. named.view: description: View a specific named item. new: description: Represents the creation of a new item. no: description: Negative confirmation or option. open: description: Action to open something, like a file or a link. open_website: description: Action to open a link on the website. preview: description: Action to preview content before finalizing. price: description: Refers to the cost of an item or service. record: description: Action to record data or an event. restore: description: Action to restore a previous state or item. save: description: Action to save current changes. save_and_close: description: Action to save changes and then close the current view or modal. save_and_return: description: Action to save changes and return to the previous screen or list. search: description: Action to initiate a search. select: description: Action to select an item. select_all: description: Action to select all available items. send: description: Action to send data or a message. settings: description: Refers to the application or user settings. show: description: Action to display or show an item or details. show_all: description: Action to display all items, often used for pagination or filtering. sign_in: description: Action to log into the application. solve: description: Action to resolve an issue or a task. start: description: Action to begin a process or an activity. stop: description: Action to halt a process or an activity. submit: description: Action to submit a form or data. subscribe: description: Action to subscribe to a service or a newsletter. switch: description: Action to switch between options or states. switch_to_role: description: Action to switch the user's current role. tag: description: Refers to a tag or label. tags: description: Refers to multiple tags or labels. target_link.blank: description: Specifies that a link should open in a new, blank tab or window. target_link.parent: description: Specifies that a link should open in the parent frame. target_link.self: description: Specifies that a link should open in the same frame. target_link.top: description: Specifies that a link should open in the topmost frame (the entire window). translate: description: Action to translate content. translate_it: description: A more specific action to translate something. unpack: description: Action to unpack or extract files. unsubscribe: description: Action to unsubscribe from a service or a newsletter. up: description: Refers to moving upwards or an upward direction. update: description: Action to update existing data. user: description: Refers to a user account or profile. view: description: Action to view content or details. yes: description: Affirmative confirmation or option. ``` -------------------------------- ### Common Actions and UI Elements Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/sc.md This snippet lists various common actions and UI elements used in web applications, along with their English translations. These are typically used for buttons, menu items, and general user interface text. ```APIDOC Search: description: Search for an item or content. named.show: description: Show a specific named item. named.update: description: Update a specific named item. named.view: description: View a specific named item. new: description: Represents the creation of a new item. no: description: Negative confirmation or option. open: description: Action to open something, like a file or a link. open_website: description: Action to open a link on the website. preview: description: Action to preview content before finalizing. price: description: Refers to the cost of an item or service. record: description: Action to record data or an event. restore: description: Action to restore a previous state or item. save: description: Action to save current changes. save_and_close: description: Action to save changes and then close the current view or modal. save_and_return: description: Action to save changes and return to the previous screen or list. search: description: Action to initiate a search. select: description: Action to select an item. select_all: description: Action to select all available items. send: description: Action to send data or a message. settings: description: Refers to the application or user settings. show: description: Action to display or show an item or details. show_all: description: Action to display all items, often used for pagination or filtering. sign_in: description: Action to log into the application. solve: description: Action to resolve an issue or a task. start: description: Action to begin a process or an activity. stop: description: Action to halt a process or an activity. submit: description: Action to submit a form or data. subscribe: description: Action to subscribe to a service or a newsletter. switch: description: Action to switch between options or states. switch_to_role: description: Action to switch the user's current role. tag: description: Refers to a tag or label. tags: description: Refers to multiple tags or labels. target_link.blank: description: Specifies that a link should open in a new, blank tab or window. target_link.parent: description: Specifies that a link should open in the parent frame. target_link.self: description: Specifies that a link should open in the same frame. target_link.top: description: Specifies that a link should open in the topmost frame (the entire window). translate: description: Action to translate content. translate_it: description: A more specific action to translate something. unpack: description: Action to unpack or extract files. unsubscribe: description: Action to unsubscribe from a service or a newsletter. up: description: Refers to moving upwards or an upward direction. update: description: Action to update existing data. user: description: Refers to a user account or profile. view: description: Action to view content or details. yes: description: Affirmative confirmation or option. ``` -------------------------------- ### Czech JSON Translations Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/cs.md This snippet shows the key-value pairs for Czech translations in JSON format. It includes common terms like 'Admin', 'Export :name', 'Import', 'Start', and 'Stop'. Some keys are missing translations. ```json { "Admin": "Admin", "Export :name": "Export :name", "Import": "Import", "Import :name": "Import :name", "Start": "Start", "Stop": "Stop" } ``` -------------------------------- ### PHP Translations (Azerbaijani) Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/az.md Lists the Azerbaijani translations for PHP files. It shows the keys and their corresponding values, indicating which translations are present and which are missing. ```php 'Admin', 'named.export' => 'Export :name', 'tag' => 'Tag', ]; ``` -------------------------------- ### JSON Translations (Azerbaijani) Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/az.md Lists the Azerbaijani translations for JSON files. It shows the keys and their corresponding values, indicating which translations are present and which are missing. ```json { "Admin": "Admin", "Export :name": "Export :name", "Tag": "Tag" } ``` -------------------------------- ### Common Actions and UI Elements Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/uz_Latn.md This snippet lists various common actions and UI elements used in web applications, along with their English translations. These are typically used for buttons, menu items, and general user interface text. ```APIDOC Search: description: Search for an item or content. named.show: description: Show a specific named item. named.update: description: Update a specific named item. named.view: description: View a specific named item. new: description: Represents the creation of a new item. no: description: Negative confirmation or option. open: description: Action to open something, like a file or a link. open_website: description: Action to open a link on the website. preview: description: Action to preview content before finalizing. price: description: Refers to the cost of an item or service. record: description: Action to record data or an event. restore: description: Action to restore a previous state or item. save: description: Action to save current changes. save_and_close: description: Action to save changes and then close the current view or modal. save_and_return: description: Action to save changes and return to the previous screen or list. search: description: Action to initiate a search. select: description: Action to select an item. select_all: description: Action to select all available items. send: description: Action to send data or a message. settings: description: Refers to the application or user settings. show: description: Action to display or show an item or details. show_all: description: Action to display all items, often used for pagination or filtering. sign_in: description: Action to log into the application. solve: description: Action to resolve an issue or a task. start: description: Action to begin a process or an activity. stop: description: Action to halt a process or an activity. submit: description: Action to submit a form or data. subscribe: description: Action to subscribe to a service or a newsletter. switch: description: Action to switch between options or states. switch_to_role: description: Action to switch the user's current role. tag: description: Refers to a tag or label. tags: description: Refers to multiple tags or labels. target_link.blank: description: Specifies that a link should open in a new, blank tab or window. target_link.parent: description: Specifies that a link should open in the parent frame. target_link.self: description: Specifies that a link should open in the same frame. target_link.top: description: Specifies that a link should open in the topmost frame (the entire window). translate: description: Action to translate content. translate_it: description: A more specific action to translate something. unpack: description: Action to unpack or extract files. unsubscribe: description: Action to unsubscribe from a service or a newsletter. up: description: Refers to moving upwards or an upward direction. update: description: Action to update existing data. user: description: Refers to a user account or profile. view: description: Action to view content or details. yes: description: Affirmative confirmation or option. ``` -------------------------------- ### Common Actions and UI Elements Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/sr_Latn_ME.md This snippet lists various common actions and UI elements used in web applications, along with their English translations. These are typically used for buttons, menu items, and general user interface text. ```APIDOC Search: description: Search for an item or content. named.show: description: Show a specific named item. named.update: description: Update a specific named item. named.view: description: View a specific named item. new: description: Represents the creation of a new item. no: description: Negative confirmation or option. open: description: Action to open something, like a file or a link. open_website: description: Action to open a link on the website. preview: description: Action to preview content before finalizing. price: description: Refers to the cost of an item or service. record: description: Action to record data or an event. restore: description: Action to restore a previous state or item. save: description: Action to save current changes. save_and_close: description: Action to save changes and then close the current view or modal. save_and_return: description: Action to save changes and return to the previous screen or list. search: description: Action to initiate a search. select: description: Action to select an item. select_all: description: Action to select all available items. send: description: Action to send data or a message. settings: description: Refers to the application or user settings. show: description: Action to display or show an item or details. show_all: description: Action to display all items, often used for pagination or filtering. sign_in: description: Action to log into the application. solve: description: Action to resolve an issue or a task. start: description: Action to begin a process or an activity. stop: description: Action to halt a process or an activity. submit: description: Action to submit a form or data. subscribe: description: Action to subscribe to a service or a newsletter. switch: description: Action to switch between options or states. switch_to_role: description: Action to switch the user's current role. tag: description: Refers to a tag or label. tags: description: Refers to multiple tags or labels. target_link.blank: description: Specifies that a link should open in a new, blank tab or window. target_link.parent: description: Specifies that a link should open in the parent frame. target_link.self: description: Specifies that a link should open in the same frame. target_link.top: description: Specifies that a link should open in the topmost frame (the entire window). translate: description: Action to translate content. translate_it: description: A more specific action to translate something. unpack: description: Action to unpack or extract files. unsubscribe: description: Action to unsubscribe from a service or a newsletter. up: description: Refers to moving upwards or an upward direction. update: description: Action to update existing data. user: description: Refers to a user account or profile. view: description: Action to view content or details. yes: description: Affirmative confirmation or option. ``` -------------------------------- ### Common Actions and UI Elements Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/sr_Latn.md This snippet lists various common actions and UI elements used in web applications, along with their English translations. These are typically used for buttons, menu items, and general user interface text. ```APIDOC Search: description: Search for an item or content. named.show: description: Show a specific named item. named.update: description: Update a specific named item. named.view: description: View a specific named item. new: description: Represents the creation of a new item. no: description: Negative confirmation or option. open: description: Action to open something, like a file or a link. open_website: description: Action to open a link on the website. preview: description: Action to preview content before finalizing. price: description: Refers to the cost of an item or service. record: description: Action to record data or an event. restore: description: Action to restore a previous state or item. save: description: Action to save current changes. save_and_close: description: Action to save changes and then close the current view or modal. save_and_return: description: Action to save changes and return to the previous screen or list. search: description: Action to initiate a search. select: description: Action to select an item. select_all: description: Action to select all available items. send: description: Action to send data or a message. settings: description: Refers to the application or user settings. show: description: Action to display or show an item or details. show_all: description: Action to display all items, often used for pagination or filtering. sign_in: description: Action to log into the application. solve: description: Action to resolve an issue or a task. start: description: Action to begin a process or an activity. stop: description: Action to halt a process or an activity. submit: description: Action to submit a form or data. subscribe: description: Action to subscribe to a service or a newsletter. switch: description: Action to switch between options or states. switch_to_role: description: Action to switch the user's current role. tag: description: Refers to a tag or label. tags: description: Refers to multiple tags or labels. target_link.blank: description: Specifies that a link should open in a new, blank tab or window. target_link.parent: description: Specifies that a link should open in the parent frame. target_link.self: description: Specifies that a link should open in the same frame. target_link.top: description: Specifies that a link should open in the topmost frame (the entire window). translate: description: Action to translate content. translate_it: description: A more specific action to translate something. unpack: description: Action to unpack or extract files. unsubscribe: description: Action to unsubscribe from a service or a newsletter. up: description: Refers to moving upwards or an upward direction. update: description: Action to update existing data. user: description: Refers to a user account or profile. view: description: Action to view content or details. yes: description: Affirmative confirmation or option. ``` -------------------------------- ### JSON Translations for 'sw' Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/sw.md This snippet shows the missing JSON translation key for the 'sw' language. The key 'Export :name' is present in the table, indicating it needs translation. ```json { "Export :name": "Export :name" } ``` -------------------------------- ### PHP Translations for 'sw' Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/sw.md This snippet displays the missing PHP translation key for the 'sw' language. The key 'named.export' is listed with its corresponding value, indicating a translation is required. ```php 'Export :name', ]; ``` -------------------------------- ### PHP Translations for ceb Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/ceb.md This snippet presents the translations for the 'ceb' locale in PHP format. It maps keys such as 'admin', 'archive', 'duplicate', 'edit', 'export', 'import', 'log_out', 'preview', 'sign_in', 'tag', 'unpack', and 'update' to their respective values. It also includes parameterized translations like 'named.export', 'named.import', and 'named.update'. A total of 15 translations are noted as missing. ```php 'Admin', 'archive' => 'Archive', 'duplicate' => 'Duplicate', 'edit' => 'Edit', 'export' => 'Export', 'import' => 'Import', 'log_out' => 'Log Out', 'named.export' => 'Export :name', 'named.import' => 'Import :name', 'named.update' => 'Update :name', 'preview' => 'Preview', 'sign_in' => 'Sign In', 'tag' => 'Tag', 'unpack' => 'Unpack', 'update' => 'Update', ]; ``` -------------------------------- ### PHP Translation - named.export Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/kn.md This snippet highlights a missing PHP translation for the key 'named.export'. The value 'Export :name' suggests a placeholder that needs to be localized for the 'kn' language. ```php 'named.export' => 'Export :name' ``` -------------------------------- ### JSON Translations for ceb Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/ceb.md This snippet displays the key-value pairs for the 'ceb' locale in JSON format. It lists translations for various actions like 'Admin', 'Archive', 'Duplicate', 'Edit', 'Export', 'Import', 'Log Out', 'Preview', 'Sign In', 'Tag', 'Unpack', and 'Update', including parameterized versions like 'Export :name'. It also indicates that 15 translations are missing. ```json { "Admin": "Admin", "Archive": "Archive", "Duplicate": "Duplicate", "Edit": "Edit", "Export": "Export", "Export :name": "Export :name", "Import": "Import", "Import :name": "Import :name", "Log Out": "Log Out", "Preview": "Preview", "Sign In": "Sign In", "Tag": "Tag", "Unpack": "Unpack", "Update": "Update", "Update :name": "Update :name" } ``` -------------------------------- ### JSON Translation - Export :name Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/mni_Mtei.md This snippet shows a missing translation key 'Export :name' in the JSON language file. It indicates a placeholder that needs to be translated for the specified language. ```json { "Export :name": "Export :name" } ``` -------------------------------- ### Action Translations (PHP) Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/sc.md This snippet contains translations for a wide range of actions and UI elements, such as 'Open', 'Save', 'Search', 'View', and more. These are typically used in Laravel applications for localization. ```php $actions = [ 'Open in a current window' => 'Open in a current window', 'Open in a new window' => 'Open in a new window', 'Open in a parent frame' => 'Open in a parent frame', 'Open in the topmost frame' => 'Open in the topmost frame', 'Open on the website' => 'Open on the website', 'Preview' => 'Preview', 'Price' => 'Price', 'Record' => 'Record', 'Restore' => 'Restore', 'Restore :name' => 'Restore :name', 'Save' => 'Save', 'Save & Close' => 'Save & Close', 'Save & Return' => 'Save & Return', 'Save :name' => 'Save :name', 'Search' => 'Search', 'Search :name' => 'Search :name', 'Select' => 'Select', 'Select All' => 'Select All', 'Send' => 'Send', 'Settings' => 'Settings', 'Show' => 'Show', 'Show :name' => 'Show :name', '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', 'Translate' => 'Translate', 'Translate It' => 'Translate It', 'Unpack' => 'Unpack', 'Unsubscribe' => 'Unsubscribe', 'Up' => 'Up', 'Update' => 'Update', 'Update :name' => 'Update :name', 'User' => 'User', 'View' => 'View', 'View :name' => 'View :name', 'Yes' => 'Yes', ]; ``` -------------------------------- ### PHP Translation - named.export Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/kk.md This snippet displays a missing translation for the key 'named.export' in the PHP language file. The provided value is 'Export :name', suggesting a placeholder or an incomplete translation. ```php 'Export :name', ]; ``` -------------------------------- ### PHP Translations - om Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/om.md Lists the keys and their corresponding values for PHP translations in the 'om' language. Highlights 5 missed translations. ```php { "admin": "Admin", "log_out": "Log Out", "named.export": "Export :name", "sign_in": "Sign In", "tags": "Tags" } ``` -------------------------------- ### JSON Translation - Export :name Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/kk.md This snippet shows a missing translation for the key 'Export :name' in the JSON language file. The expected value is also 'Export :name', indicating a potential oversight or a placeholder. ```json { "Export :name": "Export :name" } ``` -------------------------------- ### JSON Translations for sq Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/sq.md Provides the JSON key-value pairs for the Albanian ('sq') language. It lists translations for 'Admin' and 'Export :name', indicating that 2 translations are missing. ```json { "Admin": "Admin", "Export :name": "Export :name" } ``` -------------------------------- ### JSON Translations - om Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/om.md Lists the keys and their corresponding values for JSON translations in the 'om' language. Highlights 5 missed translations. ```json { "Admin": "Admin", "Export :name": "Export :name", "Log Out": "Log Out", "Sign In": "Sign In", "Tags": "Tags" } ``` -------------------------------- ### JSON Translations for 'ak' Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/ak.md This snippet shows the missing JSON translations for the 'ak' language. It includes the keys and their expected values, highlighting the missing entries. ```json { "Admin": "Admin", "Export :name": "Export :name" } ``` -------------------------------- ### JSON Translations (haw) Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/haw.md Lists the missing translations for the 'haw' language in JSON format. It includes keys like 'Admin', 'Export :name', 'Home', 'Like', 'Tag', and 'Unsubscribe', along with their corresponding values. ```json { "Admin": "Admin", "Export :name": "Export :name", "Home": "Home", "Like": "Like", "Tag": "Tag", "Unsubscribe": "Unsubscribe" } ``` -------------------------------- ### Action Translations (PHP) Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/uz_Latn.md This snippet contains translations for a wide range of actions and UI elements, such as 'Open', 'Save', 'Search', 'View', and more. These are typically used in Laravel applications for localization. ```php $actions = [ 'Open in a current window' => 'Open in a current window', 'Open in a new window' => 'Open in a new window', 'Open in a parent frame' => 'Open in a parent frame', 'Open in the topmost frame' => 'Open in the topmost frame', 'Open on the website' => 'Open on the website', 'Preview' => 'Preview', 'Price' => 'Price', 'Record' => 'Record', 'Restore' => 'Restore', 'Restore :name' => 'Restore :name', 'Save' => 'Save', 'Save & Close' => 'Save & Close', 'Save & Return' => 'Save & Return', 'Save :name' => 'Save :name', 'Search' => 'Search', 'Search :name' => 'Search :name', 'Select' => 'Select', 'Select All' => 'Select All', 'Send' => 'Send', 'Settings' => 'Settings', 'Show' => 'Show', 'Show :name' => 'Show :name', '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', 'Translate' => 'Translate', 'Translate It' => 'Translate It', 'Unpack' => 'Unpack', 'Unsubscribe' => 'Unsubscribe', 'Up' => 'Up', 'Update' => 'Update', 'Update :name' => 'Update :name', 'User' => 'User', 'View' => 'View', 'View :name' => 'View :name', 'Yes' => 'Yes', ]; ``` -------------------------------- ### PHP Translations for 'ak' Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/ak.md This snippet displays the missing PHP translations for the 'ak' language. It lists the keys and their corresponding values, indicating the translations that need to be added. ```php { "admin": "Admin", "named.export": "Export :name" } ``` -------------------------------- ### Action Translations (PHP) Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/oc.md This snippet contains translations for a wide range of actions and UI elements, such as 'Open', 'Save', 'Search', 'View', and more. These are typically used in Laravel applications for localization. ```php $actions = [ 'Open in a current window' => 'Open in a current window', 'Open in a new window' => 'Open in a new window', 'Open in a parent frame' => 'Open in a parent frame', 'Open in the topmost frame' => 'Open in the topmost frame', 'Open on the website' => 'Open on the website', 'Preview' => 'Preview', 'Price' => 'Price', 'Record' => 'Record', 'Restore' => 'Restore', 'Restore :name' => 'Restore :name', 'Save' => 'Save', 'Save & Close' => 'Save & Close', 'Save & Return' => 'Save & Return', 'Save :name' => 'Save :name', 'Search' => 'Search', 'Search :name' => 'Search :name', 'Select' => 'Select', 'Select All' => 'Select All', 'Send' => 'Send', 'Settings' => 'Settings', 'Show' => 'Show', 'Show :name' => 'Show :name', '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', 'Translate' => 'Translate', 'Translate It' => 'Translate It', 'Unpack' => 'Unpack', 'Unsubscribe' => 'Unsubscribe', 'Up' => 'Up', 'Update' => 'Update', 'Update :name' => 'Update :name', 'User' => 'User', 'View' => 'View', 'View :name' => 'View :name', 'Yes' => 'Yes', ]; ``` -------------------------------- ### Action Translations (PHP) Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/en_CA.md This snippet contains translations for a wide range of actions and UI elements, such as 'Open', 'Save', 'Search', 'View', and more. These are typically used in Laravel applications for localization. ```php $actions = [ 'Open in a current window' => 'Open in a current window', 'Open in a new window' => 'Open in a new window', 'Open in a parent frame' => 'Open in a parent frame', 'Open in the topmost frame' => 'Open in the topmost frame', 'Open on the website' => 'Open on the website', 'Preview' => 'Preview', 'Price' => 'Price', 'Record' => 'Record', 'Restore' => 'Restore', 'Restore :name' => 'Restore :name', 'Save' => 'Save', 'Save & Close' => 'Save & Close', 'Save & Return' => 'Save & Return', 'Save :name' => 'Save :name', 'Search' => 'Search', 'Search :name' => 'Search :name', 'Select' => 'Select', 'Select All' => 'Select All', 'Send' => 'Send', 'Settings' => 'Settings', 'Show' => 'Show', 'Show :name' => 'Show :name', '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', 'Translate' => 'Translate', 'Translate It' => 'Translate It', 'Unpack' => 'Unpack', 'Unsubscribe' => 'Unsubscribe', 'Up' => 'Up', 'Update' => 'Update', 'Update :name' => 'Update :name', 'User' => 'User', 'View' => 'View', 'View :name' => 'View :name', 'Yes' => 'Yes', ]; ``` -------------------------------- ### JSON Translations - ga Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/ga.md Lists the missed translations for the 'ga' locale in JSON format. It shows the keys and their expected values, highlighting missing entries. ```json { "Export :name": "Export :name", "Stop": "Stop" } ``` -------------------------------- ### JSON Translations (Missing) Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/fil.md Lists the keys missing in the JSON translation file for the 'fil' language. These are typically used for frontend or configuration translations. ```json { "Admin": "Admin", "Archive": "Archive", "Associate": "Associate", "Export :name": "Export :name", "Log Out": "Log Out", "Tag": "Tag", "Update": "Update", "Update :name": "Update :name" } ``` -------------------------------- ### Action Translations (PHP) Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/sr_Latn_ME.md This snippet contains translations for a wide range of actions and UI elements, such as 'Open', 'Save', 'Search', 'View', and more. These are typically used in Laravel applications for localization. ```php $actions = [ 'Open in a current window' => 'Open in a current window', 'Open in a new window' => 'Open in a new window', 'Open in a parent frame' => 'Open in a parent frame', 'Open in the topmost frame' => 'Open in the topmost frame', 'Open on the website' => 'Open on the website', 'Preview' => 'Preview', 'Price' => 'Price', 'Record' => 'Record', 'Restore' => 'Restore', 'Restore :name' => 'Restore :name', 'Save' => 'Save', 'Save & Close' => 'Save & Close', 'Save & Return' => 'Save & Return', 'Save :name' => 'Save :name', 'Search' => 'Search', 'Search :name' => 'Search :name', 'Select' => 'Select', 'Select All' => 'Select All', 'Send' => 'Send', 'Settings' => 'Settings', 'Show' => 'Show', 'Show :name' => 'Show :name', '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', 'Translate' => 'Translate', 'Translate It' => 'Translate It', 'Unpack' => 'Unpack', 'Unsubscribe' => 'Unsubscribe', 'Up' => 'Up', 'Update' => 'Update', 'Update :name' => 'Update :name', 'User' => 'User', 'View' => 'View', 'View :name' => 'View :name', 'Yes' => 'Yes', ]; ``` -------------------------------- ### PHP Translations (haw) Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/haw.md Lists the missing translations for the 'haw' language in PHP format. It includes keys like 'admin', 'home', 'like', 'named.export', 'tag', and 'unsubscribe', along with their corresponding values. ```php [ 'admin' => 'Admin', 'home' => 'Home', 'like' => 'Like', 'named.export' => 'Export :name', 'tag' => 'Tag', 'unsubscribe' => 'Unsubscribe' ] ``` -------------------------------- ### JSON Translation - Export :name Source: https://github.com/laravel-lang/actions/blob/main/docs/statuses/kn.md This snippet shows a missing JSON translation for the key 'Export :name'. The key and its value are identical, indicating a potential oversight in localization. ```json { "Export :name": "Export :name" } ```