Skip to content

Commit

Permalink
chore: update translations (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdicarlo authored Jan 10, 2025
1 parent 325e305 commit 2d25c99
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 24 deletions.
1 change: 1 addition & 0 deletions apps/postybirb-ui/src/components/form/fields/field.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export function Field(props: FormFieldProps): JSX.Element | null {
break;
case 'input':
case 'textarea':
case 'title':
formField = <InputField {...(props as FormFieldProps<TextFieldType>)} />;
break;
case 'radio':
Expand Down
12 changes: 4 additions & 8 deletions lang/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -719,23 +719,19 @@ msgstr ""
msgid "Title"
msgstr ""

#: apps/postybirb-ui/src/components/translations/validation-translation.tsx:142
msgid "Title is too long"
msgstr ""

#: apps/postybirb-ui/src/components/translations/validation-translation.tsx:140
#: apps/postybirb-ui/src/components/translations/validation-translation.tsx:139
msgid "Title is too long and will be truncated"
msgstr ""

#: apps/postybirb-ui/src/components/translations/validation-translation.tsx:156
#: apps/postybirb-ui/src/components/translations/validation-translation.tsx:153
msgid "Title is too short"
msgstr ""

#: apps/postybirb-ui/src/components/translations/validation-translation.tsx:174
#: apps/postybirb-ui/src/components/translations/validation-translation.tsx:171
msgid "Translation {id} not found"
msgstr ""

#: apps/postybirb-ui/src/components/form/website-option-form/website-option-form.tsx:239
#: apps/postybirb-ui/src/components/form/website-option-form/website-option-form.tsx:242
msgid "Unable to display form"
msgstr ""

Expand Down
12 changes: 4 additions & 8 deletions lang/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -717,23 +717,19 @@ msgstr "Miniatura"
msgid "Title"
msgstr "Título"

#: apps/postybirb-ui/src/components/translations/validation-translation.tsx:142
msgid "Title is too long"
msgstr "El título es demasiado largo"

#: apps/postybirb-ui/src/components/translations/validation-translation.tsx:140
#: apps/postybirb-ui/src/components/translations/validation-translation.tsx:139
msgid "Title is too long and will be truncated"
msgstr "El título es demasiado largo y se truncará"

#: apps/postybirb-ui/src/components/translations/validation-translation.tsx:156
#: apps/postybirb-ui/src/components/translations/validation-translation.tsx:153
msgid "Title is too short"
msgstr "El título es demasiado corto"

#: apps/postybirb-ui/src/components/translations/validation-translation.tsx:174
#: apps/postybirb-ui/src/components/translations/validation-translation.tsx:171
msgid "Translation {id} not found"
msgstr "Traducción {id} no encontrada"

#: apps/postybirb-ui/src/components/form/website-option-form/website-option-form.tsx:239
#: apps/postybirb-ui/src/components/form/website-option-form/website-option-form.tsx:242
msgid "Unable to display form"
msgstr "No se puede mostrar el formulario"

Expand Down
12 changes: 4 additions & 8 deletions lang/ru.po
Original file line number Diff line number Diff line change
Expand Up @@ -717,23 +717,19 @@ msgstr "Набросок (Маленькая картинка)"
msgid "Title"
msgstr "Название"

#: apps/postybirb-ui/src/components/translations/validation-translation.tsx:142
msgid "Title is too long"
msgstr "Название слишком длинное"

#: apps/postybirb-ui/src/components/translations/validation-translation.tsx:140
#: apps/postybirb-ui/src/components/translations/validation-translation.tsx:139
msgid "Title is too long and will be truncated"
msgstr "Название слишком длинное и будет сокращено"

#: apps/postybirb-ui/src/components/translations/validation-translation.tsx:156
#: apps/postybirb-ui/src/components/translations/validation-translation.tsx:153
msgid "Title is too short"
msgstr "Название слишком короткое"

#: apps/postybirb-ui/src/components/translations/validation-translation.tsx:174
#: apps/postybirb-ui/src/components/translations/validation-translation.tsx:171
msgid "Translation {id} not found"
msgstr "Перевод {id} не найден"

#: apps/postybirb-ui/src/components/form/website-option-form/website-option-form.tsx:239
#: apps/postybirb-ui/src/components/form/website-option-form/website-option-form.tsx:242
msgid "Unable to display form"
msgstr "Не удалось показать форму"

Expand Down

0 comments on commit 2d25c99

Please sign in to comment.