Add teaser and AI helper translation keys
This commit is contained in:
parent
d435f32e91
commit
b877e9ef7c
1 changed files with 6 additions and 0 deletions
|
|
@ -143,6 +143,7 @@ const baseMessages = {
|
||||||
localeMissing: 'Missing',
|
localeMissing: 'Missing',
|
||||||
aiHelperTitle: 'AI translation helper',
|
aiHelperTitle: 'AI translation helper',
|
||||||
aiHelperLead: 'Let AI fill the other languages for you.',
|
aiHelperLead: 'Let AI fill the other languages for you.',
|
||||||
|
aiOptionalHint: 'Optional: AI helper can fill other languages.',
|
||||||
aiAutoExplain: 'Enter the texts in any one language and click the button; AI will fill the remaining locales.',
|
aiAutoExplain: 'Enter the texts in any one language and click the button; AI will fill the remaining locales.',
|
||||||
aiAutoTranslate: 'Auto-translate missing languages',
|
aiAutoTranslate: 'Auto-translate missing languages',
|
||||||
aiAutoTranslating: 'Translating…',
|
aiAutoTranslating: 'Translating…',
|
||||||
|
|
@ -170,6 +171,7 @@ const baseMessages = {
|
||||||
titleLabel: 'Title',
|
titleLabel: 'Title',
|
||||||
descriptionLabel: 'Description',
|
descriptionLabel: 'Description',
|
||||||
teaserLabel: 'Teaser',
|
teaserLabel: 'Teaser',
|
||||||
|
teaserHelp: 'Short intro shown on cards',
|
||||||
countryLabel: 'Country',
|
countryLabel: 'Country',
|
||||||
regionLabel: 'Region',
|
regionLabel: 'Region',
|
||||||
cityLabel: 'City',
|
cityLabel: 'City',
|
||||||
|
|
@ -301,6 +303,7 @@ const baseMessages = {
|
||||||
localeMissing: 'Puuttuu',
|
localeMissing: 'Puuttuu',
|
||||||
aiHelperTitle: 'AI-käännösapu',
|
aiHelperTitle: 'AI-käännösapu',
|
||||||
aiHelperLead: 'Anna tekoälyn täydentää muut kielet puolestasi.',
|
aiHelperLead: 'Anna tekoälyn täydentää muut kielet puolestasi.',
|
||||||
|
aiOptionalHint: 'Valinnainen: AI-avustaja voi täyttää muut kielet.',
|
||||||
aiAutoExplain: 'Täytä tekstit yhdellä kielellä ja paina nappia; AI täyttää loput kielet.',
|
aiAutoExplain: 'Täytä tekstit yhdellä kielellä ja paina nappia; AI täyttää loput kielet.',
|
||||||
aiAutoTranslate: 'Käännä puuttuvat kielet',
|
aiAutoTranslate: 'Käännä puuttuvat kielet',
|
||||||
aiAutoTranslating: 'Käännetään…',
|
aiAutoTranslating: 'Käännetään…',
|
||||||
|
|
@ -446,6 +449,7 @@ const baseMessages = {
|
||||||
titleLabel: 'Otsikko',
|
titleLabel: 'Otsikko',
|
||||||
descriptionLabel: 'Kuvaus',
|
descriptionLabel: 'Kuvaus',
|
||||||
teaserLabel: 'Tiivistelmä',
|
teaserLabel: 'Tiivistelmä',
|
||||||
|
teaserHelp: 'Lyhyt ingressi kortteihin',
|
||||||
countryLabel: 'Maa',
|
countryLabel: 'Maa',
|
||||||
regionLabel: 'Maakunta/alue',
|
regionLabel: 'Maakunta/alue',
|
||||||
cityLabel: 'Kunta/kaupunki',
|
cityLabel: 'Kunta/kaupunki',
|
||||||
|
|
@ -580,6 +584,7 @@ const svMessages: Record<keyof typeof baseMessages.en, string> = {
|
||||||
localeMissing: 'Saknas',
|
localeMissing: 'Saknas',
|
||||||
aiHelperTitle: 'AI-översättningshjälp',
|
aiHelperTitle: 'AI-översättningshjälp',
|
||||||
aiHelperLead: 'Låt AI fylla i de andra språken åt dig.',
|
aiHelperLead: 'Låt AI fylla i de andra språken åt dig.',
|
||||||
|
aiOptionalHint: 'Valfritt: AI-hjälpen kan fylla i andra språk.',
|
||||||
aiAutoExplain: 'Fyll texterna på ett språk och klicka på knappen så fyller AI i resten.',
|
aiAutoExplain: 'Fyll texterna på ett språk och klicka på knappen så fyller AI i resten.',
|
||||||
aiAutoTranslate: 'Översätt saknade språk',
|
aiAutoTranslate: 'Översätt saknade språk',
|
||||||
aiAutoTranslating: 'Översätter…',
|
aiAutoTranslating: 'Översätter…',
|
||||||
|
|
@ -600,6 +605,7 @@ const svMessages: Record<keyof typeof baseMessages.en, string> = {
|
||||||
slugAvailable: 'Sluggen är ledig',
|
slugAvailable: 'Sluggen är ledig',
|
||||||
slugTaken: 'Sluggen används redan',
|
slugTaken: 'Sluggen används redan',
|
||||||
slugCheckError: 'Kunde inte kontrollera sluggen nu',
|
slugCheckError: 'Kunde inte kontrollera sluggen nu',
|
||||||
|
teaserHelp: 'Kort ingress som syns i korten',
|
||||||
};
|
};
|
||||||
|
|
||||||
export const messages = { ...baseMessages, sv: svMessages } as const;
|
export const messages = { ...baseMessages, sv: svMessages } as const;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue