Skip to content

Commit

Permalink
ENH Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jun 14, 2023
1 parent 91b834f commit ef3fed4
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[main]
host = https://www.transifex.com

[silverstripe-fluent.master]
[o:silverstripe:p:silverstripe-fluent:r:master]
file_filter = lang/<lang>.yml
source_file = lang/en.yml
source_lang = en
type = YML
type = YML

55 changes: 46 additions & 9 deletions lang/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ en:
FILTERED_LOCALES: 'Display in the following locales'
LOCALEFILTEREDHELP: 'This page is not visible in this locale'
TAB_LOCALES: Locales
many_many_FilteredLocales: 'Filtered locales'
TractorCow\Fluent\Extension\FluentIsolatedExtension:
has_one_Locale: Locale
TractorCow\Fluent\Extension\FluentSiteTreeExtension:
LOCALECOPYANDPUBLISH: 'Copy & publish'
LOCALECOPYTODRAFT: 'Copy to draft'
Expand All @@ -39,6 +42,30 @@ en:
NOSOURCE: 'No source'
NOTLOCALISED: 'Not localised'
PUBLISHED: Published
TractorCow\Fluent\Extension\Traits\FluentAdminTrait:
ArchiveNotice: "Archived '{title}' and all of its localisations."
ClearAllNotice: "All localisations have been cleared for '{title}'."
CopyNotice: "Copied '{title}' to all other locales."
DeleteNotice: "Deleted '{title}' and all of its localisations."
HideNotice: "Record '{title}' is now hidden in {locale}"
Label_archiveFluent: 'Unpublish and Archive (all locales)'
Label_clearFluent: "Clear from all except '{title}'"
Label_copyFluent: "Copy '{title}' to other locales"
Label_deleteFluent: 'Delete (all locales)'
Label_hideFluent: "Hide from '{title}'"
Label_publishFluent: 'Save & Publish (all locales)'
Label_showFluent: "Show in '{title}'"
Label_unpublishFluent: 'Unpublish (all locales)'
Localisation: Localisation
PublishNotice: "Published '{title}' across all locales."
ShowNotice: "Record '{title}' is now visible in {locale}"
UnpublishNotice: "Unpublished '{title}' from all locales."
TractorCow\Fluent\Extension\Traits\FluentBadgeTrait:
BadgeInherited: 'Inherited from {locale}'
BadgeLocalised: 'Localised in {locale}'
BaggeInvisible: '{type} has no available content in {locale}, localise the {type} or provide a locale fallback'
TractorCow\Fluent\Extension\Traits\FluentObjectTrait:
TAB_LOCALISATION: Localisation
TractorCow\Fluent\Forms\DeleteAllLocalesAction:
Delete: 'Delete record in all locales'
TractorCow\Fluent\Forms\DeleteLocaleAction:
Expand All @@ -63,14 +90,20 @@ en:
one: 'A Domain'
other: '{count} Domains'
SINGULARNAME: Domain
UnsavedNotice: 'You can add locales once you''ve saved the domain.'
UnsavedNotice: "You can add locales once you've saved the domain."
db_Domain: Domain
has_many_Locales: Locales
has_one_DefaultLocale: 'Default locale'
TractorCow\Fluent\Model\FallbackLocale:
LOCALE: Locale
PLURALNAME: 'Fallback Locales'
PLURALS:
one: 'A Fallback Locale'
other: '{count} Fallback Locales'
SINGULARNAME: 'Fallback Locale'
db_Sort: Sort
has_one_Locale: Locale
has_one_Parent: Parent
TractorCow\Fluent\Model\Locale:
DEFAULT_NONE: (none)
DOMAIN: Domain
Expand All @@ -88,13 +121,17 @@ en:
one: 'A Locale'
other: '{count} Locales'
SINGULARNAME: Locale
TIMEZONE: Timezone
USE_X_DEFAULT: 'Use {code} as SEO language code (treat as global)'
USE_X_DEFAULT_DESCRIPTION: 'Use of this code indicates to search engines that this is a non-localised global landing page'
UnsavedNotice: 'You can add fallbacks once you''ve saved the locale.'
TractorCow\Fluent\Extension\Traits\FluentAdminTrait:
ClearAllNotice: 'All localisations have been cleared for ''{title}''.'
CopyNotice: 'Copied ''{title}'' to all other locales.'
DeleteNotice: 'Deleted ''{title}'' and all of its localisations.'
UnpublishNotice: 'Unpublished ''{title}'' from all locales.'
ArchiveNotice: 'Archived ''{title}'' and all of its localisations.'
PublishNotice: 'Published ''{title}'' across all locales.'
UnsavedNotice: "You can add fallbacks once you've saved the locale."
db_IsGlobalDefault: 'Is global default'
db_Locale: Locale
db_Sort: Sort
db_Timezone: Timezone
db_Title: Title
db_URLSegment: 'URL segment'
db_UseDefaultCode: 'Use default code'
has_many_FallbackLocales: 'Fallback locales'
has_one_Domain: Domain
many_many_Fallbacks: Fallbacks

0 comments on commit ef3fed4

Please sign in to comment.