Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -2139,6 +2139,14 @@
"@postCreatedSuccessfully": {
"description": "Notifying the user that their post was created successfully"
},
"postFlairs": "Flairs",
"@postFlairs": {
"description": "Label for post flair selection"
},
"postFlairsUnavailable": "No flair options available for this community",
"@postFlairsUnavailable": {
"description": "Helper text when no post flairs are available"
},
"postLocked": "Post locked. No replies allowed.",
"@postLocked": {},
"postMetadataInstructions": "You can customize the metadata information by dragging and dropping the desired information",
Expand All @@ -2163,6 +2171,14 @@
},
"postSwipeGesturesHint": "Looking to use buttons instead? Change what buttons appear on post cards in general settings.",
"@postSwipeGesturesHint": {},
"postTags": "Tags",
"@postTags": {
"description": "Label for post tags"
},
"postTagsHelperText": "Separate tags with commas",
"@postTagsHelperText": {
"description": "Helper text for comma-separated post tags"
},
"postTitle": "Title",
"@postTitle": {},
"postTitleFontScale": "Post Title Font Scale",
Expand Down
24 changes: 24 additions & 0 deletions lib/l10n/generated/app_localizations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3366,6 +3366,18 @@ abstract class AppLocalizations {
/// **'Post created successfully!'**
String get postCreatedSuccessfully;

/// Label for post flair selection
///
/// In en, this message translates to:
/// **'Flairs'**
String get postFlairs;

/// Helper text when no post flairs are available
///
/// In en, this message translates to:
/// **'No flair options available for this community'**
String get postFlairsUnavailable;

/// No description provided for @postLocked.
///
/// In en, this message translates to:
Expand Down Expand Up @@ -3414,6 +3426,18 @@ abstract class AppLocalizations {
/// **'Looking to use buttons instead? Change what buttons appear on post cards in general settings.'**
String get postSwipeGesturesHint;

/// Label for post tags
///
/// In en, this message translates to:
/// **'Tags'**
String get postTags;

/// Helper text for comma-separated post tags
///
/// In en, this message translates to:
/// **'Separate tags with commas'**
String get postTagsHelperText;

/// No description provided for @postTitle.
///
/// In en, this message translates to:
Expand Down
13 changes: 13 additions & 0 deletions lib/l10n/generated/app_localizations_ar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1839,6 +1839,13 @@ class AppLocalizationsAr extends AppLocalizations {
@override
String get postCreatedSuccessfully => 'Post created successfully!';

@override
String get postFlairs => 'Flairs';

@override
String get postFlairsUnavailable =>
'No flair options available for this community';

@override
String get postLocked => 'Post locked. No replies allowed.';

Expand Down Expand Up @@ -1866,6 +1873,12 @@ class AppLocalizationsAr extends AppLocalizations {
String get postSwipeGesturesHint =>
'Looking to use buttons instead? Change what buttons appear on post cards in general settings.';

@override
String get postTags => 'Tags';

@override
String get postTagsHelperText => 'Separate tags with commas';

@override
String get postTitle => 'Title';

Expand Down
13 changes: 13 additions & 0 deletions lib/l10n/generated/app_localizations_be.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1847,6 +1847,13 @@ class AppLocalizationsBe extends AppLocalizations {
@override
String get postCreatedSuccessfully => 'Post created successfully!';

@override
String get postFlairs => 'Flairs';

@override
String get postFlairsUnavailable =>
'No flair options available for this community';

@override
String get postLocked => 'Post locked. No replies allowed.';

Expand Down Expand Up @@ -1874,6 +1881,12 @@ class AppLocalizationsBe extends AppLocalizations {
String get postSwipeGesturesHint =>
'Looking to use buttons instead? Change what buttons appear on post cards in general settings.';

@override
String get postTags => 'Tags';

@override
String get postTagsHelperText => 'Separate tags with commas';

@override
String get postTitle => 'Title';

Expand Down
13 changes: 13 additions & 0 deletions lib/l10n/generated/app_localizations_cs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1853,6 +1853,13 @@ class AppLocalizationsCs extends AppLocalizations {
@override
String get postCreatedSuccessfully => 'Příspěvek úspěšně vytvořen!';

@override
String get postFlairs => 'Flairs';

@override
String get postFlairsUnavailable =>
'No flair options available for this community';

@override
String get postLocked => 'Příspěvek zamčen. Odpovědi nejsou povoleny.';

Expand All @@ -1879,6 +1886,12 @@ class AppLocalizationsCs extends AppLocalizations {
String get postSwipeGesturesHint =>
'Chcete spíš používat tlačítka? Změňte, jaká tlačítka se zobrazují na příspěvkových kartách v základním nastavení.';

@override
String get postTags => 'Tags';

@override
String get postTagsHelperText => 'Separate tags with commas';

@override
String get postTitle => 'Nadpis';

Expand Down
13 changes: 13 additions & 0 deletions lib/l10n/generated/app_localizations_de.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1878,6 +1878,13 @@ class AppLocalizationsDe extends AppLocalizations {
@override
String get postCreatedSuccessfully => 'Post erfolgreich erstellt!';

@override
String get postFlairs => 'Flairs';

@override
String get postFlairsUnavailable =>
'No flair options available for this community';

@override
String get postLocked => 'Post gesperrt. Keine Antworten erlaubt.';

Expand Down Expand Up @@ -1905,6 +1912,12 @@ class AppLocalizationsDe extends AppLocalizations {
String get postSwipeGesturesHint =>
'Möchtest du stattdessen Buttons verwenden? Ändere in den allgemeinen Einstellungen, welche Buttons auf den Karten erscheinen.';

@override
String get postTags => 'Tags';

@override
String get postTagsHelperText => 'Separate tags with commas';

@override
String get postTitle => 'Titel';

Expand Down
13 changes: 13 additions & 0 deletions lib/l10n/generated/app_localizations_en.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1847,6 +1847,13 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get postCreatedSuccessfully => 'Post created successfully!';

@override
String get postFlairs => 'Flairs';

@override
String get postFlairsUnavailable =>
'No flair options available for this community';

@override
String get postLocked => 'Post locked. No replies allowed.';

Expand Down Expand Up @@ -1874,6 +1881,12 @@ class AppLocalizationsEn extends AppLocalizations {
String get postSwipeGesturesHint =>
'Looking to use buttons instead? Change what buttons appear on post cards in general settings.';

@override
String get postTags => 'Tags';

@override
String get postTagsHelperText => 'Separate tags with commas';

@override
String get postTitle => 'Title';

Expand Down
13 changes: 13 additions & 0 deletions lib/l10n/generated/app_localizations_eo.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1836,6 +1836,13 @@ class AppLocalizationsEo extends AppLocalizations {
@override
String get postCreatedSuccessfully => 'Post created successfully!';

@override
String get postFlairs => 'Flairs';

@override
String get postFlairsUnavailable =>
'No flair options available for this community';

@override
String get postLocked => 'Afiŝo ŝlosita. Neniuj respondoj permesitaj.';

Expand Down Expand Up @@ -1863,6 +1870,12 @@ class AppLocalizationsEo extends AppLocalizations {
String get postSwipeGesturesHint =>
'Ĉu vi volas uzi butonojn anstataŭe? Ŝanĝu kiajn butonojn aperas sur afiŝkartoj en ĝeneralaj agordoj.';

@override
String get postTags => 'Tags';

@override
String get postTagsHelperText => 'Separate tags with commas';

@override
String get postTitle => 'Titolo';

Expand Down
13 changes: 13 additions & 0 deletions lib/l10n/generated/app_localizations_es.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1885,6 +1885,13 @@ class AppLocalizationsEs extends AppLocalizations {
@override
String get postCreatedSuccessfully => '¡Publicación creada exitosamente!';

@override
String get postFlairs => 'Flairs';

@override
String get postFlairsUnavailable =>
'No flair options available for this community';

@override
String get postLocked => 'Tema bloqueado. No se permiten respuestas.';

Expand Down Expand Up @@ -1912,6 +1919,12 @@ class AppLocalizationsEs extends AppLocalizations {
String get postSwipeGesturesHint =>
'¿Quieres utilizar los botones? Cambia los botones que aparecen en los temas en los ajustes generales.';

@override
String get postTags => 'Tags';

@override
String get postTagsHelperText => 'Separate tags with commas';

@override
String get postTitle => 'Título';

Expand Down
13 changes: 13 additions & 0 deletions lib/l10n/generated/app_localizations_fi.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1839,6 +1839,13 @@ class AppLocalizationsFi extends AppLocalizations {
@override
String get postCreatedSuccessfully => 'Post created successfully!';

@override
String get postFlairs => 'Flairs';

@override
String get postFlairsUnavailable =>
'No flair options available for this community';

@override
String get postLocked => 'Postaus lukittu. Vastauksia ei sallita.';

Expand Down Expand Up @@ -1866,6 +1873,12 @@ class AppLocalizationsFi extends AppLocalizations {
String get postSwipeGesturesHint =>
'Looking to use buttons instead? Change what buttons appear on post cards in general settings.';

@override
String get postTags => 'Tags';

@override
String get postTagsHelperText => 'Separate tags with commas';

@override
String get postTitle => 'Otsikko';

Expand Down
13 changes: 13 additions & 0 deletions lib/l10n/generated/app_localizations_fr.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1874,6 +1874,13 @@ class AppLocalizationsFr extends AppLocalizations {
@override
String get postCreatedSuccessfully => 'Post created successfully!';

@override
String get postFlairs => 'Flairs';

@override
String get postFlairsUnavailable =>
'No flair options available for this community';

@override
String get postLocked => 'Publication verrouillée. Impossible de répondre.';

Expand Down Expand Up @@ -1901,6 +1908,12 @@ class AppLocalizationsFr extends AppLocalizations {
String get postSwipeGesturesHint =>
'Vous souhaitez utiliser des boutons à la place ? Modifiez les boutons qui apparaissent dans les publications dans les paramètres généraux.';

@override
String get postTags => 'Tags';

@override
String get postTagsHelperText => 'Separate tags with commas';

@override
String get postTitle => 'Titre';

Expand Down
13 changes: 13 additions & 0 deletions lib/l10n/generated/app_localizations_hu.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1847,6 +1847,13 @@ class AppLocalizationsHu extends AppLocalizations {
@override
String get postCreatedSuccessfully => 'Post created successfully!';

@override
String get postFlairs => 'Flairs';

@override
String get postFlairsUnavailable =>
'No flair options available for this community';

@override
String get postLocked => 'Post locked. No replies allowed.';

Expand Down Expand Up @@ -1874,6 +1881,12 @@ class AppLocalizationsHu extends AppLocalizations {
String get postSwipeGesturesHint =>
'Looking to use buttons instead? Change what buttons appear on post cards in general settings.';

@override
String get postTags => 'Tags';

@override
String get postTagsHelperText => 'Separate tags with commas';

@override
String get postTitle => 'Title';

Expand Down
13 changes: 13 additions & 0 deletions lib/l10n/generated/app_localizations_it.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1852,6 +1852,13 @@ class AppLocalizationsIt extends AppLocalizations {
@override
String get postCreatedSuccessfully => 'Post creato con successo!';

@override
String get postFlairs => 'Flairs';

@override
String get postFlairsUnavailable =>
'No flair options available for this community';

@override
String get postLocked => 'Il post è bloccato. Non è permesso rispondere.';

Expand Down Expand Up @@ -1879,6 +1886,12 @@ class AppLocalizationsIt extends AppLocalizations {
String get postSwipeGesturesHint =>
'Preferisci usare i pulsanti? Cambia quali pulsanti compaiono nelle schermate dei post nelle impostazioni generali.';

@override
String get postTags => 'Tags';

@override
String get postTagsHelperText => 'Separate tags with commas';

@override
String get postTitle => 'Titolo';

Expand Down
13 changes: 13 additions & 0 deletions lib/l10n/generated/app_localizations_nb.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1829,6 +1829,13 @@ class AppLocalizationsNb extends AppLocalizations {
@override
String get postCreatedSuccessfully => 'Post created successfully!';

@override
String get postFlairs => 'Flairs';

@override
String get postFlairsUnavailable =>
'No flair options available for this community';

@override
String get postLocked => 'Innlegg låst. Svar tillates ikke.';

Expand Down Expand Up @@ -1856,6 +1863,12 @@ class AppLocalizationsNb extends AppLocalizations {
String get postSwipeGesturesHint =>
'Looking to use buttons instead? Change what buttons appear on post cards in general settings.';

@override
String get postTags => 'Tags';

@override
String get postTagsHelperText => 'Separate tags with commas';

@override
String get postTitle => 'Navn';

Expand Down
Loading
Loading