diff --git a/docs/.storybook/configs/intl-context.js b/docs/.storybook/configs/intl-context.js index b09bfbcd57..a4aca0fb8a 100644 --- a/docs/.storybook/configs/intl-context.js +++ b/docs/.storybook/configs/intl-context.js @@ -47,9 +47,16 @@ const namifyLocale = (locale) => { const IntlWrapper = (props) => { const locale = props.locale; - const messages = getMessagesForLocale(locale); + const messagesForLocale = getMessagesForLocale(locale); + const normalizedMessages = Object.entries(messagesForLocale).reduce( + (messages, [messageKey, messageValue]) => ({ + ...messages, + [messageKey]: messageValue.string ?? messageValue, + }), + {} + ); return ( - + {props.children} ); diff --git a/package.json b/package.json index 8a829e0a53..f359ab083c 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "build": "./scripts/build.sh", "build:watch": "./scripts/build_watch.sh", "start": "yarn --cwd docs start", - "extract-intl": "formatjs extract --format=./packages/i18n/transifex-transformer.js --out-file=./packages/i18n/data/core.json '{packages,src/components}/**/messages.ts'", + "extract-intl": "formatjs extract --format=transifex --out-file=./packages/i18n/data/core.json '{packages,src/components}/**/messages.ts'", "compile-intl": "yarn workspace @commercetools-uikit/i18n compile-data", "lint": "jest --projects jest.eslint.config.js", "lint:js": "jest --config jest.eslint.config.js", diff --git a/packages/i18n/data/core.json b/packages/i18n/data/core.json index 2d58b11744..0c2099e96e 100644 --- a/packages/i18n/data/core.json +++ b/packages/i18n/data/core.json @@ -1,75 +1,294 @@ { - "UIKit.CalendarHeader.nextMonthTooltip": "Next month", - "UIKit.CalendarHeader.nextYearTooltip": "Next year", - "UIKit.CalendarHeader.previousMonthTooltip": "Previous month", - "UIKit.CalendarHeader.previousYearTooltip": "Previous year", - "UIKit.CalendarHeader.todayTooltip": "Today", - "UIKit.ClearButton.clearButtonLabel": "Clear", - "UIKit.CreatableSelectInput.createLabel": "Create \"{inputValue}\"", - "UIKit.DataTableManager.ColumnManager.DroppablePanel.loadMoreAttributesHint": "Load more attributes by using the search input above", - "UIKit.DataTableManager.ColumnManager.closeButtonLabel": "Close", - "UIKit.DataTableManager.ColumnManager.hiddenColumns": "Hidden columns", - "UIKit.DataTableManager.ColumnManager.noHiddenColumnsToShow": "There are no hidden columns to show.", - "UIKit.DataTableManager.ColumnManager.noSelectedColumnsToShow": "There are no selected columns to show.", - "UIKit.DataTableManager.ColumnManager.title": "Column Manager", - "UIKit.DataTableManager.ColumnSelectorGroups.visible": "Visible columns", - "UIKit.DataTableManager.DensityManager.closeButtonLabel": "Close", - "UIKit.DataTableManager.DensityManager.densityDisplayComfortableOption": "Comfortable", - "UIKit.DataTableManager.DensityManager.densityDisplayCompactOption": "Compact", - "UIKit.DataTableManager.DensityManager.densityDisplaySubtitle": "Density display", - "UIKit.DataTableManager.DensityManager.textWrappingAllWrapVisibleOption": "Make all wrapped texts visible", - "UIKit.DataTableManager.DensityManager.textWrappingShowHideOnDemandOption": "Show / hide texts by row on demand", - "UIKit.DataTableManager.DensityManager.textWrappingSubtitle": "Text wrapping", - "UIKit.DataTableManager.DensityManager.title": "Display settings", - "UIKit.DataTableManager.TableSettings.columnManagerOption": "Column manager", - "UIKit.DataTableManager.TableSettings.displaySettingsOption": "Display settings", - "UIKit.DataTableManager.TableSettings.placeholder": "Table settings", - "UIKit.FieldErrors.invalidFractionalNumber": "A whole number is required.", - "UIKit.FieldErrors.invalidNegativeNumber": "Negative number is not supported.", - "UIKit.FieldErrors.missingRequiredField": "This field is required. Provide a value.", - "UIKit.LocalizedMoneyInput.hide": "Hide currencies ({remainingCurrencies})", - "UIKit.LocalizedMoneyInput.missingRequiredField": "This field is required. Provide at least one value.", - "UIKit.LocalizedMoneyInput.show": "Show all currencies ({remainingCurrencies})", - "UIKit.LocalizedTextInput.hide": "Hide languages ({remainingLanguages})", - "UIKit.LocalizedTextInput.missingRequiredField": "This field is required. Provide at least one value.", - "UIKit.LocalizedTextInput.show": "Show all languages ({remainingLanguages})", - "UIKit.MoneyInput.highPrecision": "High Precision Price", - "UIKit.MultilineTextInput.collapse": "Collapse", - "UIKit.MultilineTextInput.expand": "Expand", - "UIKit.Pagination.PageNavigator.nextPageLabel": "Next page", - "UIKit.Pagination.PageNavigator.page": "Page", - "UIKit.Pagination.PageNavigator.pageCount": "of {count}", - "UIKit.Pagination.PageNavigator.previousPageLabel": "Previous page", - "UIKit.Pagination.PageSizeSelector.pageSize": "Items per page ({count} items)", - "UIKit.PasswordField.hide": "hide", - "UIKit.PasswordField.show": "show", - "UIKit.RichTextBody.boldButtonLabel": "Bold", - "UIKit.RichTextBody.expandButtonLabel": "Expand", - "UIKit.RichTextBody.italicButtonLabel": "Italic", - "UIKit.RichTextBody.moreStylesDropdownLabel": "More styles", - "UIKit.RichTextBody.moreStylesDropdownOptionStrikethrough": "Strikethrough", - "UIKit.RichTextBody.moreStylesDropdownOptionSubscript": "Subscript", - "UIKit.RichTextBody.moreStylesDropdownOptionSuperscript": "Superscript", - "UIKit.RichTextBody.orderedListButtonLabel": "Numbered list", - "UIKit.RichTextBody.redoButtonLabel": "Redo", - "UIKit.RichTextBody.styleDropdownLabel": "Text styles", - "UIKit.RichTextBody.styleDropdownOptionH1": "Headline H1", - "UIKit.RichTextBody.styleDropdownOptionH2": "Headline H2", - "UIKit.RichTextBody.styleDropdownOptionH3": "Headline H3", - "UIKit.RichTextBody.styleDropdownOptionH4": "Headline H4", - "UIKit.RichTextBody.styleDropdownOptionH5": "Headline H5", - "UIKit.RichTextBody.styleDropdownOptionParagraph": "Paragraph", - "UIKit.RichTextBody.styleDropdownOptionPreformatted": "Preformatted", - "UIKit.RichTextBody.styleDropdownOptionQuote": "Quote", - "UIKit.RichTextBody.underlinedButtonLabel": "Underline", - "UIKit.RichTextBody.undoButtonLabel": "Undo", - "UIKit.RichTextBody.unorderedListButtonLabel": "Bullet list", - "UIKit.SearchSelectInput.loadingOptionsMessage": "Loading exact matches", - "UIKit.SearchSelectInput.noOptionsMessage": "No matches found for your search term", - "UIKit.SearchSelectInput.placeholderMessage": "Search by…", - "UIKit.SelectInput.loadingOptions": "Loading...", - "UIKit.SelectInput.noOptionsMessageWithInputValue": "No options", - "UIKit.SelectInput.noOptionsMessageWithoutInputValue": "No options", - "UIKit.SelectInput.placeholder": "Select...", - "UIKit.TimeInput.placeholder": "HH:mm AM/PM" + "UIKit.CalendarHeader.nextMonthTooltip": { + "developer_comment": "Tooltip title when user hovers the next month button", + "string": "Next month" + }, + "UIKit.CalendarHeader.nextYearTooltip": { + "developer_comment": "Tooltip title when user hovers the next year button", + "string": "Next year" + }, + "UIKit.CalendarHeader.previousMonthTooltip": { + "developer_comment": "Tooltip title when user hovers the previous month button", + "string": "Previous month" + }, + "UIKit.CalendarHeader.previousYearTooltip": { + "developer_comment": "Tooltip title when user hovers the previous year button", + "string": "Previous year" + }, + "UIKit.CalendarHeader.todayTooltip": { + "developer_comment": "Tooltip title when user hovers the today button", + "string": "Today" + }, + "UIKit.ClearButton.clearButtonLabel": { + "developer_comment": "Label for the clear button", + "string": "Clear" + }, + "UIKit.CreatableSelectInput.createLabel": { + "developer_comment": "Text of dropdown when creating option", + "string": "Create \"{inputValue}\"" + }, + "UIKit.DataTableManager.ColumnManager.DroppablePanel.loadMoreAttributesHint": { + "developer_comment": "Indicate that the user can use the search input to load more attributes", + "string": "Load more attributes by using the search input above" + }, + "UIKit.DataTableManager.ColumnManager.closeButtonLabel": { + "developer_comment": "Label for density manager close button.", + "string": "Close" + }, + "UIKit.DataTableManager.ColumnManager.hiddenColumns": { + "developer_comment": "Message for the hidden columns section", + "string": "Hidden columns" + }, + "UIKit.DataTableManager.ColumnManager.noHiddenColumnsToShow": { + "developer_comment": "Label when there are no hidden columns to show", + "string": "There are no hidden columns to show." + }, + "UIKit.DataTableManager.ColumnManager.noSelectedColumnsToShow": { + "developer_comment": "Label when there are no selected columns to show", + "string": "There are no selected columns to show." + }, + "UIKit.DataTableManager.ColumnManager.title": { + "developer_comment": "Title for the column manager component.", + "string": "Column Manager" + }, + "UIKit.DataTableManager.ColumnSelectorGroups.visible": { + "developer_comment": "Message for the visible columns section.", + "string": "Visible columns" + }, + "UIKit.DataTableManager.DensityManager.closeButtonLabel": { + "developer_comment": "Label for density manager close button.", + "string": "Close" + }, + "UIKit.DataTableManager.DensityManager.densityDisplayComfortableOption": { + "developer_comment": "Density display default option.", + "string": "Comfortable" + }, + "UIKit.DataTableManager.DensityManager.densityDisplayCompactOption": { + "developer_comment": "Density display compact option.", + "string": "Compact" + }, + "UIKit.DataTableManager.DensityManager.densityDisplaySubtitle": { + "developer_comment": "Subtitle for the density display options.", + "string": "Density display" + }, + "UIKit.DataTableManager.DensityManager.textWrappingAllWrapVisibleOption": { + "developer_comment": "All wrapped texts visible option.", + "string": "Make all wrapped texts visible" + }, + "UIKit.DataTableManager.DensityManager.textWrappingShowHideOnDemandOption": { + "developer_comment": "Show or hide texts on demand option.", + "string": "Show / hide texts by row on demand" + }, + "UIKit.DataTableManager.DensityManager.textWrappingSubtitle": { + "developer_comment": "Subtitle for the text wrapping options.", + "string": "Text wrapping" + }, + "UIKit.DataTableManager.DensityManager.title": { + "developer_comment": "Title for the density manager component.", + "string": "Display settings" + }, + "UIKit.DataTableManager.TableSettings.columnManagerOption": { + "developer_comment": "Column manager dropdown option label.", + "string": "Column manager" + }, + "UIKit.DataTableManager.TableSettings.displaySettingsOption": { + "developer_comment": "Display settings dropdown option label.", + "string": "Display settings" + }, + "UIKit.DataTableManager.TableSettings.placeholder": { + "developer_comment": "Placeholder for the table settings select component.", + "string": "Table settings" + }, + "UIKit.FieldErrors.invalidFractionalNumber": { + "developer_comment": "Error message when fractional number is used", + "string": "A whole number is required." + }, + "UIKit.FieldErrors.invalidNegativeNumber": { + "developer_comment": "Error message when negative number is used", + "string": "Negative number is not supported." + }, + "UIKit.FieldErrors.missingRequiredField": { + "developer_comment": "Error message for missing required value", + "string": "This field is required. Provide a value." + }, + "UIKit.LocalizedMoneyInput.hide": { + "developer_comment": "Hide currencies button", + "string": "Hide currencies ({remainingCurrencies})" + }, + "UIKit.LocalizedMoneyInput.missingRequiredField": { + "developer_comment": "Error message for missing required value", + "string": "This field is required. Provide at least one value." + }, + "UIKit.LocalizedMoneyInput.show": { + "developer_comment": "Show all currencies button", + "string": "Show all currencies ({remainingCurrencies})" + }, + "UIKit.LocalizedTextInput.hide": { + "developer_comment": "Label of language collapse button", + "string": "Hide languages ({remainingLanguages})" + }, + "UIKit.LocalizedTextInput.missingRequiredField": { + "developer_comment": "Error message for missing required value", + "string": "This field is required. Provide at least one value." + }, + "UIKit.LocalizedTextInput.show": { + "developer_comment": "Label of language expansion button", + "string": "Show all languages ({remainingLanguages})" + }, + "UIKit.MoneyInput.highPrecision": { + "developer_comment": "Label of high precision tooltip in MoneyInput", + "string": "High Precision Price" + }, + "UIKit.MultilineTextInput.collapse": { + "developer_comment": "The label for \"collapse\" action", + "string": "Collapse" + }, + "UIKit.MultilineTextInput.expand": { + "developer_comment": "The label for \"expand\" action", + "string": "Expand" + }, + "UIKit.Pagination.PageNavigator.nextPageLabel": { + "developer_comment": "Label for next page button", + "string": "Next page" + }, + "UIKit.Pagination.PageNavigator.page": { + "developer_comment": "Label for page", + "string": "Page" + }, + "UIKit.Pagination.PageNavigator.pageCount": { + "developer_comment": "Label for total pages", + "string": "of {count}" + }, + "UIKit.Pagination.PageNavigator.previousPageLabel": { + "developer_comment": "Label for previous page button", + "string": "Previous page" + }, + "UIKit.Pagination.PageSizeSelector.pageSize": { + "developer_comment": "How many items are per page", + "string": "Items per page ({count} items)" + }, + "UIKit.PasswordField.hide": { + "developer_comment": "Label for the button to hide the password", + "string": "hide" + }, + "UIKit.PasswordField.show": { + "developer_comment": "Label for the button to show the password", + "string": "show" + }, + "UIKit.RichTextBody.boldButtonLabel": { + "developer_comment": "Label for the bold button", + "string": "Bold" + }, + "UIKit.RichTextBody.expandButtonLabel": { + "developer_comment": "Label for the expand button", + "string": "Expand" + }, + "UIKit.RichTextBody.italicButtonLabel": { + "developer_comment": "Label for the italic button", + "string": "Italic" + }, + "UIKit.RichTextBody.moreStylesDropdownLabel": { + "developer_comment": "Label for the more styles dropdown", + "string": "More styles" + }, + "UIKit.RichTextBody.moreStylesDropdownOptionStrikethrough": { + "developer_comment": "label for the more styles `strikethrough` option", + "string": "Strikethrough" + }, + "UIKit.RichTextBody.moreStylesDropdownOptionSubscript": { + "developer_comment": "label for the more styles `subscript` option", + "string": "Subscript" + }, + "UIKit.RichTextBody.moreStylesDropdownOptionSuperscript": { + "developer_comment": "label for the more styles `superscript` option", + "string": "Superscript" + }, + "UIKit.RichTextBody.orderedListButtonLabel": { + "developer_comment": "Label for the numbered list button", + "string": "Numbered list" + }, + "UIKit.RichTextBody.redoButtonLabel": { + "developer_comment": "Label for the redo button", + "string": "Redo" + }, + "UIKit.RichTextBody.styleDropdownLabel": { + "developer_comment": "Label for the style dropdown", + "string": "Text styles" + }, + "UIKit.RichTextBody.styleDropdownOptionH1": { + "developer_comment": "Label for the `headline-one` option", + "string": "Headline H1" + }, + "UIKit.RichTextBody.styleDropdownOptionH2": { + "developer_comment": "Label for the `headline-two` option", + "string": "Headline H2" + }, + "UIKit.RichTextBody.styleDropdownOptionH3": { + "developer_comment": "Label for the `headline-three` option", + "string": "Headline H3" + }, + "UIKit.RichTextBody.styleDropdownOptionH4": { + "developer_comment": "Label for the `headline-four` option", + "string": "Headline H4" + }, + "UIKit.RichTextBody.styleDropdownOptionH5": { + "developer_comment": "Label for the `headline-five` option", + "string": "Headline H5" + }, + "UIKit.RichTextBody.styleDropdownOptionParagraph": { + "developer_comment": "Label for the `paragraph` option", + "string": "Paragraph" + }, + "UIKit.RichTextBody.styleDropdownOptionPreformatted": { + "developer_comment": "Label for the `code` option", + "string": "Preformatted" + }, + "UIKit.RichTextBody.styleDropdownOptionQuote": { + "developer_comment": "Label for the `quote` option", + "string": "Quote" + }, + "UIKit.RichTextBody.underlinedButtonLabel": { + "developer_comment": "Label for the underline button", + "string": "Underline" + }, + "UIKit.RichTextBody.undoButtonLabel": { + "developer_comment": "Label for the undo button", + "string": "Undo" + }, + "UIKit.RichTextBody.unorderedListButtonLabel": { + "developer_comment": "Label for the bullet list button", + "string": "Bullet list" + }, + "UIKit.SearchSelectInput.loadingOptionsMessage": { + "developer_comment": "Text showed while the options are being loaded", + "string": "Loading exact matches" + }, + "UIKit.SearchSelectInput.noOptionsMessage": { + "developer_comment": "Text of search select dropdown when no options match search text", + "string": "No matches found for your search term" + }, + "UIKit.SearchSelectInput.placeholderMessage": { + "developer_comment": "Placeholder text for the input", + "string": "Search by…" + }, + "UIKit.SelectInput.loadingOptions": { + "developer_comment": "Default input loading text", + "string": "Loading..." + }, + "UIKit.SelectInput.noOptionsMessageWithInputValue": { + "developer_comment": "Text of dropdown when no options match search text", + "string": "No options" + }, + "UIKit.SelectInput.noOptionsMessageWithoutInputValue": { + "developer_comment": "Text of dropdown when no options exist", + "string": "No options" + }, + "UIKit.SelectInput.placeholder": { + "developer_comment": "Default input placeholder text", + "string": "Select..." + }, + "UIKit.TimeInput.placeholder": { + "developer_comment": "Placeholder for time input", + "string": "HH:mm AM/PM" + } } diff --git a/packages/i18n/data/de.json b/packages/i18n/data/de.json index 9a97d261f2..bfa926fafa 100644 --- a/packages/i18n/data/de.json +++ b/packages/i18n/data/de.json @@ -1,75 +1,294 @@ { - "UIKit.CalendarHeader.nextMonthTooltip": "nächstes Monat", - "UIKit.CalendarHeader.nextYearTooltip": "nächstes Jahr", - "UIKit.CalendarHeader.previousMonthTooltip": "letztes Monat", - "UIKit.CalendarHeader.previousYearTooltip": "letztes Jahr", - "UIKit.CalendarHeader.todayTooltip": "Heute", - "UIKit.ClearButton.clearButtonLabel": "Zurücksetzen", - "UIKit.CreatableSelectInput.createLabel": "\"{inputValue}\" erstellen", - "UIKit.DataTableManager.ColumnManager.DroppablePanel.loadMoreAttributesHint": "Eine Sucheingabe oben lädt mehr Attribute", - "UIKit.DataTableManager.ColumnManager.closeButtonLabel": "Schließen", - "UIKit.DataTableManager.ColumnManager.hiddenColumns": "Ausgeblendete Spalten", - "UIKit.DataTableManager.ColumnManager.noHiddenColumnsToShow": "Es gibt keine ausgeblendeten Spalten.", - "UIKit.DataTableManager.ColumnManager.noSelectedColumnsToShow": "Es gibt keine anzuzeigenden Spalten.", - "UIKit.DataTableManager.ColumnManager.title": "Spaltenmanager", - "UIKit.DataTableManager.ColumnSelectorGroups.visible": "Angezeigte Spalten", - "UIKit.DataTableManager.DensityManager.closeButtonLabel": "Schließen", - "UIKit.DataTableManager.DensityManager.densityDisplayComfortableOption": "Komfortabel", - "UIKit.DataTableManager.DensityManager.densityDisplayCompactOption": "Kompakt", - "UIKit.DataTableManager.DensityManager.densityDisplaySubtitle": "Zeilenabstand", - "UIKit.DataTableManager.DensityManager.textWrappingAllWrapVisibleOption": "Gesamten Text anzeigen.", - "UIKit.DataTableManager.DensityManager.textWrappingShowHideOnDemandOption": "Textvorschau anzeigen. Bei Bedarf erweitern.", - "UIKit.DataTableManager.DensityManager.textWrappingSubtitle": "Textsichtbarkeit", - "UIKit.DataTableManager.DensityManager.title": "Tabellenansicht", - "UIKit.DataTableManager.TableSettings.columnManagerOption": "Spaltenmanager", - "UIKit.DataTableManager.TableSettings.displaySettingsOption": "Tabellenansicht", - "UIKit.DataTableManager.TableSettings.placeholder": "Tabelleneinstellungen", - "UIKit.FieldErrors.invalidFractionalNumber": "Eine ganze Zahl ist erforderlich.", - "UIKit.FieldErrors.invalidNegativeNumber": "Negative Zahlen werden nicht unterstützt.", - "UIKit.FieldErrors.missingRequiredField": "Pflichtfeld*, Geben Sie mindestens einen Wert an", - "UIKit.LocalizedMoneyInput.hide": "Währungen verbergen ({remainingCurrencies})", - "UIKit.LocalizedMoneyInput.missingRequiredField": "Pflichtfeld*, Geben Sie mindestens einen Wert an", - "UIKit.LocalizedMoneyInput.show": "Alle Währungen anzeigen ({remainingCurrencies})", - "UIKit.LocalizedTextInput.hide": "Sprachen verbergen", - "UIKit.LocalizedTextInput.missingRequiredField": "Pflichtfeld*, Geben Sie mindestens einen Wert an", - "UIKit.LocalizedTextInput.show": "Alle Sprachen anzeigen", - "UIKit.MoneyInput.highPrecision": "Hochpräzisionspreis", - "UIKit.MultilineTextInput.collapse": "Ausblenden", - "UIKit.MultilineTextInput.expand": "Einblenden", - "UIKit.Pagination.PageNavigator.nextPageLabel": "Nächste Seite", - "UIKit.Pagination.PageNavigator.page": "Seite", - "UIKit.Pagination.PageNavigator.pageCount": "von {count}", - "UIKit.Pagination.PageNavigator.previousPageLabel": "Vorherige Seite", - "UIKit.Pagination.PageSizeSelector.pageSize": "Artikel pro Seite ({count} Artikel)", - "UIKit.PasswordField.hide": "verbergen", - "UIKit.PasswordField.show": "anzeigen", - "UIKit.RichTextBody.boldButtonLabel": "Fett", - "UIKit.RichTextBody.expandButtonLabel": "Einblenden", - "UIKit.RichTextBody.italicButtonLabel": "Kursiv", - "UIKit.RichTextBody.moreStylesDropdownLabel": "Weitere Stile", - "UIKit.RichTextBody.moreStylesDropdownOptionStrikethrough": "Durchgestrichen", - "UIKit.RichTextBody.moreStylesDropdownOptionSubscript": "Tiefstellen", - "UIKit.RichTextBody.moreStylesDropdownOptionSuperscript": "Hochstellen", - "UIKit.RichTextBody.orderedListButtonLabel": "Nummerierte Liste", - "UIKit.RichTextBody.redoButtonLabel": "Wiederholen", - "UIKit.RichTextBody.styleDropdownLabel": "Textstil", - "UIKit.RichTextBody.styleDropdownOptionH1": "Überschrift H1", - "UIKit.RichTextBody.styleDropdownOptionH2": "Überschrift H2", - "UIKit.RichTextBody.styleDropdownOptionH3": "Überschrift H3", - "UIKit.RichTextBody.styleDropdownOptionH4": "Überschrift H4", - "UIKit.RichTextBody.styleDropdownOptionH5": "Überschrift H5", - "UIKit.RichTextBody.styleDropdownOptionParagraph": "Paragraf", - "UIKit.RichTextBody.styleDropdownOptionPreformatted": "Vorformatiert", - "UIKit.RichTextBody.styleDropdownOptionQuote": "Zitat", - "UIKit.RichTextBody.underlinedButtonLabel": "Unterstrichen", - "UIKit.RichTextBody.undoButtonLabel": "Rückgängig", - "UIKit.RichTextBody.unorderedListButtonLabel": "Aufzählungsliste", - "UIKit.SearchSelectInput.loadingOptionsMessage": "Genaue Übereinstimmungen werden geladen", - "UIKit.SearchSelectInput.noOptionsMessage": "Keine Übereinstimmungen mit Ihrem Suchbegriff gefunden", - "UIKit.SearchSelectInput.placeholderMessage": "Suche nach …", - "UIKit.SelectInput.loadingOptions": "Laden …", - "UIKit.SelectInput.noOptionsMessageWithInputValue": "Keine Optionen", - "UIKit.SelectInput.noOptionsMessageWithoutInputValue": "Keine Optionen", - "UIKit.SelectInput.placeholder": "Auswählen...", - "UIKit.TimeInput.placeholder": "HH:mm" -} + "UIKit.CalendarHeader.nextMonthTooltip": { + "developer_comment": "Tooltip title when user hovers the next month button", + "string": "nächstes Monat" + }, + "UIKit.CalendarHeader.nextYearTooltip": { + "developer_comment": "Tooltip title when user hovers the next year button", + "string": "nächstes Jahr" + }, + "UIKit.CalendarHeader.previousMonthTooltip": { + "developer_comment": "Tooltip title when user hovers the previous month button", + "string": "letztes Monat" + }, + "UIKit.CalendarHeader.previousYearTooltip": { + "developer_comment": "Tooltip title when user hovers the previous year button", + "string": "letztes Jahr" + }, + "UIKit.CalendarHeader.todayTooltip": { + "developer_comment": "Tooltip title when user hovers the today button", + "string": "Heute" + }, + "UIKit.ClearButton.clearButtonLabel": { + "developer_comment": "Label for the clear button", + "string": "Zurücksetzen" + }, + "UIKit.CreatableSelectInput.createLabel": { + "developer_comment": "Text of dropdown when creating option", + "string": "\"{inputValue}\" erstellen" + }, + "UIKit.DataTableManager.ColumnManager.DroppablePanel.loadMoreAttributesHint": { + "developer_comment": "Indicate that the user can use the search input to load more attributes", + "string": "Eine Sucheingabe oben lädt mehr Attribute" + }, + "UIKit.DataTableManager.ColumnManager.closeButtonLabel": { + "developer_comment": "Label for density manager close button.", + "string": "Schließen" + }, + "UIKit.DataTableManager.ColumnManager.hiddenColumns": { + "developer_comment": "Message for the hidden columns section", + "string": "Ausgeblendete Spalten" + }, + "UIKit.DataTableManager.ColumnManager.noHiddenColumnsToShow": { + "developer_comment": "Label when there are no hidden columns to show", + "string": "Es gibt keine ausgeblendeten Spalten." + }, + "UIKit.DataTableManager.ColumnManager.noSelectedColumnsToShow": { + "developer_comment": "Label when there are no selected columns to show", + "string": "Es gibt keine anzuzeigenden Spalten." + }, + "UIKit.DataTableManager.ColumnManager.title": { + "developer_comment": "Title for the column manager component.", + "string": "Spaltenmanager" + }, + "UIKit.DataTableManager.ColumnSelectorGroups.visible": { + "developer_comment": "Message for the visible columns section.", + "string": "Angezeigte Spalten" + }, + "UIKit.DataTableManager.DensityManager.closeButtonLabel": { + "developer_comment": "Label for density manager close button.", + "string": "Schließen" + }, + "UIKit.DataTableManager.DensityManager.densityDisplayComfortableOption": { + "developer_comment": "Density display default option.", + "string": "Komfortabel" + }, + "UIKit.DataTableManager.DensityManager.densityDisplayCompactOption": { + "developer_comment": "Density display compact option.", + "string": "Kompakt" + }, + "UIKit.DataTableManager.DensityManager.densityDisplaySubtitle": { + "developer_comment": "Subtitle for the density display options.", + "string": "Zeilenabstand" + }, + "UIKit.DataTableManager.DensityManager.textWrappingAllWrapVisibleOption": { + "developer_comment": "All wrapped texts visible option.", + "string": "Gesamten Text anzeigen." + }, + "UIKit.DataTableManager.DensityManager.textWrappingShowHideOnDemandOption": { + "developer_comment": "Show or hide texts on demand option.", + "string": "Textvorschau anzeigen. Bei Bedarf erweitern." + }, + "UIKit.DataTableManager.DensityManager.textWrappingSubtitle": { + "developer_comment": "Subtitle for the text wrapping options.", + "string": "Textsichtbarkeit" + }, + "UIKit.DataTableManager.DensityManager.title": { + "developer_comment": "Title for the density manager component.", + "string": "Tabellenansicht" + }, + "UIKit.DataTableManager.TableSettings.columnManagerOption": { + "developer_comment": "Column manager dropdown option label.", + "string": "Spaltenmanager" + }, + "UIKit.DataTableManager.TableSettings.displaySettingsOption": { + "developer_comment": "Display settings dropdown option label.", + "string": "Tabellenansicht" + }, + "UIKit.DataTableManager.TableSettings.placeholder": { + "developer_comment": "Placeholder for the table settings select component.", + "string": "Tabelleneinstellungen" + }, + "UIKit.FieldErrors.invalidFractionalNumber": { + "developer_comment": "Error message when fractional number is used", + "string": "Eine ganze Zahl ist erforderlich." + }, + "UIKit.FieldErrors.invalidNegativeNumber": { + "developer_comment": "Error message when negative number is used", + "string": "Negative Zahlen werden nicht unterstützt." + }, + "UIKit.FieldErrors.missingRequiredField": { + "developer_comment": "Error message for missing required value", + "string": "Pflichtfeld*, Geben Sie mindestens einen Wert an" + }, + "UIKit.LocalizedMoneyInput.hide": { + "developer_comment": "Hide currencies button", + "string": "Währungen verbergen ({remainingCurrencies})" + }, + "UIKit.LocalizedMoneyInput.missingRequiredField": { + "developer_comment": "Error message for missing required value", + "string": "Pflichtfeld*, Geben Sie mindestens einen Wert an" + }, + "UIKit.LocalizedMoneyInput.show": { + "developer_comment": "Show all currencies button", + "string": "Alle Währungen anzeigen ({remainingCurrencies})" + }, + "UIKit.LocalizedTextInput.hide": { + "developer_comment": "Label of language collapse button", + "string": "Sprachen verbergen" + }, + "UIKit.LocalizedTextInput.missingRequiredField": { + "developer_comment": "Error message for missing required value", + "string": "Pflichtfeld*, Geben Sie mindestens einen Wert an" + }, + "UIKit.LocalizedTextInput.show": { + "developer_comment": "Label of language expansion button", + "string": "Alle Sprachen anzeigen" + }, + "UIKit.MoneyInput.highPrecision": { + "developer_comment": "Label of high precision tooltip in MoneyInput", + "string": "Hochpräzisionspreis" + }, + "UIKit.MultilineTextInput.collapse": { + "developer_comment": "The label for \"collapse\" action", + "string": "Ausblenden" + }, + "UIKit.MultilineTextInput.expand": { + "developer_comment": "The label for \"expand\" action", + "string": "Einblenden" + }, + "UIKit.Pagination.PageNavigator.nextPageLabel": { + "developer_comment": "Label for next page button", + "string": "Nächste Seite" + }, + "UIKit.Pagination.PageNavigator.page": { + "developer_comment": "Label for page", + "string": "Seite" + }, + "UIKit.Pagination.PageNavigator.pageCount": { + "developer_comment": "Label for total pages", + "string": "von {count}" + }, + "UIKit.Pagination.PageNavigator.previousPageLabel": { + "developer_comment": "Label for previous page button", + "string": "Vorherige Seite" + }, + "UIKit.Pagination.PageSizeSelector.pageSize": { + "developer_comment": "How many items are per page", + "string": "Artikel pro Seite ({count} Artikel)" + }, + "UIKit.PasswordField.hide": { + "developer_comment": "Label for the button to hide the password", + "string": "verbergen" + }, + "UIKit.PasswordField.show": { + "developer_comment": "Label for the button to show the password", + "string": "anzeigen" + }, + "UIKit.RichTextBody.boldButtonLabel": { + "developer_comment": "Label for the bold button", + "string": "Fett" + }, + "UIKit.RichTextBody.expandButtonLabel": { + "developer_comment": "Label for the expand button", + "string": "Einblenden" + }, + "UIKit.RichTextBody.italicButtonLabel": { + "developer_comment": "Label for the italic button", + "string": "Kursiv" + }, + "UIKit.RichTextBody.moreStylesDropdownLabel": { + "developer_comment": "Label for the more styles dropdown", + "string": "Weitere Stile" + }, + "UIKit.RichTextBody.moreStylesDropdownOptionStrikethrough": { + "developer_comment": "label for the more styles `strikethrough` option", + "string": "Durchgestrichen" + }, + "UIKit.RichTextBody.moreStylesDropdownOptionSubscript": { + "developer_comment": "label for the more styles `subscript` option", + "string": "Tiefstellen" + }, + "UIKit.RichTextBody.moreStylesDropdownOptionSuperscript": { + "developer_comment": "label for the more styles `superscript` option", + "string": "Hochstellen" + }, + "UIKit.RichTextBody.orderedListButtonLabel": { + "developer_comment": "Label for the numbered list button", + "string": "Nummerierte Liste" + }, + "UIKit.RichTextBody.redoButtonLabel": { + "developer_comment": "Label for the redo button", + "string": "Wiederholen" + }, + "UIKit.RichTextBody.styleDropdownLabel": { + "developer_comment": "Label for the style dropdown", + "string": "Textstil" + }, + "UIKit.RichTextBody.styleDropdownOptionH1": { + "developer_comment": "Label for the `headline-one` option", + "string": "Überschrift H1" + }, + "UIKit.RichTextBody.styleDropdownOptionH2": { + "developer_comment": "Label for the `headline-two` option", + "string": "Überschrift H2" + }, + "UIKit.RichTextBody.styleDropdownOptionH3": { + "developer_comment": "Label for the `headline-three` option", + "string": "Überschrift H3" + }, + "UIKit.RichTextBody.styleDropdownOptionH4": { + "developer_comment": "Label for the `headline-four` option", + "string": "Überschrift H4" + }, + "UIKit.RichTextBody.styleDropdownOptionH5": { + "developer_comment": "Label for the `headline-five` option", + "string": "Überschrift H5" + }, + "UIKit.RichTextBody.styleDropdownOptionParagraph": { + "developer_comment": "Label for the `paragraph` option", + "string": "Paragraf" + }, + "UIKit.RichTextBody.styleDropdownOptionPreformatted": { + "developer_comment": "Label for the `code` option", + "string": "Vorformatiert" + }, + "UIKit.RichTextBody.styleDropdownOptionQuote": { + "developer_comment": "Label for the `quote` option", + "string": "Zitat" + }, + "UIKit.RichTextBody.underlinedButtonLabel": { + "developer_comment": "Label for the underline button", + "string": "Unterstrichen" + }, + "UIKit.RichTextBody.undoButtonLabel": { + "developer_comment": "Label for the undo button", + "string": "Rückgängig" + }, + "UIKit.RichTextBody.unorderedListButtonLabel": { + "developer_comment": "Label for the bullet list button", + "string": "Aufzählungsliste" + }, + "UIKit.SearchSelectInput.loadingOptionsMessage": { + "developer_comment": "Text showed while the options are being loaded", + "string": "Genaue Übereinstimmungen werden geladen" + }, + "UIKit.SearchSelectInput.noOptionsMessage": { + "developer_comment": "Text of search select dropdown when no options match search text", + "string": "Keine Übereinstimmungen mit Ihrem Suchbegriff gefunden" + }, + "UIKit.SearchSelectInput.placeholderMessage": { + "developer_comment": "Placeholder text for the input", + "string": "Suche nach …" + }, + "UIKit.SelectInput.loadingOptions": { + "developer_comment": "Default input loading text", + "string": "Laden …" + }, + "UIKit.SelectInput.noOptionsMessageWithInputValue": { + "developer_comment": "Text of dropdown when no options match search text", + "string": "Keine Optionen" + }, + "UIKit.SelectInput.noOptionsMessageWithoutInputValue": { + "developer_comment": "Text of dropdown when no options exist", + "string": "Keine Optionen" + }, + "UIKit.SelectInput.placeholder": { + "developer_comment": "Default input placeholder text", + "string": "Auswählen..." + }, + "UIKit.TimeInput.placeholder": { + "developer_comment": "Placeholder for time input", + "string": "HH:mm" + } +} \ No newline at end of file diff --git a/packages/i18n/data/en.json b/packages/i18n/data/en.json index e9babc8fbc..9e278dd9fb 100644 --- a/packages/i18n/data/en.json +++ b/packages/i18n/data/en.json @@ -1,75 +1,294 @@ { - "UIKit.CalendarHeader.nextMonthTooltip": "Next month", - "UIKit.CalendarHeader.nextYearTooltip": "Next year", - "UIKit.CalendarHeader.previousMonthTooltip": "Previous month", - "UIKit.CalendarHeader.previousYearTooltip": "Previous year", - "UIKit.CalendarHeader.todayTooltip": "Today", - "UIKit.ClearButton.clearButtonLabel": "Clear", - "UIKit.CreatableSelectInput.createLabel": "Create \"{inputValue}\"", - "UIKit.DataTableManager.ColumnManager.DroppablePanel.loadMoreAttributesHint": "Load more attributes by using the search input above", - "UIKit.DataTableManager.ColumnManager.closeButtonLabel": "Close", - "UIKit.DataTableManager.ColumnManager.hiddenColumns": "Hidden columns", - "UIKit.DataTableManager.ColumnManager.noHiddenColumnsToShow": "There are no hidden columns to show.", - "UIKit.DataTableManager.ColumnManager.noSelectedColumnsToShow": "There are no selected columns to show.", - "UIKit.DataTableManager.ColumnManager.title": "Column Manager", - "UIKit.DataTableManager.ColumnSelectorGroups.visible": "Visible columns", - "UIKit.DataTableManager.DensityManager.closeButtonLabel": "Close", - "UIKit.DataTableManager.DensityManager.densityDisplayComfortableOption": "Comfortable", - "UIKit.DataTableManager.DensityManager.densityDisplayCompactOption": "Compact", - "UIKit.DataTableManager.DensityManager.densityDisplaySubtitle": "Row density", - "UIKit.DataTableManager.DensityManager.textWrappingAllWrapVisibleOption": "Display full texts.", - "UIKit.DataTableManager.DensityManager.textWrappingShowHideOnDemandOption": "Display text previews. Expand them on demand.", - "UIKit.DataTableManager.DensityManager.textWrappingSubtitle": "Text visibility", - "UIKit.DataTableManager.DensityManager.title": "Table layout settings", - "UIKit.DataTableManager.TableSettings.columnManagerOption": "Column manager", - "UIKit.DataTableManager.TableSettings.displaySettingsOption": "Layout settings", - "UIKit.DataTableManager.TableSettings.placeholder": "Table settings", - "UIKit.FieldErrors.invalidFractionalNumber": "A whole number is required.", - "UIKit.FieldErrors.invalidNegativeNumber": "Negative number is not supported.", - "UIKit.FieldErrors.missingRequiredField": "This field is required. Provide a value.", - "UIKit.LocalizedMoneyInput.hide": "Hide currencies ({remainingCurrencies})", - "UIKit.LocalizedMoneyInput.missingRequiredField": "This field is required. Provide at least one value.", - "UIKit.LocalizedMoneyInput.show": "Show all currencies ({remainingCurrencies})", - "UIKit.LocalizedTextInput.hide": "Hide languages ({remainingLanguages})", - "UIKit.LocalizedTextInput.missingRequiredField": "This field is required. Provide at least one value.", - "UIKit.LocalizedTextInput.show": "Show all languages ({remainingLanguages})", - "UIKit.MoneyInput.highPrecision": "High Precision Price", - "UIKit.MultilineTextInput.collapse": "Collapse", - "UIKit.MultilineTextInput.expand": "Expand", - "UIKit.Pagination.PageNavigator.nextPageLabel": "Next page", - "UIKit.Pagination.PageNavigator.page": "Page", - "UIKit.Pagination.PageNavigator.pageCount": "of {count}", - "UIKit.Pagination.PageNavigator.previousPageLabel": "Previous page", - "UIKit.Pagination.PageSizeSelector.pageSize": "Items per page ({count} items)", - "UIKit.PasswordField.hide": "hide", - "UIKit.PasswordField.show": "show", - "UIKit.RichTextBody.boldButtonLabel": "Bold", - "UIKit.RichTextBody.expandButtonLabel": "Expand", - "UIKit.RichTextBody.italicButtonLabel": "Italic", - "UIKit.RichTextBody.moreStylesDropdownLabel": "More styles", - "UIKit.RichTextBody.moreStylesDropdownOptionStrikethrough": "Strikethrough", - "UIKit.RichTextBody.moreStylesDropdownOptionSubscript": "Subscript", - "UIKit.RichTextBody.moreStylesDropdownOptionSuperscript": "Superscript", - "UIKit.RichTextBody.orderedListButtonLabel": "Numbered list", - "UIKit.RichTextBody.redoButtonLabel": "Redo", - "UIKit.RichTextBody.styleDropdownLabel": "Style", - "UIKit.RichTextBody.styleDropdownOptionH1": "Headline H1", - "UIKit.RichTextBody.styleDropdownOptionH2": "Headline H2", - "UIKit.RichTextBody.styleDropdownOptionH3": "Headline H3", - "UIKit.RichTextBody.styleDropdownOptionH4": "Headline H4", - "UIKit.RichTextBody.styleDropdownOptionH5": "Headline H5", - "UIKit.RichTextBody.styleDropdownOptionParagraph": "Paragraph", - "UIKit.RichTextBody.styleDropdownOptionPreformatted": "Preformatted", - "UIKit.RichTextBody.styleDropdownOptionQuote": "Quote", - "UIKit.RichTextBody.underlinedButtonLabel": "Underline", - "UIKit.RichTextBody.undoButtonLabel": "Undo", - "UIKit.RichTextBody.unorderedListButtonLabel": "Bullet list", - "UIKit.SearchSelectInput.loadingOptionsMessage": "Loading exact matches", - "UIKit.SearchSelectInput.noOptionsMessage": "No matches found for your search term", - "UIKit.SearchSelectInput.placeholderMessage": "Search by…", - "UIKit.SelectInput.loadingOptions": "Loading...", - "UIKit.SelectInput.noOptionsMessageWithInputValue": "No options", - "UIKit.SelectInput.noOptionsMessageWithoutInputValue": "No options", - "UIKit.SelectInput.placeholder": "Select...", - "UIKit.TimeInput.placeholder": "HH:mm AM/PM" + "UIKit.CalendarHeader.nextMonthTooltip": { + "developer_comment": "Tooltip title when user hovers the next month button", + "string": "Next month" + }, + "UIKit.CalendarHeader.nextYearTooltip": { + "developer_comment": "Tooltip title when user hovers the next year button", + "string": "Next year" + }, + "UIKit.CalendarHeader.previousMonthTooltip": { + "developer_comment": "Tooltip title when user hovers the previous month button", + "string": "Previous month" + }, + "UIKit.CalendarHeader.previousYearTooltip": { + "developer_comment": "Tooltip title when user hovers the previous year button", + "string": "Previous year" + }, + "UIKit.CalendarHeader.todayTooltip": { + "developer_comment": "Tooltip title when user hovers the today button", + "string": "Today" + }, + "UIKit.ClearButton.clearButtonLabel": { + "developer_comment": "Label for the clear button", + "string": "Clear" + }, + "UIKit.CreatableSelectInput.createLabel": { + "developer_comment": "Text of dropdown when creating option", + "string": "Create \"{inputValue}\"" + }, + "UIKit.DataTableManager.ColumnManager.DroppablePanel.loadMoreAttributesHint": { + "developer_comment": "Indicate that the user can use the search input to load more attributes", + "string": "Load more attributes by using the search input above" + }, + "UIKit.DataTableManager.ColumnManager.closeButtonLabel": { + "developer_comment": "Label for density manager close button.", + "string": "Close" + }, + "UIKit.DataTableManager.ColumnManager.hiddenColumns": { + "developer_comment": "Message for the hidden columns section", + "string": "Hidden columns" + }, + "UIKit.DataTableManager.ColumnManager.noHiddenColumnsToShow": { + "developer_comment": "Label when there are no hidden columns to show", + "string": "There are no hidden columns to show." + }, + "UIKit.DataTableManager.ColumnManager.noSelectedColumnsToShow": { + "developer_comment": "Label when there are no selected columns to show", + "string": "There are no selected columns to show." + }, + "UIKit.DataTableManager.ColumnManager.title": { + "developer_comment": "Title for the column manager component.", + "string": "Column Manager" + }, + "UIKit.DataTableManager.ColumnSelectorGroups.visible": { + "developer_comment": "Message for the visible columns section.", + "string": "Visible columns" + }, + "UIKit.DataTableManager.DensityManager.closeButtonLabel": { + "developer_comment": "Label for density manager close button.", + "string": "Close" + }, + "UIKit.DataTableManager.DensityManager.densityDisplayComfortableOption": { + "developer_comment": "Density display default option.", + "string": "Comfortable" + }, + "UIKit.DataTableManager.DensityManager.densityDisplayCompactOption": { + "developer_comment": "Density display compact option.", + "string": "Compact" + }, + "UIKit.DataTableManager.DensityManager.densityDisplaySubtitle": { + "developer_comment": "Subtitle for the density display options.", + "string": "Row density" + }, + "UIKit.DataTableManager.DensityManager.textWrappingAllWrapVisibleOption": { + "developer_comment": "All wrapped texts visible option.", + "string": "Display full texts." + }, + "UIKit.DataTableManager.DensityManager.textWrappingShowHideOnDemandOption": { + "developer_comment": "Show or hide texts on demand option.", + "string": "Display text previews. Expand them on demand." + }, + "UIKit.DataTableManager.DensityManager.textWrappingSubtitle": { + "developer_comment": "Subtitle for the text wrapping options.", + "string": "Text visibility" + }, + "UIKit.DataTableManager.DensityManager.title": { + "developer_comment": "Title for the density manager component.", + "string": "Table layout settings" + }, + "UIKit.DataTableManager.TableSettings.columnManagerOption": { + "developer_comment": "Column manager dropdown option label.", + "string": "Column manager" + }, + "UIKit.DataTableManager.TableSettings.displaySettingsOption": { + "developer_comment": "Display settings dropdown option label.", + "string": "Layout settings" + }, + "UIKit.DataTableManager.TableSettings.placeholder": { + "developer_comment": "Placeholder for the table settings select component.", + "string": "Table settings" + }, + "UIKit.FieldErrors.invalidFractionalNumber": { + "developer_comment": "Error message when fractional number is used", + "string": "A whole number is required." + }, + "UIKit.FieldErrors.invalidNegativeNumber": { + "developer_comment": "Error message when negative number is used", + "string": "Negative number is not supported." + }, + "UIKit.FieldErrors.missingRequiredField": { + "developer_comment": "Error message for missing required value", + "string": "This field is required. Provide a value." + }, + "UIKit.LocalizedMoneyInput.hide": { + "developer_comment": "Hide currencies button", + "string": "Hide currencies ({remainingCurrencies})" + }, + "UIKit.LocalizedMoneyInput.missingRequiredField": { + "developer_comment": "Error message for missing required value", + "string": "This field is required. Provide at least one value." + }, + "UIKit.LocalizedMoneyInput.show": { + "developer_comment": "Show all currencies button", + "string": "Show all currencies ({remainingCurrencies})" + }, + "UIKit.LocalizedTextInput.hide": { + "developer_comment": "Label of language collapse button", + "string": "Hide languages ({remainingLanguages})" + }, + "UIKit.LocalizedTextInput.missingRequiredField": { + "developer_comment": "Error message for missing required value", + "string": "This field is required. Provide at least one value." + }, + "UIKit.LocalizedTextInput.show": { + "developer_comment": "Label of language expansion button", + "string": "Show all languages ({remainingLanguages})" + }, + "UIKit.MoneyInput.highPrecision": { + "developer_comment": "Label of high precision tooltip in MoneyInput", + "string": "High Precision Price" + }, + "UIKit.MultilineTextInput.collapse": { + "developer_comment": "The label for \"collapse\" action", + "string": "Collapse" + }, + "UIKit.MultilineTextInput.expand": { + "developer_comment": "The label for \"expand\" action", + "string": "Expand" + }, + "UIKit.Pagination.PageNavigator.nextPageLabel": { + "developer_comment": "Label for next page button", + "string": "Next page" + }, + "UIKit.Pagination.PageNavigator.page": { + "developer_comment": "Label for page", + "string": "Page" + }, + "UIKit.Pagination.PageNavigator.pageCount": { + "developer_comment": "Label for total pages", + "string": "of {count}" + }, + "UIKit.Pagination.PageNavigator.previousPageLabel": { + "developer_comment": "Label for previous page button", + "string": "Previous page" + }, + "UIKit.Pagination.PageSizeSelector.pageSize": { + "developer_comment": "How many items are per page", + "string": "Items per page ({count} items)" + }, + "UIKit.PasswordField.hide": { + "developer_comment": "Label for the button to hide the password", + "string": "hide" + }, + "UIKit.PasswordField.show": { + "developer_comment": "Label for the button to show the password", + "string": "show" + }, + "UIKit.RichTextBody.boldButtonLabel": { + "developer_comment": "Label for the bold button", + "string": "Bold" + }, + "UIKit.RichTextBody.expandButtonLabel": { + "developer_comment": "Label for the expand button", + "string": "Expand" + }, + "UIKit.RichTextBody.italicButtonLabel": { + "developer_comment": "Label for the italic button", + "string": "Italic" + }, + "UIKit.RichTextBody.moreStylesDropdownLabel": { + "developer_comment": "Label for the more styles dropdown", + "string": "More styles" + }, + "UIKit.RichTextBody.moreStylesDropdownOptionStrikethrough": { + "developer_comment": "label for the more styles `strikethrough` option", + "string": "Strikethrough" + }, + "UIKit.RichTextBody.moreStylesDropdownOptionSubscript": { + "developer_comment": "label for the more styles `subscript` option", + "string": "Subscript" + }, + "UIKit.RichTextBody.moreStylesDropdownOptionSuperscript": { + "developer_comment": "label for the more styles `superscript` option", + "string": "Superscript" + }, + "UIKit.RichTextBody.orderedListButtonLabel": { + "developer_comment": "Label for the numbered list button", + "string": "Numbered list" + }, + "UIKit.RichTextBody.redoButtonLabel": { + "developer_comment": "Label for the redo button", + "string": "Redo" + }, + "UIKit.RichTextBody.styleDropdownLabel": { + "developer_comment": "Label for the style dropdown", + "string": "Style" + }, + "UIKit.RichTextBody.styleDropdownOptionH1": { + "developer_comment": "Label for the `headline-one` option", + "string": "Headline H1" + }, + "UIKit.RichTextBody.styleDropdownOptionH2": { + "developer_comment": "Label for the `headline-two` option", + "string": "Headline H2" + }, + "UIKit.RichTextBody.styleDropdownOptionH3": { + "developer_comment": "Label for the `headline-three` option", + "string": "Headline H3" + }, + "UIKit.RichTextBody.styleDropdownOptionH4": { + "developer_comment": "Label for the `headline-four` option", + "string": "Headline H4" + }, + "UIKit.RichTextBody.styleDropdownOptionH5": { + "developer_comment": "Label for the `headline-five` option", + "string": "Headline H5" + }, + "UIKit.RichTextBody.styleDropdownOptionParagraph": { + "developer_comment": "Label for the `paragraph` option", + "string": "Paragraph" + }, + "UIKit.RichTextBody.styleDropdownOptionPreformatted": { + "developer_comment": "Label for the `code` option", + "string": "Preformatted" + }, + "UIKit.RichTextBody.styleDropdownOptionQuote": { + "developer_comment": "Label for the `quote` option", + "string": "Quote" + }, + "UIKit.RichTextBody.underlinedButtonLabel": { + "developer_comment": "Label for the underline button", + "string": "Underline" + }, + "UIKit.RichTextBody.undoButtonLabel": { + "developer_comment": "Label for the undo button", + "string": "Undo" + }, + "UIKit.RichTextBody.unorderedListButtonLabel": { + "developer_comment": "Label for the bullet list button", + "string": "Bullet list" + }, + "UIKit.SearchSelectInput.loadingOptionsMessage": { + "developer_comment": "Text showed while the options are being loaded", + "string": "Loading exact matches" + }, + "UIKit.SearchSelectInput.noOptionsMessage": { + "developer_comment": "Text of search select dropdown when no options match search text", + "string": "No matches found for your search term" + }, + "UIKit.SearchSelectInput.placeholderMessage": { + "developer_comment": "Placeholder text for the input", + "string": "Search by…" + }, + "UIKit.SelectInput.loadingOptions": { + "developer_comment": "Default input loading text", + "string": "Loading..." + }, + "UIKit.SelectInput.noOptionsMessageWithInputValue": { + "developer_comment": "Text of dropdown when no options match search text", + "string": "No options" + }, + "UIKit.SelectInput.noOptionsMessageWithoutInputValue": { + "developer_comment": "Text of dropdown when no options exist", + "string": "No options" + }, + "UIKit.SelectInput.placeholder": { + "developer_comment": "Default input placeholder text", + "string": "Select..." + }, + "UIKit.TimeInput.placeholder": { + "developer_comment": "Placeholder for time input", + "string": "HH:mm AM/PM" + } } diff --git a/packages/i18n/data/es.json b/packages/i18n/data/es.json index 683ef27b61..e8528f0e64 100644 --- a/packages/i18n/data/es.json +++ b/packages/i18n/data/es.json @@ -1,75 +1,294 @@ { - "UIKit.CalendarHeader.nextMonthTooltip": "Próximo mes", - "UIKit.CalendarHeader.nextYearTooltip": "Próximo año", - "UIKit.CalendarHeader.previousMonthTooltip": "Mes anterior", - "UIKit.CalendarHeader.previousYearTooltip": "Año anterior", - "UIKit.CalendarHeader.todayTooltip": "Hoy", - "UIKit.ClearButton.clearButtonLabel": "Borrar", - "UIKit.CreatableSelectInput.createLabel": "Crear \"{inputValue}\"", - "UIKit.DataTableManager.ColumnManager.DroppablePanel.loadMoreAttributesHint": "Cargue más atributos utilizando el campo de búsqueda situado arriba", - "UIKit.DataTableManager.ColumnManager.closeButtonLabel": "Cerrar", - "UIKit.DataTableManager.ColumnManager.hiddenColumns": "Columnas ocultas", - "UIKit.DataTableManager.ColumnManager.noHiddenColumnsToShow": "No hay columnas ocultas para mostrar.", - "UIKit.DataTableManager.ColumnManager.noSelectedColumnsToShow": "No hay columnas seleccionadas para mostrar.", - "UIKit.DataTableManager.ColumnManager.title": "Gestor de columnas", - "UIKit.DataTableManager.ColumnSelectorGroups.visible": "Columnas visibles", - "UIKit.DataTableManager.DensityManager.closeButtonLabel": "Cerrar", - "UIKit.DataTableManager.DensityManager.densityDisplayComfortableOption": "Confortable", - "UIKit.DataTableManager.DensityManager.densityDisplayCompactOption": "Compacta", - "UIKit.DataTableManager.DensityManager.densityDisplaySubtitle": "Densidad de las filas", - "UIKit.DataTableManager.DensityManager.textWrappingAllWrapVisibleOption": "Mostrar textos completos.", - "UIKit.DataTableManager.DensityManager.textWrappingShowHideOnDemandOption": "Mostrar vistas preliminares del texto. Expandirlos bajo demanda.", - "UIKit.DataTableManager.DensityManager.textWrappingSubtitle": "Visibilidad del texto", - "UIKit.DataTableManager.DensityManager.title": "Ajustes de visualización de la tabla", - "UIKit.DataTableManager.TableSettings.columnManagerOption": "Gestor de columnas", - "UIKit.DataTableManager.TableSettings.displaySettingsOption": "Ajustes de visualización", - "UIKit.DataTableManager.TableSettings.placeholder": "Ajustes de tabla", - "UIKit.FieldErrors.invalidFractionalNumber": "Sólo números enteros soportados", - "UIKit.FieldErrors.invalidNegativeNumber": "Sólo números positivos soportados", - "UIKit.FieldErrors.missingRequiredField": "Este campo es obligatorio. Proporcione un valor al menos.", - "UIKit.LocalizedMoneyInput.hide": "Ocultar divisas ({remainingCurrencies})", - "UIKit.LocalizedMoneyInput.missingRequiredField": "Este campo es obligatorio. Proporcione un valor al menos.", - "UIKit.LocalizedMoneyInput.show": "Mostrar todas las divisas ({remainingCurrencies})", - "UIKit.LocalizedTextInput.hide": "Ocultar lenguajes ({remainingLanguages})", - "UIKit.LocalizedTextInput.missingRequiredField": "Este campo es obligatorio. Proporcione un valor al menos.", - "UIKit.LocalizedTextInput.show": "Mostrar todos los lenguajes ({remainingLanguages})", - "UIKit.MoneyInput.highPrecision": "Precio de alta precisión", - "UIKit.MultilineTextInput.collapse": "Contraer", - "UIKit.MultilineTextInput.expand": "Expandir", - "UIKit.Pagination.PageNavigator.nextPageLabel": "Siguiente página", - "UIKit.Pagination.PageNavigator.page": "Página", - "UIKit.Pagination.PageNavigator.pageCount": "de {count}", - "UIKit.Pagination.PageNavigator.previousPageLabel": "Página anterior", - "UIKit.Pagination.PageSizeSelector.pageSize": "Artículos por página ({count} artículos)", - "UIKit.PasswordField.hide": "ocultar", - "UIKit.PasswordField.show": "mostrar", - "UIKit.RichTextBody.boldButtonLabel": "Negrita", - "UIKit.RichTextBody.expandButtonLabel": "Expandir", - "UIKit.RichTextBody.italicButtonLabel": "Itálica", - "UIKit.RichTextBody.moreStylesDropdownLabel": "Mas estilos", - "UIKit.RichTextBody.moreStylesDropdownOptionStrikethrough": "Tachar", - "UIKit.RichTextBody.moreStylesDropdownOptionSubscript": "Subíndice", - "UIKit.RichTextBody.moreStylesDropdownOptionSuperscript": "Superíndice", - "UIKit.RichTextBody.orderedListButtonLabel": "Lista numerada", - "UIKit.RichTextBody.redoButtonLabel": "Rehacer", - "UIKit.RichTextBody.styleDropdownLabel": "Estilo", - "UIKit.RichTextBody.styleDropdownOptionH1": "Título 1", - "UIKit.RichTextBody.styleDropdownOptionH2": "Título 2", - "UIKit.RichTextBody.styleDropdownOptionH3": "Título 3", - "UIKit.RichTextBody.styleDropdownOptionH4": "Título 4", - "UIKit.RichTextBody.styleDropdownOptionH5": "Título 5", - "UIKit.RichTextBody.styleDropdownOptionParagraph": "Párrafo", - "UIKit.RichTextBody.styleDropdownOptionPreformatted": "Preformateado", - "UIKit.RichTextBody.styleDropdownOptionQuote": "Cita", - "UIKit.RichTextBody.underlinedButtonLabel": "Subrayado", - "UIKit.RichTextBody.undoButtonLabel": "Deshacer", - "UIKit.RichTextBody.unorderedListButtonLabel": "Lista con viñetas", - "UIKit.SearchSelectInput.loadingOptionsMessage": "Cargando coincidencias exactas", - "UIKit.SearchSelectInput.noOptionsMessage": "No se encontraron coincidencias para su término de búsqueda", - "UIKit.SearchSelectInput.placeholderMessage": "Buscar por...", - "UIKit.SelectInput.loadingOptions": "Cargando...", - "UIKit.SelectInput.noOptionsMessageWithInputValue": "Menú vacío", - "UIKit.SelectInput.noOptionsMessageWithoutInputValue": "Menú vacío", - "UIKit.SelectInput.placeholder": "Seleccionar...", - "UIKit.TimeInput.placeholder": "HH:mm" -} + "UIKit.CalendarHeader.nextMonthTooltip": { + "developer_comment": "Tooltip title when user hovers the next month button", + "string": "Próximo mes" + }, + "UIKit.CalendarHeader.nextYearTooltip": { + "developer_comment": "Tooltip title when user hovers the next year button", + "string": "Próximo año" + }, + "UIKit.CalendarHeader.previousMonthTooltip": { + "developer_comment": "Tooltip title when user hovers the previous month button", + "string": "Mes anterior" + }, + "UIKit.CalendarHeader.previousYearTooltip": { + "developer_comment": "Tooltip title when user hovers the previous year button", + "string": "Año anterior" + }, + "UIKit.CalendarHeader.todayTooltip": { + "developer_comment": "Tooltip title when user hovers the today button", + "string": "Hoy" + }, + "UIKit.ClearButton.clearButtonLabel": { + "developer_comment": "Label for the clear button", + "string": "Borrar" + }, + "UIKit.CreatableSelectInput.createLabel": { + "developer_comment": "Text of dropdown when creating option", + "string": "Crear \"{inputValue}\"" + }, + "UIKit.DataTableManager.ColumnManager.DroppablePanel.loadMoreAttributesHint": { + "developer_comment": "Indicate that the user can use the search input to load more attributes", + "string": "Cargue más atributos utilizando el campo de búsqueda situado arriba" + }, + "UIKit.DataTableManager.ColumnManager.closeButtonLabel": { + "developer_comment": "Label for density manager close button.", + "string": "Cerrar" + }, + "UIKit.DataTableManager.ColumnManager.hiddenColumns": { + "developer_comment": "Message for the hidden columns section", + "string": "Columnas ocultas" + }, + "UIKit.DataTableManager.ColumnManager.noHiddenColumnsToShow": { + "developer_comment": "Label when there are no hidden columns to show", + "string": "No hay columnas ocultas para mostrar." + }, + "UIKit.DataTableManager.ColumnManager.noSelectedColumnsToShow": { + "developer_comment": "Label when there are no selected columns to show", + "string": "No hay columnas seleccionadas para mostrar." + }, + "UIKit.DataTableManager.ColumnManager.title": { + "developer_comment": "Title for the column manager component.", + "string": "Gestor de columnas" + }, + "UIKit.DataTableManager.ColumnSelectorGroups.visible": { + "developer_comment": "Message for the visible columns section.", + "string": "Columnas visibles" + }, + "UIKit.DataTableManager.DensityManager.closeButtonLabel": { + "developer_comment": "Label for density manager close button.", + "string": "Cerrar" + }, + "UIKit.DataTableManager.DensityManager.densityDisplayComfortableOption": { + "developer_comment": "Density display default option.", + "string": "Confortable" + }, + "UIKit.DataTableManager.DensityManager.densityDisplayCompactOption": { + "developer_comment": "Density display compact option.", + "string": "Compacta" + }, + "UIKit.DataTableManager.DensityManager.densityDisplaySubtitle": { + "developer_comment": "Subtitle for the density display options.", + "string": "Densidad de las filas" + }, + "UIKit.DataTableManager.DensityManager.textWrappingAllWrapVisibleOption": { + "developer_comment": "All wrapped texts visible option.", + "string": "Mostrar textos completos." + }, + "UIKit.DataTableManager.DensityManager.textWrappingShowHideOnDemandOption": { + "developer_comment": "Show or hide texts on demand option.", + "string": "Mostrar vistas preliminares del texto. Expandirlos bajo demanda." + }, + "UIKit.DataTableManager.DensityManager.textWrappingSubtitle": { + "developer_comment": "Subtitle for the text wrapping options.", + "string": "Visibilidad del texto" + }, + "UIKit.DataTableManager.DensityManager.title": { + "developer_comment": "Title for the density manager component.", + "string": "Ajustes de visualización de la tabla" + }, + "UIKit.DataTableManager.TableSettings.columnManagerOption": { + "developer_comment": "Column manager dropdown option label.", + "string": "Gestor de columnas" + }, + "UIKit.DataTableManager.TableSettings.displaySettingsOption": { + "developer_comment": "Display settings dropdown option label.", + "string": "Ajustes de visualización" + }, + "UIKit.DataTableManager.TableSettings.placeholder": { + "developer_comment": "Placeholder for the table settings select component.", + "string": "Ajustes de tabla" + }, + "UIKit.FieldErrors.invalidFractionalNumber": { + "developer_comment": "Error message when fractional number is used", + "string": "Sólo números enteros soportados" + }, + "UIKit.FieldErrors.invalidNegativeNumber": { + "developer_comment": "Error message when negative number is used", + "string": "Sólo números positivos soportados" + }, + "UIKit.FieldErrors.missingRequiredField": { + "developer_comment": "Error message for missing required value", + "string": "Este campo es obligatorio. Proporcione un valor al menos." + }, + "UIKit.LocalizedMoneyInput.hide": { + "developer_comment": "Hide currencies button", + "string": "Ocultar divisas ({remainingCurrencies})" + }, + "UIKit.LocalizedMoneyInput.missingRequiredField": { + "developer_comment": "Error message for missing required value", + "string": "Este campo es obligatorio. Proporcione un valor al menos." + }, + "UIKit.LocalizedMoneyInput.show": { + "developer_comment": "Show all currencies button", + "string": "Mostrar todas las divisas ({remainingCurrencies})" + }, + "UIKit.LocalizedTextInput.hide": { + "developer_comment": "Label of language collapse button", + "string": "Ocultar lenguajes ({remainingLanguages})" + }, + "UIKit.LocalizedTextInput.missingRequiredField": { + "developer_comment": "Error message for missing required value", + "string": "Este campo es obligatorio. Proporcione un valor al menos." + }, + "UIKit.LocalizedTextInput.show": { + "developer_comment": "Label of language expansion button", + "string": "Mostrar todos los lenguajes ({remainingLanguages})" + }, + "UIKit.MoneyInput.highPrecision": { + "developer_comment": "Label of high precision tooltip in MoneyInput", + "string": "Precio de alta precisión" + }, + "UIKit.MultilineTextInput.collapse": { + "developer_comment": "The label for \"collapse\" action", + "string": "Contraer" + }, + "UIKit.MultilineTextInput.expand": { + "developer_comment": "The label for \"expand\" action", + "string": "Expandir" + }, + "UIKit.Pagination.PageNavigator.nextPageLabel": { + "developer_comment": "Label for next page button", + "string": "Siguiente página" + }, + "UIKit.Pagination.PageNavigator.page": { + "developer_comment": "Label for page", + "string": "Página" + }, + "UIKit.Pagination.PageNavigator.pageCount": { + "developer_comment": "Label for total pages", + "string": "de {count}" + }, + "UIKit.Pagination.PageNavigator.previousPageLabel": { + "developer_comment": "Label for previous page button", + "string": "Página anterior" + }, + "UIKit.Pagination.PageSizeSelector.pageSize": { + "developer_comment": "How many items are per page", + "string": "Artículos por página ({count} artículos)" + }, + "UIKit.PasswordField.hide": { + "developer_comment": "Label for the button to hide the password", + "string": "ocultar" + }, + "UIKit.PasswordField.show": { + "developer_comment": "Label for the button to show the password", + "string": "mostrar" + }, + "UIKit.RichTextBody.boldButtonLabel": { + "developer_comment": "Label for the bold button", + "string": "Negrita" + }, + "UIKit.RichTextBody.expandButtonLabel": { + "developer_comment": "Label for the expand button", + "string": "Expandir" + }, + "UIKit.RichTextBody.italicButtonLabel": { + "developer_comment": "Label for the italic button", + "string": "Itálica" + }, + "UIKit.RichTextBody.moreStylesDropdownLabel": { + "developer_comment": "Label for the more styles dropdown", + "string": "Mas estilos" + }, + "UIKit.RichTextBody.moreStylesDropdownOptionStrikethrough": { + "developer_comment": "label for the more styles `strikethrough` option", + "string": "Tachar" + }, + "UIKit.RichTextBody.moreStylesDropdownOptionSubscript": { + "developer_comment": "label for the more styles `subscript` option", + "string": "Subíndice" + }, + "UIKit.RichTextBody.moreStylesDropdownOptionSuperscript": { + "developer_comment": "label for the more styles `superscript` option", + "string": "Superíndice" + }, + "UIKit.RichTextBody.orderedListButtonLabel": { + "developer_comment": "Label for the numbered list button", + "string": "Lista numerada" + }, + "UIKit.RichTextBody.redoButtonLabel": { + "developer_comment": "Label for the redo button", + "string": "Rehacer" + }, + "UIKit.RichTextBody.styleDropdownLabel": { + "developer_comment": "Label for the style dropdown", + "string": "Estilo" + }, + "UIKit.RichTextBody.styleDropdownOptionH1": { + "developer_comment": "Label for the `headline-one` option", + "string": "Título 1" + }, + "UIKit.RichTextBody.styleDropdownOptionH2": { + "developer_comment": "Label for the `headline-two` option", + "string": "Título 2" + }, + "UIKit.RichTextBody.styleDropdownOptionH3": { + "developer_comment": "Label for the `headline-three` option", + "string": "Título 3" + }, + "UIKit.RichTextBody.styleDropdownOptionH4": { + "developer_comment": "Label for the `headline-four` option", + "string": "Título 4" + }, + "UIKit.RichTextBody.styleDropdownOptionH5": { + "developer_comment": "Label for the `headline-five` option", + "string": "Título 5" + }, + "UIKit.RichTextBody.styleDropdownOptionParagraph": { + "developer_comment": "Label for the `paragraph` option", + "string": "Párrafo" + }, + "UIKit.RichTextBody.styleDropdownOptionPreformatted": { + "developer_comment": "Label for the `code` option", + "string": "Preformateado" + }, + "UIKit.RichTextBody.styleDropdownOptionQuote": { + "developer_comment": "Label for the `quote` option", + "string": "Cita" + }, + "UIKit.RichTextBody.underlinedButtonLabel": { + "developer_comment": "Label for the underline button", + "string": "Subrayado" + }, + "UIKit.RichTextBody.undoButtonLabel": { + "developer_comment": "Label for the undo button", + "string": "Deshacer" + }, + "UIKit.RichTextBody.unorderedListButtonLabel": { + "developer_comment": "Label for the bullet list button", + "string": "Lista con viñetas" + }, + "UIKit.SearchSelectInput.loadingOptionsMessage": { + "developer_comment": "Text showed while the options are being loaded", + "string": "Cargando coincidencias exactas" + }, + "UIKit.SearchSelectInput.noOptionsMessage": { + "developer_comment": "Text of search select dropdown when no options match search text", + "string": "No se encontraron coincidencias para su término de búsqueda" + }, + "UIKit.SearchSelectInput.placeholderMessage": { + "developer_comment": "Placeholder text for the input", + "string": "Buscar por..." + }, + "UIKit.SelectInput.loadingOptions": { + "developer_comment": "Default input loading text", + "string": "Cargando..." + }, + "UIKit.SelectInput.noOptionsMessageWithInputValue": { + "developer_comment": "Text of dropdown when no options match search text", + "string": "Menú vacío" + }, + "UIKit.SelectInput.noOptionsMessageWithoutInputValue": { + "developer_comment": "Text of dropdown when no options exist", + "string": "Menú vacío" + }, + "UIKit.SelectInput.placeholder": { + "developer_comment": "Default input placeholder text", + "string": "Seleccionar..." + }, + "UIKit.TimeInput.placeholder": { + "developer_comment": "Placeholder for time input", + "string": "HH:mm" + } +} \ No newline at end of file diff --git a/packages/i18n/data/fr-FR.json b/packages/i18n/data/fr-FR.json index b9a33b1fcb..28cd5abb95 100644 --- a/packages/i18n/data/fr-FR.json +++ b/packages/i18n/data/fr-FR.json @@ -1,75 +1,294 @@ { - "UIKit.CalendarHeader.nextMonthTooltip": "Mois suivant", - "UIKit.CalendarHeader.nextYearTooltip": "Année suivante", - "UIKit.CalendarHeader.previousMonthTooltip": "Mois précédent", - "UIKit.CalendarHeader.previousYearTooltip": "Année précédente", - "UIKit.CalendarHeader.todayTooltip": "Aujourd'hui", - "UIKit.ClearButton.clearButtonLabel": "Effacer", - "UIKit.CreatableSelectInput.createLabel": "Créer \"{inputValue}\"", - "UIKit.DataTableManager.ColumnManager.DroppablePanel.loadMoreAttributesHint": "Charger plus d'attributs grâce au champ de recherche ci-dessus", - "UIKit.DataTableManager.ColumnManager.closeButtonLabel": "Fermer", - "UIKit.DataTableManager.ColumnManager.hiddenColumns": "Colonnes masquées", - "UIKit.DataTableManager.ColumnManager.noHiddenColumnsToShow": "Il n'y a aucune colonne masquée à afficher.", - "UIKit.DataTableManager.ColumnManager.noSelectedColumnsToShow": "Il n'y a aucune colonne sélectionnée à afficher.", - "UIKit.DataTableManager.ColumnManager.title": "Gestionnaire de colonnes", - "UIKit.DataTableManager.ColumnSelectorGroups.visible": "Colonnes visibles", - "UIKit.DataTableManager.DensityManager.closeButtonLabel": "Fermer", - "UIKit.DataTableManager.DensityManager.densityDisplayComfortableOption": "Confortable", - "UIKit.DataTableManager.DensityManager.densityDisplayCompactOption": "Compact", - "UIKit.DataTableManager.DensityManager.densityDisplaySubtitle": "Densité de la ligne", - "UIKit.DataTableManager.DensityManager.textWrappingAllWrapVisibleOption": "Afficher le texte complet.", - "UIKit.DataTableManager.DensityManager.textWrappingShowHideOnDemandOption": "Afficher l'aperçu du texte. Le développer à la demande.", - "UIKit.DataTableManager.DensityManager.textWrappingSubtitle": "Affichage du texte", - "UIKit.DataTableManager.DensityManager.title": "Paramètres de disposition du tableau", - "UIKit.DataTableManager.TableSettings.columnManagerOption": "Gestionnaire de colonnes", - "UIKit.DataTableManager.TableSettings.displaySettingsOption": "Paramètres de disposition", - "UIKit.DataTableManager.TableSettings.placeholder": "Paramètres du tableau", - "UIKit.FieldErrors.invalidFractionalNumber": "Un nombre entier est requis.", - "UIKit.FieldErrors.invalidNegativeNumber": "Nombre négatif non pris en charge.", - "UIKit.FieldErrors.missingRequiredField": "Veuillez indiquer au moins une valeur.", - "UIKit.LocalizedMoneyInput.hide": "Masquer les devices ({remainingCurrencies})", - "UIKit.LocalizedMoneyInput.missingRequiredField": "Ce champ est requis. Veuillez indiquer une valeur.", - "UIKit.LocalizedMoneyInput.show": "Afficher toutes les devises ({remainingCurrencies})", - "UIKit.LocalizedTextInput.hide": "Masquer les langues ({remainingLanguages})", - "UIKit.LocalizedTextInput.missingRequiredField": "Ce champ est requis. Veuillez indiquer au moins une valeur.", - "UIKit.LocalizedTextInput.show": "Afficher toutes les langues ({remainingLanguages})", - "UIKit.MoneyInput.highPrecision": "Prix haute précision", - "UIKit.MultilineTextInput.collapse": "Réduire", - "UIKit.MultilineTextInput.expand": "Développer", - "UIKit.Pagination.PageNavigator.nextPageLabel": "Page suivante", - "UIKit.Pagination.PageNavigator.page": "Page", - "UIKit.Pagination.PageNavigator.pageCount": "sur {count}", - "UIKit.Pagination.PageNavigator.previousPageLabel": "Page précédente", - "UIKit.Pagination.PageSizeSelector.pageSize": "Articles par page ({count} articles)", - "UIKit.PasswordField.hide": "masquer", - "UIKit.PasswordField.show": "afficher", - "UIKit.RichTextBody.boldButtonLabel": "Gras", - "UIKit.RichTextBody.expandButtonLabel": "Développer", - "UIKit.RichTextBody.italicButtonLabel": "Italique", - "UIKit.RichTextBody.moreStylesDropdownLabel": "Plus de styles", - "UIKit.RichTextBody.moreStylesDropdownOptionStrikethrough": "Barré", - "UIKit.RichTextBody.moreStylesDropdownOptionSubscript": "Indice", - "UIKit.RichTextBody.moreStylesDropdownOptionSuperscript": "Exposant", - "UIKit.RichTextBody.orderedListButtonLabel": "Liste numérotée", - "UIKit.RichTextBody.redoButtonLabel": "Rétablir", - "UIKit.RichTextBody.styleDropdownLabel": "Style", - "UIKit.RichTextBody.styleDropdownOptionH1": "Titre T1", - "UIKit.RichTextBody.styleDropdownOptionH2": "Titre T2", - "UIKit.RichTextBody.styleDropdownOptionH3": "Titre T3", - "UIKit.RichTextBody.styleDropdownOptionH4": "Titre T4", - "UIKit.RichTextBody.styleDropdownOptionH5": "Titre T5", - "UIKit.RichTextBody.styleDropdownOptionParagraph": "Paragraphe", - "UIKit.RichTextBody.styleDropdownOptionPreformatted": "Préformaté", - "UIKit.RichTextBody.styleDropdownOptionQuote": "Citation", - "UIKit.RichTextBody.underlinedButtonLabel": "Souligné", - "UIKit.RichTextBody.undoButtonLabel": "Annuler", - "UIKit.RichTextBody.unorderedListButtonLabel": "Liste à puces", - "UIKit.SearchSelectInput.loadingOptionsMessage": "Chargement des correspondances exactes…", - "UIKit.SearchSelectInput.noOptionsMessage": "Aucune correspondance trouvée pour le terme recherché", - "UIKit.SearchSelectInput.placeholderMessage": "Rechercher par…", - "UIKit.SelectInput.loadingOptions": "Chargement en cours…", - "UIKit.SelectInput.noOptionsMessageWithInputValue": "Aucune option", - "UIKit.SelectInput.noOptionsMessageWithoutInputValue": "Aucune option", - "UIKit.SelectInput.placeholder": "Sélectionner...", - "UIKit.TimeInput.placeholder": "HH:mm AM/PM" -} + "UIKit.CalendarHeader.nextMonthTooltip": { + "developer_comment": "Tooltip title when user hovers the next month button", + "string": "Mois suivant" + }, + "UIKit.CalendarHeader.nextYearTooltip": { + "developer_comment": "Tooltip title when user hovers the next year button", + "string": "Année suivante" + }, + "UIKit.CalendarHeader.previousMonthTooltip": { + "developer_comment": "Tooltip title when user hovers the previous month button", + "string": "Mois précédent" + }, + "UIKit.CalendarHeader.previousYearTooltip": { + "developer_comment": "Tooltip title when user hovers the previous year button", + "string": "Année précédente" + }, + "UIKit.CalendarHeader.todayTooltip": { + "developer_comment": "Tooltip title when user hovers the today button", + "string": "Aujourd'hui" + }, + "UIKit.ClearButton.clearButtonLabel": { + "developer_comment": "Label for the clear button", + "string": "Effacer" + }, + "UIKit.CreatableSelectInput.createLabel": { + "developer_comment": "Text of dropdown when creating option", + "string": "Créer \"{inputValue}\"" + }, + "UIKit.DataTableManager.ColumnManager.DroppablePanel.loadMoreAttributesHint": { + "developer_comment": "Indicate that the user can use the search input to load more attributes", + "string": "Charger plus d'attributs grâce au champ de recherche ci-dessus" + }, + "UIKit.DataTableManager.ColumnManager.closeButtonLabel": { + "developer_comment": "Label for density manager close button.", + "string": "Fermer" + }, + "UIKit.DataTableManager.ColumnManager.hiddenColumns": { + "developer_comment": "Message for the hidden columns section", + "string": "Colonnes masquées" + }, + "UIKit.DataTableManager.ColumnManager.noHiddenColumnsToShow": { + "developer_comment": "Label when there are no hidden columns to show", + "string": "Il n'y a aucune colonne masquée à afficher." + }, + "UIKit.DataTableManager.ColumnManager.noSelectedColumnsToShow": { + "developer_comment": "Label when there are no selected columns to show", + "string": "Il n'y a aucune colonne sélectionnée à afficher." + }, + "UIKit.DataTableManager.ColumnManager.title": { + "developer_comment": "Title for the column manager component.", + "string": "Gestionnaire de colonnes" + }, + "UIKit.DataTableManager.ColumnSelectorGroups.visible": { + "developer_comment": "Message for the visible columns section.", + "string": "Colonnes visibles" + }, + "UIKit.DataTableManager.DensityManager.closeButtonLabel": { + "developer_comment": "Label for density manager close button.", + "string": "Fermer" + }, + "UIKit.DataTableManager.DensityManager.densityDisplayComfortableOption": { + "developer_comment": "Density display default option.", + "string": "Confortable" + }, + "UIKit.DataTableManager.DensityManager.densityDisplayCompactOption": { + "developer_comment": "Density display compact option.", + "string": "Compact" + }, + "UIKit.DataTableManager.DensityManager.densityDisplaySubtitle": { + "developer_comment": "Subtitle for the density display options.", + "string": "Densité de la ligne" + }, + "UIKit.DataTableManager.DensityManager.textWrappingAllWrapVisibleOption": { + "developer_comment": "All wrapped texts visible option.", + "string": "Afficher le texte complet." + }, + "UIKit.DataTableManager.DensityManager.textWrappingShowHideOnDemandOption": { + "developer_comment": "Show or hide texts on demand option.", + "string": "Afficher l'aperçu du texte. Le développer à la demande." + }, + "UIKit.DataTableManager.DensityManager.textWrappingSubtitle": { + "developer_comment": "Subtitle for the text wrapping options.", + "string": "Affichage du texte" + }, + "UIKit.DataTableManager.DensityManager.title": { + "developer_comment": "Title for the density manager component.", + "string": "Paramètres de disposition du tableau" + }, + "UIKit.DataTableManager.TableSettings.columnManagerOption": { + "developer_comment": "Column manager dropdown option label.", + "string": "Gestionnaire de colonnes" + }, + "UIKit.DataTableManager.TableSettings.displaySettingsOption": { + "developer_comment": "Display settings dropdown option label.", + "string": "Paramètres de disposition" + }, + "UIKit.DataTableManager.TableSettings.placeholder": { + "developer_comment": "Placeholder for the table settings select component.", + "string": "Paramètres du tableau" + }, + "UIKit.FieldErrors.invalidFractionalNumber": { + "developer_comment": "Error message when fractional number is used", + "string": "Un nombre entier est requis." + }, + "UIKit.FieldErrors.invalidNegativeNumber": { + "developer_comment": "Error message when negative number is used", + "string": "Nombre négatif non pris en charge." + }, + "UIKit.FieldErrors.missingRequiredField": { + "developer_comment": "Error message for missing required value", + "string": "Veuillez indiquer au moins une valeur." + }, + "UIKit.LocalizedMoneyInput.hide": { + "developer_comment": "Hide currencies button", + "string": "Masquer les devices ({remainingCurrencies})" + }, + "UIKit.LocalizedMoneyInput.missingRequiredField": { + "developer_comment": "Error message for missing required value", + "string": "Ce champ est requis. Veuillez indiquer une valeur." + }, + "UIKit.LocalizedMoneyInput.show": { + "developer_comment": "Show all currencies button", + "string": "Afficher toutes les devises ({remainingCurrencies})" + }, + "UIKit.LocalizedTextInput.hide": { + "developer_comment": "Label of language collapse button", + "string": "Masquer les langues ({remainingLanguages})" + }, + "UIKit.LocalizedTextInput.missingRequiredField": { + "developer_comment": "Error message for missing required value", + "string": "Ce champ est requis. Veuillez indiquer au moins une valeur." + }, + "UIKit.LocalizedTextInput.show": { + "developer_comment": "Label of language expansion button", + "string": "Afficher toutes les langues ({remainingLanguages})" + }, + "UIKit.MoneyInput.highPrecision": { + "developer_comment": "Label of high precision tooltip in MoneyInput", + "string": "Prix haute précision" + }, + "UIKit.MultilineTextInput.collapse": { + "developer_comment": "The label for \"collapse\" action", + "string": "Réduire" + }, + "UIKit.MultilineTextInput.expand": { + "developer_comment": "The label for \"expand\" action", + "string": "Développer" + }, + "UIKit.Pagination.PageNavigator.nextPageLabel": { + "developer_comment": "Label for next page button", + "string": "Page suivante" + }, + "UIKit.Pagination.PageNavigator.page": { + "developer_comment": "Label for page", + "string": "Page" + }, + "UIKit.Pagination.PageNavigator.pageCount": { + "developer_comment": "Label for total pages", + "string": "sur {count}" + }, + "UIKit.Pagination.PageNavigator.previousPageLabel": { + "developer_comment": "Label for previous page button", + "string": "Page précédente" + }, + "UIKit.Pagination.PageSizeSelector.pageSize": { + "developer_comment": "How many items are per page", + "string": "Articles par page ({count} articles)" + }, + "UIKit.PasswordField.hide": { + "developer_comment": "Label for the button to hide the password", + "string": "masquer" + }, + "UIKit.PasswordField.show": { + "developer_comment": "Label for the button to show the password", + "string": "afficher" + }, + "UIKit.RichTextBody.boldButtonLabel": { + "developer_comment": "Label for the bold button", + "string": "Gras" + }, + "UIKit.RichTextBody.expandButtonLabel": { + "developer_comment": "Label for the expand button", + "string": "Développer" + }, + "UIKit.RichTextBody.italicButtonLabel": { + "developer_comment": "Label for the italic button", + "string": "Italique" + }, + "UIKit.RichTextBody.moreStylesDropdownLabel": { + "developer_comment": "Label for the more styles dropdown", + "string": "Plus de styles" + }, + "UIKit.RichTextBody.moreStylesDropdownOptionStrikethrough": { + "developer_comment": "label for the more styles `strikethrough` option", + "string": "Barré" + }, + "UIKit.RichTextBody.moreStylesDropdownOptionSubscript": { + "developer_comment": "label for the more styles `subscript` option", + "string": "Indice" + }, + "UIKit.RichTextBody.moreStylesDropdownOptionSuperscript": { + "developer_comment": "label for the more styles `superscript` option", + "string": "Exposant" + }, + "UIKit.RichTextBody.orderedListButtonLabel": { + "developer_comment": "Label for the numbered list button", + "string": "Liste numérotée" + }, + "UIKit.RichTextBody.redoButtonLabel": { + "developer_comment": "Label for the redo button", + "string": "Rétablir" + }, + "UIKit.RichTextBody.styleDropdownLabel": { + "developer_comment": "Label for the style dropdown", + "string": "Style" + }, + "UIKit.RichTextBody.styleDropdownOptionH1": { + "developer_comment": "Label for the `headline-one` option", + "string": "Titre T1" + }, + "UIKit.RichTextBody.styleDropdownOptionH2": { + "developer_comment": "Label for the `headline-two` option", + "string": "Titre T2" + }, + "UIKit.RichTextBody.styleDropdownOptionH3": { + "developer_comment": "Label for the `headline-three` option", + "string": "Titre T3" + }, + "UIKit.RichTextBody.styleDropdownOptionH4": { + "developer_comment": "Label for the `headline-four` option", + "string": "Titre T4" + }, + "UIKit.RichTextBody.styleDropdownOptionH5": { + "developer_comment": "Label for the `headline-five` option", + "string": "Titre T5" + }, + "UIKit.RichTextBody.styleDropdownOptionParagraph": { + "developer_comment": "Label for the `paragraph` option", + "string": "Paragraphe" + }, + "UIKit.RichTextBody.styleDropdownOptionPreformatted": { + "developer_comment": "Label for the `code` option", + "string": "Préformaté" + }, + "UIKit.RichTextBody.styleDropdownOptionQuote": { + "developer_comment": "Label for the `quote` option", + "string": "Citation" + }, + "UIKit.RichTextBody.underlinedButtonLabel": { + "developer_comment": "Label for the underline button", + "string": "Souligné" + }, + "UIKit.RichTextBody.undoButtonLabel": { + "developer_comment": "Label for the undo button", + "string": "Annuler" + }, + "UIKit.RichTextBody.unorderedListButtonLabel": { + "developer_comment": "Label for the bullet list button", + "string": "Liste à puces" + }, + "UIKit.SearchSelectInput.loadingOptionsMessage": { + "developer_comment": "Text showed while the options are being loaded", + "string": "Chargement des correspondances exactes…" + }, + "UIKit.SearchSelectInput.noOptionsMessage": { + "developer_comment": "Text of search select dropdown when no options match search text", + "string": "Aucune correspondance trouvée pour le terme recherché" + }, + "UIKit.SearchSelectInput.placeholderMessage": { + "developer_comment": "Placeholder text for the input", + "string": "Rechercher par…" + }, + "UIKit.SelectInput.loadingOptions": { + "developer_comment": "Default input loading text", + "string": "Chargement en cours…" + }, + "UIKit.SelectInput.noOptionsMessageWithInputValue": { + "developer_comment": "Text of dropdown when no options match search text", + "string": "Aucune option" + }, + "UIKit.SelectInput.noOptionsMessageWithoutInputValue": { + "developer_comment": "Text of dropdown when no options exist", + "string": "Aucune option" + }, + "UIKit.SelectInput.placeholder": { + "developer_comment": "Default input placeholder text", + "string": "Sélectionner..." + }, + "UIKit.TimeInput.placeholder": { + "developer_comment": "Placeholder for time input", + "string": "HH:mm AM/PM" + } +} \ No newline at end of file diff --git a/packages/i18n/data/pt-BR.json b/packages/i18n/data/pt-BR.json index 643c434b2d..77468e8c11 100644 --- a/packages/i18n/data/pt-BR.json +++ b/packages/i18n/data/pt-BR.json @@ -1,75 +1,294 @@ { - "UIKit.CalendarHeader.nextMonthTooltip": "Próximo mês", - "UIKit.CalendarHeader.nextYearTooltip": "Próximo ano", - "UIKit.CalendarHeader.previousMonthTooltip": "Mês anterior", - "UIKit.CalendarHeader.previousYearTooltip": "Ano anterior", - "UIKit.CalendarHeader.todayTooltip": "Hoje", - "UIKit.ClearButton.clearButtonLabel": "Limpar", - "UIKit.CreatableSelectInput.createLabel": "Criar \"{inputValue}\"", - "UIKit.DataTableManager.ColumnManager.DroppablePanel.loadMoreAttributesHint": "Carregue mais atributos usando a entrada de pesquisa acima", - "UIKit.DataTableManager.ColumnManager.closeButtonLabel": "Fechar", - "UIKit.DataTableManager.ColumnManager.hiddenColumns": "Colunas ocultas", - "UIKit.DataTableManager.ColumnManager.noHiddenColumnsToShow": "Não há colunas ocultas para mostrar.", - "UIKit.DataTableManager.ColumnManager.noSelectedColumnsToShow": "Não há colunas selecionadas para mostrar.", - "UIKit.DataTableManager.ColumnManager.title": "Gerenciador de colunas", - "UIKit.DataTableManager.ColumnSelectorGroups.visible": "Colunas visíveis", - "UIKit.DataTableManager.DensityManager.closeButtonLabel": "Fechar", - "UIKit.DataTableManager.DensityManager.densityDisplayComfortableOption": "Confortável", - "UIKit.DataTableManager.DensityManager.densityDisplayCompactOption": "Compacto", - "UIKit.DataTableManager.DensityManager.densityDisplaySubtitle": "Exibição de densidade", - "UIKit.DataTableManager.DensityManager.textWrappingAllWrapVisibleOption": "Tornar todos os textos agrupados visíveis", - "UIKit.DataTableManager.DensityManager.textWrappingShowHideOnDemandOption": "Mostrar/ocultar textos por linha sob demanda", - "UIKit.DataTableManager.DensityManager.textWrappingSubtitle": "Quebra automática de texto", - "UIKit.DataTableManager.DensityManager.title": "Exibir configurações", - "UIKit.DataTableManager.TableSettings.columnManagerOption": "Gerenciador de colunas", - "UIKit.DataTableManager.TableSettings.displaySettingsOption": "Exibir configurações", - "UIKit.DataTableManager.TableSettings.placeholder": "Configurações da tabela", - "UIKit.FieldErrors.invalidFractionalNumber": "É necessário um número inteiro.", - "UIKit.FieldErrors.invalidNegativeNumber": "Número negativo não é compatível.", - "UIKit.FieldErrors.missingRequiredField": "Este campo é obrigatório. Forneça um valor.", - "UIKit.LocalizedMoneyInput.hide": "Ocultar moedas ({remainingCurrencies})", - "UIKit.LocalizedMoneyInput.missingRequiredField": "Este campo é obrigatório. Forneça pelo menos um valor.", - "UIKit.LocalizedMoneyInput.show": "Mostrar todas as moedas ({remainingCurrencies})", - "UIKit.LocalizedTextInput.hide": "Ocultar moeadas ({remainingLanguages})", - "UIKit.LocalizedTextInput.missingRequiredField": "Este campo é obrigatório. Forneça pelo menos um valor.", - "UIKit.LocalizedTextInput.show": "Mostrar todos os idiomas ({remainingLanguages})", - "UIKit.MoneyInput.highPrecision": "Preço de alta precisão", - "UIKit.MultilineTextInput.collapse": "Recolher", - "UIKit.MultilineTextInput.expand": "Expandir", - "UIKit.Pagination.PageNavigator.nextPageLabel": "Próxima página", - "UIKit.Pagination.PageNavigator.page": "Página", - "UIKit.Pagination.PageNavigator.pageCount": "de {count}", - "UIKit.Pagination.PageNavigator.previousPageLabel": "Página anterior", - "UIKit.Pagination.PageSizeSelector.pageSize": "Itens por página ({count} itens)", - "UIKit.PasswordField.hide": "ocultar", - "UIKit.PasswordField.show": "mostrar", - "UIKit.RichTextBody.boldButtonLabel": "Negrito", - "UIKit.RichTextBody.expandButtonLabel": "Expandir", - "UIKit.RichTextBody.italicButtonLabel": "Itálico", - "UIKit.RichTextBody.moreStylesDropdownLabel": "Mais estilos", - "UIKit.RichTextBody.moreStylesDropdownOptionStrikethrough": "Tachado", - "UIKit.RichTextBody.moreStylesDropdownOptionSubscript": "Subscrito", - "UIKit.RichTextBody.moreStylesDropdownOptionSuperscript": "Sobrescrito", - "UIKit.RichTextBody.orderedListButtonLabel": "Lista numerada", - "UIKit.RichTextBody.redoButtonLabel": "Refazer", - "UIKit.RichTextBody.styleDropdownLabel": "Estilos de texto", - "UIKit.RichTextBody.styleDropdownOptionH1": "Título H1", - "UIKit.RichTextBody.styleDropdownOptionH2": "Título H2", - "UIKit.RichTextBody.styleDropdownOptionH3": "Título H3", - "UIKit.RichTextBody.styleDropdownOptionH4": "Título H4", - "UIKit.RichTextBody.styleDropdownOptionH5": "Título H5", - "UIKit.RichTextBody.styleDropdownOptionParagraph": "Parágrafo", - "UIKit.RichTextBody.styleDropdownOptionPreformatted": "Pré-formatado", - "UIKit.RichTextBody.styleDropdownOptionQuote": "Aspas", - "UIKit.RichTextBody.underlinedButtonLabel": "Sublinhado", - "UIKit.RichTextBody.undoButtonLabel": "Desfazer", - "UIKit.RichTextBody.unorderedListButtonLabel": "Lista com marcadores", - "UIKit.SearchSelectInput.loadingOptionsMessage": "Carregando correspondências exatas", - "UIKit.SearchSelectInput.noOptionsMessage": "Nenhuma correspondência encontrada para o seu termo de pesquisa", - "UIKit.SearchSelectInput.placeholderMessage": "Pesquisar por...", - "UIKit.SelectInput.loadingOptions": "Carregando...", - "UIKit.SelectInput.noOptionsMessageWithInputValue": "Nenhuma opção", - "UIKit.SelectInput.noOptionsMessageWithoutInputValue": "Nenhuma opção", - "UIKit.SelectInput.placeholder": "Selecionar", - "UIKit.TimeInput.placeholder": "HH:mm AM/PM" + "UIKit.CalendarHeader.nextMonthTooltip": { + "developer_comment": "Tooltip title when user hovers the next month button", + "string": "Próximo mês" + }, + "UIKit.CalendarHeader.nextYearTooltip": { + "developer_comment": "Tooltip title when user hovers the next year button", + "string": "Próximo ano" + }, + "UIKit.CalendarHeader.previousMonthTooltip": { + "developer_comment": "Tooltip title when user hovers the previous month button", + "string": "Mês anterior" + }, + "UIKit.CalendarHeader.previousYearTooltip": { + "developer_comment": "Tooltip title when user hovers the previous year button", + "string": "Ano anterior" + }, + "UIKit.CalendarHeader.todayTooltip": { + "developer_comment": "Tooltip title when user hovers the today button", + "string": "Hoje" + }, + "UIKit.ClearButton.clearButtonLabel": { + "developer_comment": "Label for the clear button", + "string": "Limpar" + }, + "UIKit.CreatableSelectInput.createLabel": { + "developer_comment": "Text of dropdown when creating option", + "string": "Criar \"{inputValue}\"" + }, + "UIKit.DataTableManager.ColumnManager.DroppablePanel.loadMoreAttributesHint": { + "developer_comment": "Indicate that the user can use the search input to load more attributes", + "string": "Carregue mais atributos usando a entrada de pesquisa acima" + }, + "UIKit.DataTableManager.ColumnManager.closeButtonLabel": { + "developer_comment": "Label for density manager close button.", + "string": "Fechar" + }, + "UIKit.DataTableManager.ColumnManager.hiddenColumns": { + "developer_comment": "Message for the hidden columns section", + "string": "Colunas ocultas" + }, + "UIKit.DataTableManager.ColumnManager.noHiddenColumnsToShow": { + "developer_comment": "Label when there are no hidden columns to show", + "string": "Não há colunas ocultas para mostrar." + }, + "UIKit.DataTableManager.ColumnManager.noSelectedColumnsToShow": { + "developer_comment": "Label when there are no selected columns to show", + "string": "Não há colunas selecionadas para mostrar." + }, + "UIKit.DataTableManager.ColumnManager.title": { + "developer_comment": "Title for the column manager component.", + "string": "Gerenciador de colunas" + }, + "UIKit.DataTableManager.ColumnSelectorGroups.visible": { + "developer_comment": "Message for the visible columns section.", + "string": "Colunas visíveis" + }, + "UIKit.DataTableManager.DensityManager.closeButtonLabel": { + "developer_comment": "Label for density manager close button.", + "string": "Fechar" + }, + "UIKit.DataTableManager.DensityManager.densityDisplayComfortableOption": { + "developer_comment": "Density display default option.", + "string": "Confortável" + }, + "UIKit.DataTableManager.DensityManager.densityDisplayCompactOption": { + "developer_comment": "Density display compact option.", + "string": "Compacto" + }, + "UIKit.DataTableManager.DensityManager.densityDisplaySubtitle": { + "developer_comment": "Subtitle for the density display options.", + "string": "Exibição de densidade" + }, + "UIKit.DataTableManager.DensityManager.textWrappingAllWrapVisibleOption": { + "developer_comment": "All wrapped texts visible option.", + "string": "Tornar todos os textos agrupados visíveis" + }, + "UIKit.DataTableManager.DensityManager.textWrappingShowHideOnDemandOption": { + "developer_comment": "Show or hide texts on demand option.", + "string": "Mostrar/ocultar textos por linha sob demanda" + }, + "UIKit.DataTableManager.DensityManager.textWrappingSubtitle": { + "developer_comment": "Subtitle for the text wrapping options.", + "string": "Quebra automática de texto" + }, + "UIKit.DataTableManager.DensityManager.title": { + "developer_comment": "Title for the density manager component.", + "string": "Exibir configurações" + }, + "UIKit.DataTableManager.TableSettings.columnManagerOption": { + "developer_comment": "Column manager dropdown option label.", + "string": "Gerenciador de colunas" + }, + "UIKit.DataTableManager.TableSettings.displaySettingsOption": { + "developer_comment": "Display settings dropdown option label.", + "string": "Exibir configurações" + }, + "UIKit.DataTableManager.TableSettings.placeholder": { + "developer_comment": "Placeholder for the table settings select component.", + "string": "Configurações da tabela" + }, + "UIKit.FieldErrors.invalidFractionalNumber": { + "developer_comment": "Error message when fractional number is used", + "string": "É necessário um número inteiro." + }, + "UIKit.FieldErrors.invalidNegativeNumber": { + "developer_comment": "Error message when negative number is used", + "string": "Número negativo não é compatível." + }, + "UIKit.FieldErrors.missingRequiredField": { + "developer_comment": "Error message for missing required value", + "string": "Este campo é obrigatório. Forneça um valor." + }, + "UIKit.LocalizedMoneyInput.hide": { + "developer_comment": "Hide currencies button", + "string": "Ocultar moedas ({remainingCurrencies})" + }, + "UIKit.LocalizedMoneyInput.missingRequiredField": { + "developer_comment": "Error message for missing required value", + "string": "Este campo é obrigatório. Forneça pelo menos um valor." + }, + "UIKit.LocalizedMoneyInput.show": { + "developer_comment": "Show all currencies button", + "string": "Mostrar todas as moedas ({remainingCurrencies})" + }, + "UIKit.LocalizedTextInput.hide": { + "developer_comment": "Label of language collapse button", + "string": "Ocultar moeadas ({remainingLanguages})" + }, + "UIKit.LocalizedTextInput.missingRequiredField": { + "developer_comment": "Error message for missing required value", + "string": "Este campo é obrigatório. Forneça pelo menos um valor." + }, + "UIKit.LocalizedTextInput.show": { + "developer_comment": "Label of language expansion button", + "string": "Mostrar todos os idiomas ({remainingLanguages})" + }, + "UIKit.MoneyInput.highPrecision": { + "developer_comment": "Label of high precision tooltip in MoneyInput", + "string": "Preço de alta precisão" + }, + "UIKit.MultilineTextInput.collapse": { + "developer_comment": "The label for \"collapse\" action", + "string": "Recolher" + }, + "UIKit.MultilineTextInput.expand": { + "developer_comment": "The label for \"expand\" action", + "string": "Expandir" + }, + "UIKit.Pagination.PageNavigator.nextPageLabel": { + "developer_comment": "Label for next page button", + "string": "Próxima página" + }, + "UIKit.Pagination.PageNavigator.page": { + "developer_comment": "Label for page", + "string": "Página" + }, + "UIKit.Pagination.PageNavigator.pageCount": { + "developer_comment": "Label for total pages", + "string": "de {count}" + }, + "UIKit.Pagination.PageNavigator.previousPageLabel": { + "developer_comment": "Label for previous page button", + "string": "Página anterior" + }, + "UIKit.Pagination.PageSizeSelector.pageSize": { + "developer_comment": "How many items are per page", + "string": "Itens por página ({count} itens)" + }, + "UIKit.PasswordField.hide": { + "developer_comment": "Label for the button to hide the password", + "string": "ocultar" + }, + "UIKit.PasswordField.show": { + "developer_comment": "Label for the button to show the password", + "string": "mostrar" + }, + "UIKit.RichTextBody.boldButtonLabel": { + "developer_comment": "Label for the bold button", + "string": "Negrito" + }, + "UIKit.RichTextBody.expandButtonLabel": { + "developer_comment": "Label for the expand button", + "string": "Expandir" + }, + "UIKit.RichTextBody.italicButtonLabel": { + "developer_comment": "Label for the italic button", + "string": "Itálico" + }, + "UIKit.RichTextBody.moreStylesDropdownLabel": { + "developer_comment": "Label for the more styles dropdown", + "string": "Mais estilos" + }, + "UIKit.RichTextBody.moreStylesDropdownOptionStrikethrough": { + "developer_comment": "label for the more styles `strikethrough` option", + "string": "Tachado" + }, + "UIKit.RichTextBody.moreStylesDropdownOptionSubscript": { + "developer_comment": "label for the more styles `subscript` option", + "string": "Subscrito" + }, + "UIKit.RichTextBody.moreStylesDropdownOptionSuperscript": { + "developer_comment": "label for the more styles `superscript` option", + "string": "Sobrescrito" + }, + "UIKit.RichTextBody.orderedListButtonLabel": { + "developer_comment": "Label for the numbered list button", + "string": "Lista numerada" + }, + "UIKit.RichTextBody.redoButtonLabel": { + "developer_comment": "Label for the redo button", + "string": "Refazer" + }, + "UIKit.RichTextBody.styleDropdownLabel": { + "developer_comment": "Label for the style dropdown", + "string": "Estilos de texto" + }, + "UIKit.RichTextBody.styleDropdownOptionH1": { + "developer_comment": "Label for the `headline-one` option", + "string": "Título H1" + }, + "UIKit.RichTextBody.styleDropdownOptionH2": { + "developer_comment": "Label for the `headline-two` option", + "string": "Título H2" + }, + "UIKit.RichTextBody.styleDropdownOptionH3": { + "developer_comment": "Label for the `headline-three` option", + "string": "Título H3" + }, + "UIKit.RichTextBody.styleDropdownOptionH4": { + "developer_comment": "Label for the `headline-four` option", + "string": "Título H4" + }, + "UIKit.RichTextBody.styleDropdownOptionH5": { + "developer_comment": "Label for the `headline-five` option", + "string": "Título H5" + }, + "UIKit.RichTextBody.styleDropdownOptionParagraph": { + "developer_comment": "Label for the `paragraph` option", + "string": "Parágrafo" + }, + "UIKit.RichTextBody.styleDropdownOptionPreformatted": { + "developer_comment": "Label for the `code` option", + "string": "Pré-formatado" + }, + "UIKit.RichTextBody.styleDropdownOptionQuote": { + "developer_comment": "Label for the `quote` option", + "string": "Aspas" + }, + "UIKit.RichTextBody.underlinedButtonLabel": { + "developer_comment": "Label for the underline button", + "string": "Sublinhado" + }, + "UIKit.RichTextBody.undoButtonLabel": { + "developer_comment": "Label for the undo button", + "string": "Desfazer" + }, + "UIKit.RichTextBody.unorderedListButtonLabel": { + "developer_comment": "Label for the bullet list button", + "string": "Lista com marcadores" + }, + "UIKit.SearchSelectInput.loadingOptionsMessage": { + "developer_comment": "Text showed while the options are being loaded", + "string": "Carregando correspondências exatas" + }, + "UIKit.SearchSelectInput.noOptionsMessage": { + "developer_comment": "Text of search select dropdown when no options match search text", + "string": "Nenhuma correspondência encontrada para o seu termo de pesquisa" + }, + "UIKit.SearchSelectInput.placeholderMessage": { + "developer_comment": "Placeholder text for the input", + "string": "Pesquisar por..." + }, + "UIKit.SelectInput.loadingOptions": { + "developer_comment": "Default input loading text", + "string": "Carregando..." + }, + "UIKit.SelectInput.noOptionsMessageWithInputValue": { + "developer_comment": "Text of dropdown when no options match search text", + "string": "Nenhuma opção" + }, + "UIKit.SelectInput.noOptionsMessageWithoutInputValue": { + "developer_comment": "Text of dropdown when no options exist", + "string": "Nenhuma opção" + }, + "UIKit.SelectInput.placeholder": { + "developer_comment": "Default input placeholder text", + "string": "Selecionar" + }, + "UIKit.TimeInput.placeholder": { + "developer_comment": "Placeholder for time input", + "string": "HH:mm AM/PM" + } } diff --git a/packages/i18n/data/zh-CN.json b/packages/i18n/data/zh-CN.json index c8103ecf20..9c6943948e 100644 --- a/packages/i18n/data/zh-CN.json +++ b/packages/i18n/data/zh-CN.json @@ -1,75 +1,294 @@ { - "UIKit.CalendarHeader.nextMonthTooltip": "下个月", - "UIKit.CalendarHeader.nextYearTooltip": "下一年", - "UIKit.CalendarHeader.previousMonthTooltip": "上个月", - "UIKit.CalendarHeader.previousYearTooltip": "上一年", - "UIKit.CalendarHeader.todayTooltip": "今天", - "UIKit.ClearButton.clearButtonLabel": "清除", - "UIKit.CreatableSelectInput.createLabel": "创建 \"{inputValue}\"", - "UIKit.DataTableManager.ColumnManager.DroppablePanel.loadMoreAttributesHint": "使用上面的搜索输入加载更多属性", - "UIKit.DataTableManager.ColumnManager.closeButtonLabel": "关闭", - "UIKit.DataTableManager.ColumnManager.hiddenColumns": "隐藏列", - "UIKit.DataTableManager.ColumnManager.noHiddenColumnsToShow": "没有要显示的隐藏列。", - "UIKit.DataTableManager.ColumnManager.noSelectedColumnsToShow": "没有要显示的已选列。", - "UIKit.DataTableManager.ColumnManager.title": "列管理器", - "UIKit.DataTableManager.ColumnSelectorGroups.visible": "可见列", - "UIKit.DataTableManager.DensityManager.closeButtonLabel": "关闭", - "UIKit.DataTableManager.DensityManager.densityDisplayComfortableOption": "舒适", - "UIKit.DataTableManager.DensityManager.densityDisplayCompactOption": "紧凑型", - "UIKit.DataTableManager.DensityManager.densityDisplaySubtitle": "行密度", - "UIKit.DataTableManager.DensityManager.textWrappingAllWrapVisibleOption": "显示全文。", - "UIKit.DataTableManager.DensityManager.textWrappingShowHideOnDemandOption": "显示文本预览并按需进行扩展。", - "UIKit.DataTableManager.DensityManager.textWrappingSubtitle": "文字可见度", - "UIKit.DataTableManager.DensityManager.title": "表格布局设置", - "UIKit.DataTableManager.TableSettings.columnManagerOption": "列管理器", - "UIKit.DataTableManager.TableSettings.displaySettingsOption": "布局设置", - "UIKit.DataTableManager.TableSettings.placeholder": "表格设置", - "UIKit.FieldErrors.invalidFractionalNumber": "需要完整数字。", - "UIKit.FieldErrors.invalidNegativeNumber": "不支持负数。", - "UIKit.FieldErrors.missingRequiredField": "此字段为必填项。请提供一个值。", - "UIKit.LocalizedMoneyInput.hide": "隐藏货币 ({remainingCurrencies})", - "UIKit.LocalizedMoneyInput.missingRequiredField": "此字段为必填项。请提供至少一个值。", - "UIKit.LocalizedMoneyInput.show": "显示所有货币 ({remainingCurrencies})", - "UIKit.LocalizedTextInput.hide": "隐藏语言 ({remainingLanguages})", - "UIKit.LocalizedTextInput.missingRequiredField": "此字段为必填项。请提供至少一个值。", - "UIKit.LocalizedTextInput.show": "显示所有语言 ({remainingLanguages})", - "UIKit.MoneyInput.highPrecision": "价格精确度高", - "UIKit.MultilineTextInput.collapse": "崩溃", - "UIKit.MultilineTextInput.expand": "扩展", - "UIKit.Pagination.PageNavigator.nextPageLabel": "下一页", - "UIKit.Pagination.PageNavigator.page": "页面", - "UIKit.Pagination.PageNavigator.pageCount": "{count} 的", - "UIKit.Pagination.PageNavigator.previousPageLabel": "上一页", - "UIKit.Pagination.PageSizeSelector.pageSize": "每页项目数({count} 项目)", - "UIKit.PasswordField.hide": "隐藏", - "UIKit.PasswordField.show": "显示", - "UIKit.RichTextBody.boldButtonLabel": "粗体", - "UIKit.RichTextBody.expandButtonLabel": "扩展", - "UIKit.RichTextBody.italicButtonLabel": "斜体", - "UIKit.RichTextBody.moreStylesDropdownLabel": "更多样式", - "UIKit.RichTextBody.moreStylesDropdownOptionStrikethrough": "删除线", - "UIKit.RichTextBody.moreStylesDropdownOptionSubscript": "下标", - "UIKit.RichTextBody.moreStylesDropdownOptionSuperscript": "上标", - "UIKit.RichTextBody.orderedListButtonLabel": "编号列表", - "UIKit.RichTextBody.redoButtonLabel": "重做", - "UIKit.RichTextBody.styleDropdownLabel": "样式", - "UIKit.RichTextBody.styleDropdownOptionH1": "标题 H1", - "UIKit.RichTextBody.styleDropdownOptionH2": "标题 H2", - "UIKit.RichTextBody.styleDropdownOptionH3": "标题 H3", - "UIKit.RichTextBody.styleDropdownOptionH4": "标题 H4", - "UIKit.RichTextBody.styleDropdownOptionH5": "标题 H5", - "UIKit.RichTextBody.styleDropdownOptionParagraph": "段落", - "UIKit.RichTextBody.styleDropdownOptionPreformatted": "预格式化", - "UIKit.RichTextBody.styleDropdownOptionQuote": "引用", - "UIKit.RichTextBody.underlinedButtonLabel": "下划线", - "UIKit.RichTextBody.undoButtonLabel": "撤销", - "UIKit.RichTextBody.unorderedListButtonLabel": "项目符号列表", - "UIKit.SearchSelectInput.loadingOptionsMessage": "正在加载完全匹配项", - "UIKit.SearchSelectInput.noOptionsMessage": "找不到与您的搜索字词匹配的内容", - "UIKit.SearchSelectInput.placeholderMessage": "搜索方式…", - "UIKit.SelectInput.loadingOptions": "正在加载...", - "UIKit.SelectInput.noOptionsMessageWithInputValue": "无选项", - "UIKit.SelectInput.noOptionsMessageWithoutInputValue": "无选项", - "UIKit.SelectInput.placeholder": "选择...", - "UIKit.TimeInput.placeholder": "小时:分钟" -} + "UIKit.CalendarHeader.nextMonthTooltip": { + "developer_comment": "Tooltip title when user hovers the next month button", + "string": "下个月" + }, + "UIKit.CalendarHeader.nextYearTooltip": { + "developer_comment": "Tooltip title when user hovers the next year button", + "string": "下一年" + }, + "UIKit.CalendarHeader.previousMonthTooltip": { + "developer_comment": "Tooltip title when user hovers the previous month button", + "string": "上个月" + }, + "UIKit.CalendarHeader.previousYearTooltip": { + "developer_comment": "Tooltip title when user hovers the previous year button", + "string": "上一年" + }, + "UIKit.CalendarHeader.todayTooltip": { + "developer_comment": "Tooltip title when user hovers the today button", + "string": "今天" + }, + "UIKit.ClearButton.clearButtonLabel": { + "developer_comment": "Label for the clear button", + "string": "清除" + }, + "UIKit.CreatableSelectInput.createLabel": { + "developer_comment": "Text of dropdown when creating option", + "string": "创建 \"{inputValue}\"" + }, + "UIKit.DataTableManager.ColumnManager.DroppablePanel.loadMoreAttributesHint": { + "developer_comment": "Indicate that the user can use the search input to load more attributes", + "string": "使用上面的搜索输入加载更多属性" + }, + "UIKit.DataTableManager.ColumnManager.closeButtonLabel": { + "developer_comment": "Label for density manager close button.", + "string": "关闭" + }, + "UIKit.DataTableManager.ColumnManager.hiddenColumns": { + "developer_comment": "Message for the hidden columns section", + "string": "隐藏列" + }, + "UIKit.DataTableManager.ColumnManager.noHiddenColumnsToShow": { + "developer_comment": "Label when there are no hidden columns to show", + "string": "没有要显示的隐藏列。" + }, + "UIKit.DataTableManager.ColumnManager.noSelectedColumnsToShow": { + "developer_comment": "Label when there are no selected columns to show", + "string": "没有要显示的已选列。" + }, + "UIKit.DataTableManager.ColumnManager.title": { + "developer_comment": "Title for the column manager component.", + "string": "列管理器" + }, + "UIKit.DataTableManager.ColumnSelectorGroups.visible": { + "developer_comment": "Message for the visible columns section.", + "string": "可见列" + }, + "UIKit.DataTableManager.DensityManager.closeButtonLabel": { + "developer_comment": "Label for density manager close button.", + "string": "关闭" + }, + "UIKit.DataTableManager.DensityManager.densityDisplayComfortableOption": { + "developer_comment": "Density display default option.", + "string": "舒适" + }, + "UIKit.DataTableManager.DensityManager.densityDisplayCompactOption": { + "developer_comment": "Density display compact option.", + "string": "紧凑型" + }, + "UIKit.DataTableManager.DensityManager.densityDisplaySubtitle": { + "developer_comment": "Subtitle for the density display options.", + "string": "行密度" + }, + "UIKit.DataTableManager.DensityManager.textWrappingAllWrapVisibleOption": { + "developer_comment": "All wrapped texts visible option.", + "string": "显示全文。" + }, + "UIKit.DataTableManager.DensityManager.textWrappingShowHideOnDemandOption": { + "developer_comment": "Show or hide texts on demand option.", + "string": "显示文本预览并按需进行扩展。" + }, + "UIKit.DataTableManager.DensityManager.textWrappingSubtitle": { + "developer_comment": "Subtitle for the text wrapping options.", + "string": "文字可见度" + }, + "UIKit.DataTableManager.DensityManager.title": { + "developer_comment": "Title for the density manager component.", + "string": "表格布局设置" + }, + "UIKit.DataTableManager.TableSettings.columnManagerOption": { + "developer_comment": "Column manager dropdown option label.", + "string": "列管理器" + }, + "UIKit.DataTableManager.TableSettings.displaySettingsOption": { + "developer_comment": "Display settings dropdown option label.", + "string": "布局设置" + }, + "UIKit.DataTableManager.TableSettings.placeholder": { + "developer_comment": "Placeholder for the table settings select component.", + "string": "表格设置" + }, + "UIKit.FieldErrors.invalidFractionalNumber": { + "developer_comment": "Error message when fractional number is used", + "string": "需要完整数字。" + }, + "UIKit.FieldErrors.invalidNegativeNumber": { + "developer_comment": "Error message when negative number is used", + "string": "不支持负数。" + }, + "UIKit.FieldErrors.missingRequiredField": { + "developer_comment": "Error message for missing required value", + "string": "此字段为必填项。请提供一个值。" + }, + "UIKit.LocalizedMoneyInput.hide": { + "developer_comment": "Hide currencies button", + "string": "隐藏货币 ({remainingCurrencies})" + }, + "UIKit.LocalizedMoneyInput.missingRequiredField": { + "developer_comment": "Error message for missing required value", + "string": "此字段为必填项。请提供至少一个值。" + }, + "UIKit.LocalizedMoneyInput.show": { + "developer_comment": "Show all currencies button", + "string": "显示所有货币 ({remainingCurrencies})" + }, + "UIKit.LocalizedTextInput.hide": { + "developer_comment": "Label of language collapse button", + "string": "隐藏语言 ({remainingLanguages})" + }, + "UIKit.LocalizedTextInput.missingRequiredField": { + "developer_comment": "Error message for missing required value", + "string": "此字段为必填项。请提供至少一个值。" + }, + "UIKit.LocalizedTextInput.show": { + "developer_comment": "Label of language expansion button", + "string": "显示所有语言 ({remainingLanguages})" + }, + "UIKit.MoneyInput.highPrecision": { + "developer_comment": "Label of high precision tooltip in MoneyInput", + "string": "价格精确度高" + }, + "UIKit.MultilineTextInput.collapse": { + "developer_comment": "The label for \"collapse\" action", + "string": "崩溃" + }, + "UIKit.MultilineTextInput.expand": { + "developer_comment": "The label for \"expand\" action", + "string": "扩展" + }, + "UIKit.Pagination.PageNavigator.nextPageLabel": { + "developer_comment": "Label for next page button", + "string": "下一页" + }, + "UIKit.Pagination.PageNavigator.page": { + "developer_comment": "Label for page", + "string": "页面" + }, + "UIKit.Pagination.PageNavigator.pageCount": { + "developer_comment": "Label for total pages", + "string": "{count} 的" + }, + "UIKit.Pagination.PageNavigator.previousPageLabel": { + "developer_comment": "Label for previous page button", + "string": "上一页" + }, + "UIKit.Pagination.PageSizeSelector.pageSize": { + "developer_comment": "How many items are per page", + "string": "每页项目数({count} 项目)" + }, + "UIKit.PasswordField.hide": { + "developer_comment": "Label for the button to hide the password", + "string": "隐藏" + }, + "UIKit.PasswordField.show": { + "developer_comment": "Label for the button to show the password", + "string": "显示" + }, + "UIKit.RichTextBody.boldButtonLabel": { + "developer_comment": "Label for the bold button", + "string": "粗体" + }, + "UIKit.RichTextBody.expandButtonLabel": { + "developer_comment": "Label for the expand button", + "string": "扩展" + }, + "UIKit.RichTextBody.italicButtonLabel": { + "developer_comment": "Label for the italic button", + "string": "斜体" + }, + "UIKit.RichTextBody.moreStylesDropdownLabel": { + "developer_comment": "Label for the more styles dropdown", + "string": "更多样式" + }, + "UIKit.RichTextBody.moreStylesDropdownOptionStrikethrough": { + "developer_comment": "label for the more styles `strikethrough` option", + "string": "删除线" + }, + "UIKit.RichTextBody.moreStylesDropdownOptionSubscript": { + "developer_comment": "label for the more styles `subscript` option", + "string": "下标" + }, + "UIKit.RichTextBody.moreStylesDropdownOptionSuperscript": { + "developer_comment": "label for the more styles `superscript` option", + "string": "上标" + }, + "UIKit.RichTextBody.orderedListButtonLabel": { + "developer_comment": "Label for the numbered list button", + "string": "编号列表" + }, + "UIKit.RichTextBody.redoButtonLabel": { + "developer_comment": "Label for the redo button", + "string": "重做" + }, + "UIKit.RichTextBody.styleDropdownLabel": { + "developer_comment": "Label for the style dropdown", + "string": "样式" + }, + "UIKit.RichTextBody.styleDropdownOptionH1": { + "developer_comment": "Label for the `headline-one` option", + "string": "标题 H1" + }, + "UIKit.RichTextBody.styleDropdownOptionH2": { + "developer_comment": "Label for the `headline-two` option", + "string": "标题 H2" + }, + "UIKit.RichTextBody.styleDropdownOptionH3": { + "developer_comment": "Label for the `headline-three` option", + "string": "标题 H3" + }, + "UIKit.RichTextBody.styleDropdownOptionH4": { + "developer_comment": "Label for the `headline-four` option", + "string": "标题 H4" + }, + "UIKit.RichTextBody.styleDropdownOptionH5": { + "developer_comment": "Label for the `headline-five` option", + "string": "标题 H5" + }, + "UIKit.RichTextBody.styleDropdownOptionParagraph": { + "developer_comment": "Label for the `paragraph` option", + "string": "段落" + }, + "UIKit.RichTextBody.styleDropdownOptionPreformatted": { + "developer_comment": "Label for the `code` option", + "string": "预格式化" + }, + "UIKit.RichTextBody.styleDropdownOptionQuote": { + "developer_comment": "Label for the `quote` option", + "string": "引用" + }, + "UIKit.RichTextBody.underlinedButtonLabel": { + "developer_comment": "Label for the underline button", + "string": "下划线" + }, + "UIKit.RichTextBody.undoButtonLabel": { + "developer_comment": "Label for the undo button", + "string": "撤销" + }, + "UIKit.RichTextBody.unorderedListButtonLabel": { + "developer_comment": "Label for the bullet list button", + "string": "项目符号列表" + }, + "UIKit.SearchSelectInput.loadingOptionsMessage": { + "developer_comment": "Text showed while the options are being loaded", + "string": "正在加载完全匹配项" + }, + "UIKit.SearchSelectInput.noOptionsMessage": { + "developer_comment": "Text of search select dropdown when no options match search text", + "string": "找不到与您的搜索字词匹配的内容" + }, + "UIKit.SearchSelectInput.placeholderMessage": { + "developer_comment": "Placeholder text for the input", + "string": "搜索方式…" + }, + "UIKit.SelectInput.loadingOptions": { + "developer_comment": "Default input loading text", + "string": "正在加载..." + }, + "UIKit.SelectInput.noOptionsMessageWithInputValue": { + "developer_comment": "Text of dropdown when no options match search text", + "string": "无选项" + }, + "UIKit.SelectInput.noOptionsMessageWithoutInputValue": { + "developer_comment": "Text of dropdown when no options exist", + "string": "无选项" + }, + "UIKit.SelectInput.placeholder": { + "developer_comment": "Default input placeholder text", + "string": "选择..." + }, + "UIKit.TimeInput.placeholder": { + "developer_comment": "Placeholder for time input", + "string": "小时:分钟" + } +} \ No newline at end of file diff --git a/packages/i18n/package.json b/packages/i18n/package.json index b1f8e07f2e..c6074f9fdb 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -19,7 +19,7 @@ "module": "dist/commercetools-uikit-i18n.esm.js", "files": ["dist", "data", "compiled-data"], "scripts": { - "compile-data": "formatjs compile-folder --format=./transifex-transformer.js --ast data compiled-data" + "compile-data": "formatjs compile-folder --format=./transifex-compiler.js --ast data compiled-data" }, "dependencies": { "@babel/runtime": "^7.20.13", diff --git a/packages/i18n/transifex-compiler.js b/packages/i18n/transifex-compiler.js new file mode 100644 index 0000000000..a379ad7417 --- /dev/null +++ b/packages/i18n/transifex-compiler.js @@ -0,0 +1,23 @@ +// NOTE: this should not be needed anymore once we fully migrated to STRUCTURED_JSON format. +exports.compile = function compile(msgs) { + const normalizedMessages = Object.entries(msgs).reduce( + (messages, [id, msg]) => { + // Key/Value JSON format + if (typeof msg === 'string') { + return { + ...messages, + [id]: msg, + }; + } + + // Structured JSON format + return { + ...messages, + [id]: msg.string, + }; + }, + {} + ); + + return normalizedMessages; +}; diff --git a/packages/i18n/transifex-transformer.js b/packages/i18n/transifex-transformer.js deleted file mode 100644 index 029db34c09..0000000000 --- a/packages/i18n/transifex-transformer.js +++ /dev/null @@ -1,25 +0,0 @@ -const sortMessages = (localeMessages) => { - // Sort the translation JSON file so that git diffing is easier - // Otherwise the translation messages will jump around every time we extract - const sortedMessages = {}; - Object.keys(localeMessages) - // transform strings to lowercase to imitate phraseapp sorting - .sort((a, b) => a.toLowerCase().localeCompare(b.toLowerCase())) - .forEach((key) => { - sortedMessages[key] = localeMessages[key]; - }); - return sortedMessages; -}; - -// TODO: use the built-in transformer if we decide to change the transifex format to STRUCTURED_JSON -// https://docs.transifex.com/formats/json/structured-json -exports.format = function format(msgs) { - const normalizedMessages = Object.entries(msgs).reduce( - (messages, [id, msg]) => ({ - ...messages, - [id]: msg.defaultMessage, - }), - {} - ); - return sortMessages(normalizedMessages); -}; diff --git a/transifex.yml b/transifex.yml index b4964c7a6a..fc997ebfed 100644 --- a/transifex.yml +++ b/transifex.yml @@ -1,7 +1,7 @@ git: filters: - filter_type: file - file_format: KEYVALUEJSON + file_format: STRUCTURED_JSON source_language: en_US source_file: packages/i18n/data/core.json translation_files_expression: packages/i18n/data/.json