|
|
@ -119,6 +119,12 @@ abstract class AppLocalizations { |
|
|
|
/// **'works with'** |
|
|
|
/// **'works with'** |
|
|
|
String get loginWorksWith; |
|
|
|
String get loginWorksWith; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// No description provided for @loginRestart. |
|
|
|
|
|
|
|
/// |
|
|
|
|
|
|
|
/// In en, this message translates to: |
|
|
|
|
|
|
|
/// **'Restart login'** |
|
|
|
|
|
|
|
String get loginRestart; |
|
|
|
|
|
|
|
|
|
|
|
/// No description provided for @errorAccountAlreadyExists. |
|
|
|
/// No description provided for @errorAccountAlreadyExists. |
|
|
|
/// |
|
|
|
/// |
|
|
|
/// In en, this message translates to: |
|
|
|
/// In en, this message translates to: |
|
|
@ -311,6 +317,12 @@ abstract class AppLocalizations { |
|
|
|
/// **'Apps'** |
|
|
|
/// **'Apps'** |
|
|
|
String get settingsApps; |
|
|
|
String get settingsApps; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// No description provided for @settingsAccount. |
|
|
|
|
|
|
|
/// |
|
|
|
|
|
|
|
/// In en, this message translates to: |
|
|
|
|
|
|
|
/// **'Account'** |
|
|
|
|
|
|
|
String get settingsAccount; |
|
|
|
|
|
|
|
|
|
|
|
/// No description provided for @settingsExport. |
|
|
|
/// No description provided for @settingsExport. |
|
|
|
/// |
|
|
|
/// |
|
|
|
/// In en, this message translates to: |
|
|
|
/// In en, this message translates to: |
|
|
@ -329,12 +341,24 @@ abstract class AppLocalizations { |
|
|
|
/// **'Settings import has wrong file extension (has to be .json.base64)'** |
|
|
|
/// **'Settings import has wrong file extension (has to be .json.base64)'** |
|
|
|
String get settingsImportWrongFileExtension; |
|
|
|
String get settingsImportWrongFileExtension; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// No description provided for @settingsResetAll. |
|
|
|
|
|
|
|
/// |
|
|
|
|
|
|
|
/// In en, this message translates to: |
|
|
|
|
|
|
|
/// **'Reset all settings'** |
|
|
|
|
|
|
|
String get settingsResetAll; |
|
|
|
|
|
|
|
|
|
|
|
/// No description provided for @settingsResetAllConfirmation. |
|
|
|
/// No description provided for @settingsResetAllConfirmation. |
|
|
|
/// |
|
|
|
/// |
|
|
|
/// In en, this message translates to: |
|
|
|
/// In en, this message translates to: |
|
|
|
/// **'Do you want to reset all settings?'** |
|
|
|
/// **'Do you want to reset all settings?'** |
|
|
|
String get settingsResetAllConfirmation; |
|
|
|
String get settingsResetAllConfirmation; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// No description provided for @settingsResetFor. |
|
|
|
|
|
|
|
/// |
|
|
|
|
|
|
|
/// In en, this message translates to: |
|
|
|
|
|
|
|
/// **'Reset all settings for {name}'** |
|
|
|
|
|
|
|
String settingsResetFor(String name); |
|
|
|
|
|
|
|
|
|
|
|
/// No description provided for @settingsResetForConfirmation. |
|
|
|
/// No description provided for @settingsResetForConfirmation. |
|
|
|
/// |
|
|
|
/// |
|
|
|
/// In en, this message translates to: |
|
|
|
/// In en, this message translates to: |
|
|
@ -563,6 +587,12 @@ abstract class AppLocalizations { |
|
|
|
/// **'Quick bar'** |
|
|
|
/// **'Quick bar'** |
|
|
|
String get globalOptionsNavigationModeQuickBar; |
|
|
|
String get globalOptionsNavigationModeQuickBar; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// No description provided for @accountOptionsRemove. |
|
|
|
|
|
|
|
/// |
|
|
|
|
|
|
|
/// In en, this message translates to: |
|
|
|
|
|
|
|
/// **'Remove account'** |
|
|
|
|
|
|
|
String get accountOptionsRemove; |
|
|
|
|
|
|
|
|
|
|
|
/// No description provided for @accountOptionsRemoveConfirm. |
|
|
|
/// No description provided for @accountOptionsRemoveConfirm. |
|
|
|
/// |
|
|
|
/// |
|
|
|
/// In en, this message translates to: |
|
|
|
/// In en, this message translates to: |
|
|
@ -737,6 +767,12 @@ abstract class AppLocalizations { |
|
|
|
/// **'Are you sure you want to download a file that is bigger than {warningSize} ({actualSize})?'** |
|
|
|
/// **'Are you sure you want to download a file that is bigger than {warningSize} ({actualSize})?'** |
|
|
|
String filesConfirmDownloadSizeWarning(String warningSize, String actualSize); |
|
|
|
String filesConfirmDownloadSizeWarning(String warningSize, String actualSize); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// No description provided for @filesGoToPath. |
|
|
|
|
|
|
|
/// |
|
|
|
|
|
|
|
/// In en, this message translates to: |
|
|
|
|
|
|
|
/// **'Go to /{path}'** |
|
|
|
|
|
|
|
String filesGoToPath(String path); |
|
|
|
|
|
|
|
|
|
|
|
/// No description provided for @filesOptionsFilesSortPropertyName. |
|
|
|
/// No description provided for @filesOptionsFilesSortPropertyName. |
|
|
|
/// |
|
|
|
/// |
|
|
|
/// In en, this message translates to: |
|
|
|
/// In en, this message translates to: |
|
|
@ -893,6 +929,42 @@ abstract class AppLocalizations { |
|
|
|
/// **'{count} unread'** |
|
|
|
/// **'{count} unread'** |
|
|
|
String newsUnreadArticles(int count); |
|
|
|
String newsUnreadArticles(int count); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// No description provided for @newsArticleStar. |
|
|
|
|
|
|
|
/// |
|
|
|
|
|
|
|
/// In en, this message translates to: |
|
|
|
|
|
|
|
/// **'Star article'** |
|
|
|
|
|
|
|
String get newsArticleStar; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// No description provided for @newsArticleUnstar. |
|
|
|
|
|
|
|
/// |
|
|
|
|
|
|
|
/// In en, this message translates to: |
|
|
|
|
|
|
|
/// **'Unstar article'** |
|
|
|
|
|
|
|
String get newsArticleUnstar; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// No description provided for @newsArticleMarkRead. |
|
|
|
|
|
|
|
/// |
|
|
|
|
|
|
|
/// In en, this message translates to: |
|
|
|
|
|
|
|
/// **'Mark article as read'** |
|
|
|
|
|
|
|
String get newsArticleMarkRead; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// No description provided for @newsArticleMarkUnread. |
|
|
|
|
|
|
|
/// |
|
|
|
|
|
|
|
/// In en, this message translates to: |
|
|
|
|
|
|
|
/// **'Mark article as unread'** |
|
|
|
|
|
|
|
String get newsArticleMarkUnread; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// No description provided for @newsArticleOpenLink. |
|
|
|
|
|
|
|
/// |
|
|
|
|
|
|
|
/// In en, this message translates to: |
|
|
|
|
|
|
|
/// **'Open in browser'** |
|
|
|
|
|
|
|
String get newsArticleOpenLink; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// No description provided for @newsArticleShare. |
|
|
|
|
|
|
|
/// |
|
|
|
|
|
|
|
/// In en, this message translates to: |
|
|
|
|
|
|
|
/// **'Share'** |
|
|
|
|
|
|
|
String get newsArticleShare; |
|
|
|
|
|
|
|
|
|
|
|
/// No description provided for @newsShowFeedURL. |
|
|
|
/// No description provided for @newsShowFeedURL. |
|
|
|
/// |
|
|
|
/// |
|
|
|
/// In en, this message translates to: |
|
|
|
/// In en, this message translates to: |
|
|
@ -911,6 +983,12 @@ abstract class AppLocalizations { |
|
|
|
/// **'URL copied to clipboard'** |
|
|
|
/// **'URL copied to clipboard'** |
|
|
|
String get newsCopiedFeedURL; |
|
|
|
String get newsCopiedFeedURL; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// No description provided for @newsShowFeedErrorMessage. |
|
|
|
|
|
|
|
/// |
|
|
|
|
|
|
|
/// In en, this message translates to: |
|
|
|
|
|
|
|
/// **'Show error message'** |
|
|
|
|
|
|
|
String get newsShowFeedErrorMessage; |
|
|
|
|
|
|
|
|
|
|
|
/// No description provided for @newsCopyFeedErrorMessage. |
|
|
|
/// No description provided for @newsCopyFeedErrorMessage. |
|
|
|
/// |
|
|
|
/// |
|
|
|
/// In en, this message translates to: |
|
|
|
/// In en, this message translates to: |
|
|
@ -1079,12 +1157,6 @@ abstract class AppLocalizations { |
|
|
|
/// **'Category'** |
|
|
|
/// **'Category'** |
|
|
|
String get notesCategory; |
|
|
|
String get notesCategory; |
|
|
|
|
|
|
|
|
|
|
|
/// No description provided for @notesChangeCategory. |
|
|
|
|
|
|
|
/// |
|
|
|
|
|
|
|
/// In en, this message translates to: |
|
|
|
|
|
|
|
/// **'Change category'** |
|
|
|
|
|
|
|
String get notesChangeCategory; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// No description provided for @notesSetCategory. |
|
|
|
/// No description provided for @notesSetCategory. |
|
|
|
/// |
|
|
|
/// |
|
|
|
/// In en, this message translates to: |
|
|
|
/// In en, this message translates to: |
|
|
@ -1115,17 +1187,35 @@ abstract class AppLocalizations { |
|
|
|
/// **'Uncategorized'** |
|
|
|
/// **'Uncategorized'** |
|
|
|
String get notesUncategorized; |
|
|
|
String get notesUncategorized; |
|
|
|
|
|
|
|
|
|
|
|
/// No description provided for @notesEdit. |
|
|
|
/// No description provided for @notesShowEditor. |
|
|
|
/// |
|
|
|
/// |
|
|
|
/// In en, this message translates to: |
|
|
|
/// In en, this message translates to: |
|
|
|
/// **'Edit'** |
|
|
|
/// **'Edit note'** |
|
|
|
String get notesEdit; |
|
|
|
String get notesShowEditor; |
|
|
|
|
|
|
|
|
|
|
|
/// No description provided for @notesPreview. |
|
|
|
/// No description provided for @notesShowPreview. |
|
|
|
/// |
|
|
|
/// |
|
|
|
/// In en, this message translates to: |
|
|
|
/// In en, this message translates to: |
|
|
|
/// **'Preview'** |
|
|
|
/// **'Preview note'** |
|
|
|
String get notesPreview; |
|
|
|
String get notesShowPreview; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// No description provided for @notesStar. |
|
|
|
|
|
|
|
/// |
|
|
|
|
|
|
|
/// In en, this message translates to: |
|
|
|
|
|
|
|
/// **'Star note'** |
|
|
|
|
|
|
|
String get notesStar; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// No description provided for @notesUnstar. |
|
|
|
|
|
|
|
/// |
|
|
|
|
|
|
|
/// In en, this message translates to: |
|
|
|
|
|
|
|
/// **'Unstar note'** |
|
|
|
|
|
|
|
String get notesUnstar; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// No description provided for @notesChangeCategory. |
|
|
|
|
|
|
|
/// |
|
|
|
|
|
|
|
/// In en, this message translates to: |
|
|
|
|
|
|
|
/// **'Change note category'** |
|
|
|
|
|
|
|
String get notesChangeCategory; |
|
|
|
|
|
|
|
|
|
|
|
/// No description provided for @notesDeleteNoteConfirm. |
|
|
|
/// No description provided for @notesDeleteNoteConfirm. |
|
|
|
/// |
|
|
|
/// |
|
|
@ -1210,6 +1300,12 @@ abstract class AppLocalizations { |
|
|
|
/// In en, this message translates to: |
|
|
|
/// In en, this message translates to: |
|
|
|
/// **'Sorry, this Nextcloud app has not been implemented yet'** |
|
|
|
/// **'Sorry, this Nextcloud app has not been implemented yet'** |
|
|
|
String get notificationsNextcloudAppNotImplementedYet; |
|
|
|
String get notificationsNextcloudAppNotImplementedYet; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// No description provided for @notificationsDismissAll. |
|
|
|
|
|
|
|
/// |
|
|
|
|
|
|
|
/// In en, this message translates to: |
|
|
|
|
|
|
|
/// **'Dismiss all notifications'** |
|
|
|
|
|
|
|
String get notificationsDismissAll; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
class _AppLocalizationsDelegate extends LocalizationsDelegate<AppLocalizations> { |
|
|
|
class _AppLocalizationsDelegate extends LocalizationsDelegate<AppLocalizations> { |
|
|
|