Resolve conflicts and merge main
|
@ -3,7 +3,7 @@
|
|||
package="io.ente.photos">
|
||||
<application android:name="${applicationName}"
|
||||
android:label="@string/app_name"
|
||||
android:icon="@mipmap/launcher_icon"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:usesCleartextTraffic="true"
|
||||
android:requestLegacyExternalStorage="true"
|
||||
android:allowBackup="false"
|
||||
|
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 70 B After Width: | Height: | Size: 69 B |
Before Width: | Height: | Size: 6 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 6 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 70 B After Width: | Height: | Size: 69 B |
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 69 B |
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 43 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 43 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 69 B |
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_background"/>
|
||||
<foreground>
|
||||
<inset
|
||||
android:drawable="@drawable/ic_launcher_foreground"
|
||||
android:inset="26%" />
|
||||
</foreground>
|
||||
</adaptive-icon>
|
|
@ -2,5 +2,4 @@
|
|||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
|
||||
<monochrome android:drawable="@drawable/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
||||
|
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 5 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 5 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 11 KiB |
|
@ -4,6 +4,7 @@
|
|||
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
|
||||
<item name="android:forceDarkAllowed">false</item>
|
||||
<item name="android:windowFullscreen">false</item>
|
||||
<item name="android:windowDrawsSystemBarBackgrounds">false</item>
|
||||
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
|
||||
<item name="android:windowSplashScreenBackground">#000000</item>
|
||||
<item name="android:windowSplashScreenAnimatedIcon">@drawable/android12splash</item>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<item name="android:windowBackground">@drawable/launch_background</item>
|
||||
<item name="android:forceDarkAllowed">false</item>
|
||||
<item name="android:windowFullscreen">false</item>
|
||||
<item name="android:windowDrawsSystemBarBackgrounds">false</item>
|
||||
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
|
||||
</style>
|
||||
<!-- Theme applied to the Android Window as soon as the process has started.
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar">
|
||||
<item name="android:forceDarkAllowed">false</item>
|
||||
<item name="android:windowFullscreen">false</item>
|
||||
<item name="android:windowDrawsSystemBarBackgrounds">false</item>
|
||||
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
|
||||
<item name="android:windowSplashScreenBackground">#ffffff</item>
|
||||
<item name="android:windowSplashScreenAnimatedIcon">@drawable/android12splash</item>
|
||||
|
|
BIN
assets/ente.png
Normal file
After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 14 KiB |
BIN
assets/launcher_icon/adaptive_icon.png
Normal file
After Width: | Height: | Size: 51 KiB |
Before Width: | Height: | Size: 9 KiB |
BIN
assets/launcher_icon/icon.png
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
assets/splash-icon-dark.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
assets/splash-icon-light.png
Normal file
After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 15 KiB |
|
@ -1,8 +1,6 @@
|
|||
PODS:
|
||||
- background_fetch (1.1.6):
|
||||
- Flutter
|
||||
- camera_avfoundation (0.0.1):
|
||||
- Flutter
|
||||
- connectivity_plus (0.0.1):
|
||||
- Flutter
|
||||
- ReachabilitySwift
|
||||
|
@ -173,8 +171,6 @@ PODS:
|
|||
- FMDB (>= 2.7.5)
|
||||
- tflite_flutter (0.1.0):
|
||||
- Flutter
|
||||
- tflite_flutter_helper (0.0.1):
|
||||
- Flutter
|
||||
- Toast (4.0.0)
|
||||
- uni_links (0.0.1):
|
||||
- Flutter
|
||||
|
@ -192,7 +188,6 @@ PODS:
|
|||
|
||||
DEPENDENCIES:
|
||||
- background_fetch (from `.symlinks/plugins/background_fetch/ios`)
|
||||
- camera_avfoundation (from `.symlinks/plugins/camera_avfoundation/ios`)
|
||||
- connectivity_plus (from `.symlinks/plugins/connectivity_plus/ios`)
|
||||
- device_info (from `.symlinks/plugins/device_info/ios`)
|
||||
- firebase_core (from `.symlinks/plugins/firebase_core/ios`)
|
||||
|
@ -228,7 +223,6 @@ DEPENDENCIES:
|
|||
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)
|
||||
- sqflite (from `.symlinks/plugins/sqflite/ios`)
|
||||
- tflite_flutter (from `.symlinks/plugins/tflite_flutter/ios`)
|
||||
- tflite_flutter_helper (from `.symlinks/plugins/tflite_flutter_helper/ios`)
|
||||
- uni_links (from `.symlinks/plugins/uni_links/ios`)
|
||||
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
|
||||
- video_player_avfoundation (from `.symlinks/plugins/video_player_avfoundation/ios`)
|
||||
|
@ -261,8 +255,6 @@ SPEC REPOS:
|
|||
EXTERNAL SOURCES:
|
||||
background_fetch:
|
||||
:path: ".symlinks/plugins/background_fetch/ios"
|
||||
camera_avfoundation:
|
||||
:path: ".symlinks/plugins/camera_avfoundation/ios"
|
||||
connectivity_plus:
|
||||
:path: ".symlinks/plugins/connectivity_plus/ios"
|
||||
device_info:
|
||||
|
@ -333,8 +325,6 @@ EXTERNAL SOURCES:
|
|||
:path: ".symlinks/plugins/sqflite/ios"
|
||||
tflite_flutter:
|
||||
:path: ".symlinks/plugins/tflite_flutter/ios"
|
||||
tflite_flutter_helper:
|
||||
:path: ".symlinks/plugins/tflite_flutter_helper/ios"
|
||||
uni_links:
|
||||
:path: ".symlinks/plugins/uni_links/ios"
|
||||
url_launcher_ios:
|
||||
|
@ -350,7 +340,6 @@ EXTERNAL SOURCES:
|
|||
|
||||
SPEC CHECKSUMS:
|
||||
background_fetch: bc9b44b0bf8b434e282a2ac9be8662800a0296ed
|
||||
camera_avfoundation: 3125e8cd1a4387f6f31c6c63abb8a55892a9eeeb
|
||||
connectivity_plus: 53efb943fc2882c8512d84c45707bcabc4c36076
|
||||
device_info: d7d233b645a32c40dfdc212de5cf646ca482f175
|
||||
Firebase: bd152f0f3d278c4060c5c71359db08ebcfd5a3e2
|
||||
|
@ -404,7 +393,6 @@ SPEC CHECKSUMS:
|
|||
shared_preferences_foundation: e2dae3258e06f44cc55f49d42024fd8dd03c590c
|
||||
sqflite: 31f7eba61e3074736dff8807a9b41581e4f7f15a
|
||||
tflite_flutter: 9157a660578930a99728974f247369af1c3595d5
|
||||
tflite_flutter_helper: 543b46b6bd064b21c92ea6e54bc0b29f1ce74cb5
|
||||
Toast: 91b396c56ee72a5790816f40d3a94dd357abc196
|
||||
uni_links: d97da20c7701486ba192624d99bffaaffcfc298a
|
||||
url_launcher_ios: 08a3dfac5fb39e8759aeb0abbd5d9480f30fc8b4
|
||||
|
|
|
@ -276,7 +276,6 @@
|
|||
"${BUILT_PRODUCTS_DIR}/SentryPrivate/SentryPrivate.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/Toast/Toast.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/background_fetch/background_fetch.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/camera_avfoundation/camera_avfoundation.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/connectivity_plus/connectivity_plus.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/device_info/device_info.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/fk_user_agent/fk_user_agent.framework",
|
||||
|
@ -311,7 +310,6 @@
|
|||
"${BUILT_PRODUCTS_DIR}/shared_preferences_foundation/shared_preferences_foundation.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/sqflite/sqflite.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/tflite_flutter/tflite_flutter.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/tflite_flutter_helper/tflite_flutter_helper.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/uni_links/uni_links.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/url_launcher_ios/url_launcher_ios.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/video_player_avfoundation/video_player_avfoundation.framework",
|
||||
|
@ -354,7 +352,6 @@
|
|||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SentryPrivate.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Toast.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/background_fetch.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/camera_avfoundation.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/connectivity_plus.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/device_info.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/fk_user_agent.framework",
|
||||
|
@ -389,7 +386,6 @@
|
|||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/shared_preferences_foundation.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/sqflite.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/tflite_flutter.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/tflite_flutter_helper.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/uni_links.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/url_launcher_ios.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/video_player_avfoundation.framework",
|
||||
|
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 402 B After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 831 B After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 549 B After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 831 B After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 6 KiB |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 4.8 KiB |
After Width: | Height: | Size: 2.6 KiB |
After Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 6 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 9.5 KiB |
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 7.7 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 69 B |
Before Width: | Height: | Size: 70 B After Width: | Height: | Size: 69 B |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 43 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 6 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 38 KiB |
|
@ -67,7 +67,7 @@ class Configuration {
|
|||
"has_selected_all_folders_for_backup";
|
||||
static const anonymousUserIDKey = "anonymous_user_id";
|
||||
|
||||
final kTempFolderDeletionTimeBuffer = const Duration(days: 1).inMicroseconds;
|
||||
final kTempFolderDeletionTimeBuffer = const Duration(hours: 6).inMicroseconds;
|
||||
|
||||
static final _logger = Logger("Configuration");
|
||||
|
||||
|
@ -77,7 +77,7 @@ class Configuration {
|
|||
late SharedPreferences _preferences;
|
||||
String? _secretKey;
|
||||
late FlutterSecureStorage _secureStorage;
|
||||
late String _tempDirectory;
|
||||
late String _tempDocumentsDirPath;
|
||||
late String _thumbnailCacheDirectory;
|
||||
|
||||
// 6th July 22: Remove this after 3 months. Hopefully, active users
|
||||
|
@ -96,14 +96,14 @@ class Configuration {
|
|||
_preferences = await SharedPreferences.getInstance();
|
||||
_secureStorage = const FlutterSecureStorage();
|
||||
_documentsDirectory = (await getApplicationDocumentsDirectory()).path;
|
||||
_tempDirectory = _documentsDirectory + "/temp/";
|
||||
final tempDirectory = Directory(_tempDirectory);
|
||||
_tempDocumentsDirPath = _documentsDirectory + "/temp/";
|
||||
final tempDocumentsDir = Directory(_tempDocumentsDirPath);
|
||||
try {
|
||||
final currentTime = DateTime.now().microsecondsSinceEpoch;
|
||||
if (tempDirectory.existsSync() &&
|
||||
if (tempDocumentsDir.existsSync() &&
|
||||
(_preferences.getInt(lastTempFolderClearTimeKey) ?? 0) <
|
||||
(currentTime - kTempFolderDeletionTimeBuffer)) {
|
||||
await tempDirectory.delete(recursive: true);
|
||||
await tempDocumentsDir.delete(recursive: true);
|
||||
await _preferences.setInt(lastTempFolderClearTimeKey, currentTime);
|
||||
_logger.info("Cleared temp folder");
|
||||
} else {
|
||||
|
@ -112,7 +112,7 @@ class Configuration {
|
|||
} catch (e) {
|
||||
_logger.warning(e);
|
||||
}
|
||||
tempDirectory.createSync(recursive: true);
|
||||
tempDocumentsDir.createSync(recursive: true);
|
||||
final tempDirectoryPath = (await getTemporaryDirectory()).path;
|
||||
_thumbnailCacheDirectory = tempDirectoryPath + "/thumbnail-cache";
|
||||
Directory(_thumbnailCacheDirectory).createSync(recursive: true);
|
||||
|
@ -136,7 +136,7 @@ class Configuration {
|
|||
}
|
||||
await _migrateSecurityStorageToFirstUnlock();
|
||||
}
|
||||
SuperLogging.setUserID(await _getOrCreateAnonymousUserID());
|
||||
SuperLogging.setUserID(await _getOrCreateAnonymousUserID()).ignore();
|
||||
}
|
||||
|
||||
Future<void> logout({bool autoLogout = false}) async {
|
||||
|
@ -499,7 +499,7 @@ class Configuration {
|
|||
|
||||
// Caution: This directory is cleared on app start
|
||||
String getTempDirectory() {
|
||||
return _tempDirectory;
|
||||
return _tempDocumentsDirPath;
|
||||
}
|
||||
|
||||
String getThumbnailCacheDirectory() {
|
||||
|
|
|
@ -52,7 +52,8 @@ const double restrictedMaxWidth = 430;
|
|||
|
||||
const double mobileSmallThreshold = 336;
|
||||
|
||||
const publicLinkDeviceLimits = [50, 25, 10, 5, 2, 1];
|
||||
// Note: 0 indicates no device limit
|
||||
const publicLinkDeviceLimits = [0,50, 25, 10, 5, 2, 1];
|
||||
|
||||
const kilometersPerDegree = 111.16;
|
||||
|
||||
|
|
|
@ -214,10 +214,14 @@ class SuperLogging {
|
|||
}
|
||||
}
|
||||
|
||||
static void setUserID(String userID) async {
|
||||
static Future<void> setUserID(String userID) async {
|
||||
if (config.sentryDsn != null) {
|
||||
Sentry.configureScope((scope) => scope.setUser(SentryUser(id: userID)));
|
||||
$.info("setting sentry user ID to: $userID");
|
||||
$.finest("setting sentry user ID to: $userID");
|
||||
Sentry.configureScope(
|
||||
(scope) => scope.setUser(SentryUser(id: userID)).onError(
|
||||
(e, s) => $.warning("failed to configure scope user", e, s),
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,12 +1,26 @@
|
|||
import "package:flutter/cupertino.dart";
|
||||
|
||||
class HolidayData {
|
||||
final String name;
|
||||
final int month;
|
||||
final int day;
|
||||
|
||||
const HolidayData(this.name, {required this.month, required this.day});
|
||||
HolidayData(this.name, {required this.month, required this.day});
|
||||
}
|
||||
|
||||
const List<HolidayData> allHolidays = [
|
||||
// Based on the locale, this return holidays that have fixed date as per the
|
||||
// Gregorian calendar. For example, Christmas is always on December 25th.
|
||||
List<HolidayData> getHolidays(BuildContext context) {
|
||||
final locale = Localizations.localeOf(context);
|
||||
if (localeToHolidays.containsKey(locale.toLanguageTag())) {
|
||||
return localeToHolidays[locale.toLanguageTag()]!;
|
||||
} else if (localeToHolidays.containsKey(locale.languageCode)) {
|
||||
return localeToHolidays[locale.languageCode]!;
|
||||
}
|
||||
return _defaultHolidays;
|
||||
}
|
||||
|
||||
List<HolidayData> _defaultHolidays = [
|
||||
HolidayData('New Year', month: 1, day: 1),
|
||||
HolidayData('Epiphany', month: 1, day: 6),
|
||||
HolidayData('Pongal', month: 1, day: 14),
|
||||
|
@ -18,9 +32,100 @@ const List<HolidayData> allHolidays = [
|
|||
HolidayData('May Day', month: 5, day: 1),
|
||||
HolidayData('Midsummer\'s Eve', month: 6, day: 24),
|
||||
HolidayData('Midsummer Day', month: 6, day: 25),
|
||||
HolidayData('Christmas Eve', month: 12, day: 24),
|
||||
HolidayData('Halloween', month: 10, day: 31),
|
||||
HolidayData('Christmas Eve', month: 12, day: 24),
|
||||
HolidayData('Christmas', month: 12, day: 25),
|
||||
HolidayData('Boxing Day', month: 12, day: 26),
|
||||
HolidayData('New Year\'s Eve', month: 12, day: 31),
|
||||
];
|
||||
Map<String, List<HolidayData>> localeToHolidays = {
|
||||
'it': [
|
||||
HolidayData('Capodanno', month: 1, day: 1),
|
||||
// New Year's Day
|
||||
HolidayData('Epifania', month: 1, day: 6),
|
||||
// Epiphany
|
||||
HolidayData('San Valentino', month: 2, day: 14),
|
||||
// Valentine's Day
|
||||
HolidayData('Festa della Liberazione', month: 4, day: 25),
|
||||
// Liberation Day
|
||||
HolidayData('Primo Maggio', month: 5, day: 1),
|
||||
// Labor Day
|
||||
HolidayData('Festa della Repubblica', month: 6, day: 2),
|
||||
// Republic Day
|
||||
HolidayData('Ferragosto', month: 8, day: 15),
|
||||
// Assumption of Mary
|
||||
HolidayData('Halloween', month: 10, day: 31),
|
||||
// Halloween
|
||||
HolidayData('Ognissanti', month: 11, day: 1),
|
||||
// All Saints' Day
|
||||
HolidayData('Immacolata Concezione', month: 12, day: 8),
|
||||
// Immaculate Conception
|
||||
HolidayData('Natale', month: 12, day: 25),
|
||||
// Christmas Day
|
||||
HolidayData('Vigilia di Capodanno', month: 12, day: 31),
|
||||
// New Year's Eve
|
||||
],
|
||||
'fr': [
|
||||
HolidayData('Jour de l\'An', month: 1, day: 1), // New Year's Day
|
||||
HolidayData('Fête du Travail', month: 5, day: 1), // Labour Day
|
||||
HolidayData('Fête Nationale', month: 7, day: 14), // Bastille Day
|
||||
HolidayData('Assomption', month: 8, day: 15), // Assumption of Mary
|
||||
HolidayData('Halloween', month: 10, day: 31), // Halloween
|
||||
HolidayData('Toussaint', month: 11, day: 1), // All Saints' Day
|
||||
HolidayData('Jour de l\'Armistice', month: 11, day: 11), // Armistice Day
|
||||
HolidayData('Noël', month: 12, day: 25), // Christmas
|
||||
HolidayData('Lendemain de Noël', month: 12, day: 26), // Boxing Day
|
||||
HolidayData('Saint-Sylvestre', month: 12, day: 31), // New Year's Eve
|
||||
],
|
||||
'de': [
|
||||
HolidayData('Neujahrstag', month: 1, day: 1),
|
||||
// New Year
|
||||
HolidayData('Valentinstag', month: 2, day: 14),
|
||||
// Valentine's Day
|
||||
HolidayData('Tag der Arbeit', month: 5, day: 1),
|
||||
// Labor Day
|
||||
HolidayData('Tag der Deutschen Einheit', month: 10, day: 3),
|
||||
// German Unity Day
|
||||
HolidayData('Halloween', month: 10, day: 31),
|
||||
// Halloween
|
||||
HolidayData('Erster Weihnachtstag', month: 12, day: 25),
|
||||
// First Christmas Day
|
||||
HolidayData('Zweiter Weihnachtstag', month: 12, day: 26),
|
||||
// Second Christmas Day (Boxing Day)
|
||||
HolidayData('Silvester', month: 12, day: 31),
|
||||
// New Year's Eve
|
||||
],
|
||||
'nl': [
|
||||
HolidayData('Nieuwjaarsdag', month: 1, day: 1), // New Year's Day
|
||||
HolidayData('Valentijnsdag', month: 2, day: 14), // Valentine's Day
|
||||
HolidayData('Koningsdag', month: 4, day: 27), // King's Day
|
||||
HolidayData('Bevrijdingsdag', month: 5, day: 5), // Liberation Day
|
||||
HolidayData('Halloween', month: 10, day: 31), // Halloween
|
||||
HolidayData('Sinterklaas', month: 12, day: 5), // Sinterklaas
|
||||
HolidayData('Eerste Kerstdag', month: 12, day: 25), // First Christmas Day
|
||||
HolidayData('Tweede Kerstdag', month: 12, day: 26), // Second Christmas Day
|
||||
HolidayData('Oudejaarsdag', month: 12, day: 31), // New Year's Eve
|
||||
],
|
||||
'es': [
|
||||
HolidayData('Año Nuevo', month: 1, day: 1),
|
||||
// New Year's Day
|
||||
HolidayData('San Valentín', month: 2, day: 14),
|
||||
// Valentine's Day
|
||||
HolidayData('Día del Trabajador', month: 5, day: 1),
|
||||
// Labor Day
|
||||
HolidayData('Día de la Hispanidad', month: 10, day: 12),
|
||||
// Hispanic Day
|
||||
HolidayData('Halloween', month: 10, day: 31),
|
||||
// Halloween
|
||||
HolidayData('Día de Todos los Santos', month: 11, day: 1),
|
||||
// All Saints' Day
|
||||
HolidayData('Día de la Constitución', month: 12, day: 6),
|
||||
// Constitution Day
|
||||
HolidayData('La Inmaculada Concepción', month: 12, day: 8),
|
||||
// Immaculate Conception
|
||||
HolidayData('Navidad', month: 12, day: 25),
|
||||
// Christmas Day
|
||||
HolidayData('Nochevieja', month: 12, day: 31),
|
||||
// New Year's Eve
|
||||
],
|
||||
};
|
||||
|
|
|
@ -1,17 +1,20 @@
|
|||
List<MonthData> allMonths = [
|
||||
MonthData('January', 1),
|
||||
MonthData('February', 2),
|
||||
MonthData('March', 3),
|
||||
MonthData('April', 4),
|
||||
MonthData('May', 5),
|
||||
MonthData('June', 6),
|
||||
MonthData('July', 7),
|
||||
MonthData('August', 8),
|
||||
MonthData('September', 9),
|
||||
MonthData('October', 10),
|
||||
MonthData('November', 11),
|
||||
MonthData('December', 12),
|
||||
];
|
||||
import "package:flutter/widgets.dart";
|
||||
import "package:intl/intl.dart";
|
||||
|
||||
final Map<String, List<MonthData>> _cache = {};
|
||||
|
||||
List<MonthData> getMonthData(BuildContext context) {
|
||||
final locale = Localizations.localeOf(context).toString();
|
||||
|
||||
if (!_cache.containsKey(locale)) {
|
||||
final dateSymbols = DateFormat('MMMM', locale).dateSymbols;
|
||||
_cache[locale] = List.generate(
|
||||
12,
|
||||
(index) => MonthData(dateSymbols.MONTHS[index], index + 1),
|
||||
);
|
||||
}
|
||||
return _cache[locale]!;
|
||||
}
|
||||
|
||||
class MonthData {
|
||||
final String name;
|
||||
|
|
140
lib/generated/intl/messages_de.dart
generated
|
@ -99,99 +99,96 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
|
||||
static String m26(expiryTime) => "Link läuft am ${expiryTime} ab";
|
||||
|
||||
static String m27(maxValue) =>
|
||||
"Wenn auf den Höchstwert von ${maxValue} gesetzt, dann wird das Limit gelockert um potenzielle Höchstlasten unterstützen zu können.";
|
||||
|
||||
static String m28(count, formattedCount) =>
|
||||
static String m27(count, formattedCount) =>
|
||||
"${Intl.plural(count, zero: 'keine Erinnerungsstücke', one: '${formattedCount} Erinnerung', other: '${formattedCount} Erinnerungsstücke')}";
|
||||
|
||||
static String m29(count) =>
|
||||
static String m28(count) =>
|
||||
"${Intl.plural(count, one: 'Element verschieben', other: 'Elemente verschieben')}";
|
||||
|
||||
static String m30(albumName) => "Erfolgreich zu ${albumName} hinzugefügt";
|
||||
static String m29(albumName) => "Erfolgreich zu ${albumName} hinzugefügt";
|
||||
|
||||
static String m31(passwordStrengthValue) =>
|
||||
static String m30(passwordStrengthValue) =>
|
||||
"Passwortstärke: ${passwordStrengthValue}";
|
||||
|
||||
static String m32(providerName) =>
|
||||
static String m31(providerName) =>
|
||||
"Bitte kontaktiere den Support von ${providerName}, falls etwas abgebucht wurde";
|
||||
|
||||
static String m33(reason) =>
|
||||
static String m32(reason) =>
|
||||
"Leider ist deine Zahlung aus folgendem Grund fehlgeschlagen: ${reason}";
|
||||
|
||||
static String m34(toEmail) => "Bitte sende uns eine E-Mail an ${toEmail}";
|
||||
static String m33(toEmail) => "Bitte sende uns eine E-Mail an ${toEmail}";
|
||||
|
||||
static String m35(toEmail) => "Bitte sende die Protokolle an ${toEmail}";
|
||||
static String m34(toEmail) => "Bitte sende die Protokolle an ${toEmail}";
|
||||
|
||||
static String m36(storeName) => "Bewerte uns auf ${storeName}";
|
||||
static String m35(storeName) => "Bewerte uns auf ${storeName}";
|
||||
|
||||
static String m37(storageInGB) =>
|
||||
static String m36(storageInGB) =>
|
||||
"3. Ihr beide erhaltet ${storageInGB} GB* kostenlos";
|
||||
|
||||
static String m38(userEmail) =>
|
||||
static String m37(userEmail) =>
|
||||
"${userEmail} wird aus diesem geteilten Album entfernt\n\nAlle von ihnen hinzugefügte Fotos werden ebenfalls aus dem Album entfernt";
|
||||
|
||||
static String m39(endDate) => "Erneuert am ${endDate}";
|
||||
static String m38(endDate) => "Erneuert am ${endDate}";
|
||||
|
||||
static String m40(count) => "${count} ausgewählt";
|
||||
static String m39(count) => "${count} ausgewählt";
|
||||
|
||||
static String m41(count, yourCount) =>
|
||||
static String m40(count, yourCount) =>
|
||||
"${count} ausgewählt (${yourCount} von Ihnen)";
|
||||
|
||||
static String m42(verificationID) =>
|
||||
static String m41(verificationID) =>
|
||||
"Hier ist meine Verifizierungs-ID: ${verificationID} für ente.io.";
|
||||
|
||||
static String m43(verificationID) =>
|
||||
static String m42(verificationID) =>
|
||||
"Hey, kannst du bestätigen, dass dies deine ente.io Verifizierungs-ID ist: ${verificationID}";
|
||||
|
||||
static String m44(referralCode, referralStorageInGB) =>
|
||||
static String m43(referralCode, referralStorageInGB) =>
|
||||
"ente Weiterempfehlungs-Code: ${referralCode} \n\nEinlösen unter Einstellungen → Allgemein → Weiterempfehlungen, um ${referralStorageInGB} GB kostenlos zu erhalten, sobald Sie einen kostenpflichtigen Tarif abgeschlossen haben\n\nhttps://ente.io";
|
||||
|
||||
static String m45(numberOfPeople) =>
|
||||
static String m44(numberOfPeople) =>
|
||||
"${Intl.plural(numberOfPeople, zero: 'Teile mit bestimmten Personen', one: 'Teilen mit 1 Person', other: 'Teilen mit ${numberOfPeople} Personen')}";
|
||||
|
||||
static String m46(emailIDs) => "Geteilt mit ${emailIDs}";
|
||||
static String m45(emailIDs) => "Geteilt mit ${emailIDs}";
|
||||
|
||||
static String m47(fileType) =>
|
||||
static String m46(fileType) =>
|
||||
"Dieses ${fileType} wird von deinem Gerät gelöscht.";
|
||||
|
||||
static String m48(fileType) =>
|
||||
static String m47(fileType) =>
|
||||
"Dieses ${fileType} existiert auf ente.io und deinem Gerät.";
|
||||
|
||||
static String m49(fileType) =>
|
||||
static String m48(fileType) =>
|
||||
"Dieses ${fileType} wird auf ente.io gelöscht.";
|
||||
|
||||
static String m50(storageAmountInGB) => "${storageAmountInGB} GB";
|
||||
static String m49(storageAmountInGB) => "${storageAmountInGB} GB";
|
||||
|
||||
static String m51(
|
||||
static String m50(
|
||||
usedAmount, usedStorageUnit, totalAmount, totalStorageUnit) =>
|
||||
"${usedAmount} ${usedStorageUnit} von ${totalAmount} ${totalStorageUnit} verwendet";
|
||||
|
||||
static String m52(id) =>
|
||||
static String m51(id) =>
|
||||
"Ihr ${id} ist bereits mit einem anderen \'ente\'-Konto verknüpft.\nWenn Sie Ihre ${id} mit diesem Konto verwenden möchten, kontaktieren Sie bitte unseren Support\'";
|
||||
|
||||
static String m53(endDate) => "Ihr Abo endet am ${endDate}";
|
||||
static String m52(endDate) => "Ihr Abo endet am ${endDate}";
|
||||
|
||||
static String m54(completed, total) =>
|
||||
static String m53(completed, total) =>
|
||||
"${completed}/${total} Erinnerungsstücke gesichert";
|
||||
|
||||
static String m55(storageAmountInGB) =>
|
||||
static String m54(storageAmountInGB) =>
|
||||
"Diese erhalten auch ${storageAmountInGB} GB";
|
||||
|
||||
static String m56(email) => "Dies ist ${email}s Verifizierungs-ID";
|
||||
static String m55(email) => "Dies ist ${email}s Verifizierungs-ID";
|
||||
|
||||
static String m57(count) =>
|
||||
static String m56(count) =>
|
||||
"${Intl.plural(count, zero: '', one: '1 Tag', other: '${count} Tage')}";
|
||||
|
||||
static String m58(email) => "Verifiziere ${email}";
|
||||
static String m57(email) => "Verifiziere ${email}";
|
||||
|
||||
static String m59(email) =>
|
||||
static String m58(email) =>
|
||||
"Wir haben eine E-Mail an <green>${email}</green> gesendet";
|
||||
|
||||
static String m60(count) =>
|
||||
static String m59(count) =>
|
||||
"${Intl.plural(count, one: 'vor einem Jahr', other: 'vor ${count} Jahren')}";
|
||||
|
||||
static String m61(storageSaved) =>
|
||||
static String m60(storageSaved) =>
|
||||
"Du hast ${storageSaved} erfolgreich freigegeben!";
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
|
@ -821,19 +818,18 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"maps": MessageLookupByLibrary.simpleMessage("Karten"),
|
||||
"mastodon": MessageLookupByLibrary.simpleMessage("Mastodon"),
|
||||
"matrix": MessageLookupByLibrary.simpleMessage("Matrix"),
|
||||
"maxDeviceLimitSpikeHandling": m27,
|
||||
"memoryCount": m28,
|
||||
"memoryCount": m27,
|
||||
"merchandise": MessageLookupByLibrary.simpleMessage("Merchandise"),
|
||||
"mobileWebDesktop":
|
||||
MessageLookupByLibrary.simpleMessage("Mobil, Web, Desktop"),
|
||||
"moderateStrength": MessageLookupByLibrary.simpleMessage("Mittel"),
|
||||
"monthly": MessageLookupByLibrary.simpleMessage("Monatlich"),
|
||||
"moveItem": m29,
|
||||
"moveItem": m28,
|
||||
"moveToAlbum":
|
||||
MessageLookupByLibrary.simpleMessage("Zum Album verschieben"),
|
||||
"moveToHiddenAlbum":
|
||||
MessageLookupByLibrary.simpleMessage("Move to hidden album"),
|
||||
"movedSuccessfullyTo": m30,
|
||||
"movedSuccessfullyTo": m29,
|
||||
"movedToTrash": MessageLookupByLibrary.simpleMessage(
|
||||
"In den Papierkorb verschoben"),
|
||||
"movingFilesToAlbum": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -883,15 +879,15 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"passwordChangedSuccessfully": MessageLookupByLibrary.simpleMessage(
|
||||
"Passwort erfolgreich geändert"),
|
||||
"passwordLock": MessageLookupByLibrary.simpleMessage("Passwort Sperre"),
|
||||
"passwordStrength": m31,
|
||||
"passwordStrength": m30,
|
||||
"passwordWarning": MessageLookupByLibrary.simpleMessage(
|
||||
"Wir speichern dieses Passwort nicht. Wenn du es vergisst, <underline>können wir deine Daten nicht entschlüsseln</underline>"),
|
||||
"paymentDetails":
|
||||
MessageLookupByLibrary.simpleMessage("Zahlungsdetails"),
|
||||
"paymentFailed":
|
||||
MessageLookupByLibrary.simpleMessage("Zahlung fehlgeschlagen"),
|
||||
"paymentFailedTalkToProvider": m32,
|
||||
"paymentFailedWithReason": m33,
|
||||
"paymentFailedTalkToProvider": m31,
|
||||
"paymentFailedWithReason": m32,
|
||||
"pendingSync":
|
||||
MessageLookupByLibrary.simpleMessage("Synchronisation anstehend"),
|
||||
"peopleUsingYourCode": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -918,12 +914,12 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"pleaseContactSupportIfTheProblemPersists":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"Bitte wenden Sie sich an den Support, falls das Problem weiterhin besteht"),
|
||||
"pleaseEmailUsAt": m34,
|
||||
"pleaseEmailUsAt": m33,
|
||||
"pleaseGrantPermissions": MessageLookupByLibrary.simpleMessage(
|
||||
"Bitte erteile die nötigen Berechtigungen"),
|
||||
"pleaseLoginAgain":
|
||||
MessageLookupByLibrary.simpleMessage("Bitte logge dich erneut ein"),
|
||||
"pleaseSendTheLogsTo": m35,
|
||||
"pleaseSendTheLogsTo": m34,
|
||||
"pleaseTryAgain":
|
||||
MessageLookupByLibrary.simpleMessage("Bitte versuche es erneut"),
|
||||
"pleaseVerifyTheCodeYouHaveEntered":
|
||||
|
@ -956,7 +952,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"raiseTicket": MessageLookupByLibrary.simpleMessage("Ticket erstellen"),
|
||||
"rateTheApp": MessageLookupByLibrary.simpleMessage("App bewerten"),
|
||||
"rateUs": MessageLookupByLibrary.simpleMessage("Bewerte uns"),
|
||||
"rateUsOnStore": m36,
|
||||
"rateUsOnStore": m35,
|
||||
"recover": MessageLookupByLibrary.simpleMessage("Wiederherstellen"),
|
||||
"recoverAccount":
|
||||
MessageLookupByLibrary.simpleMessage("Konto wiederherstellen"),
|
||||
|
@ -989,7 +985,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"1. Gib diesen Code an deine Freunde"),
|
||||
"referralStep2": MessageLookupByLibrary.simpleMessage(
|
||||
"2. Sie schließen ein bezahltes Abo ab"),
|
||||
"referralStep3": m37,
|
||||
"referralStep3": m36,
|
||||
"referrals": MessageLookupByLibrary.simpleMessage("Weiterempfehlungen"),
|
||||
"referralsAreCurrentlyPaused": MessageLookupByLibrary.simpleMessage(
|
||||
"Einlösungen sind derzeit pausiert"),
|
||||
|
@ -1015,7 +1011,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"removeLink": MessageLookupByLibrary.simpleMessage("Link entfernen"),
|
||||
"removeParticipant":
|
||||
MessageLookupByLibrary.simpleMessage("Teilnehmer entfernen"),
|
||||
"removeParticipantBody": m38,
|
||||
"removeParticipantBody": m37,
|
||||
"removePublicLink":
|
||||
MessageLookupByLibrary.simpleMessage("Öffentlichen Link entfernen"),
|
||||
"removeShareItemsWarning": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -1029,7 +1025,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"renameFile": MessageLookupByLibrary.simpleMessage("Datei umbenennen"),
|
||||
"renewSubscription":
|
||||
MessageLookupByLibrary.simpleMessage("Abonnement erneuern"),
|
||||
"renewsOn": m39,
|
||||
"renewsOn": m38,
|
||||
"reportABug": MessageLookupByLibrary.simpleMessage("Fehler melden"),
|
||||
"reportBug": MessageLookupByLibrary.simpleMessage("Fehler melden"),
|
||||
"resendEmail":
|
||||
|
@ -1087,8 +1083,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"selectedItemsWillBeDeletedFromAllAlbumsAndMoved":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"Ausgewählte Elemente werden aus allen Alben gelöscht und in den Papierkorb verschoben."),
|
||||
"selectedPhotos": m40,
|
||||
"selectedPhotosWithYours": m41,
|
||||
"selectedPhotos": m39,
|
||||
"selectedPhotosWithYours": m40,
|
||||
"send": MessageLookupByLibrary.simpleMessage("Absenden"),
|
||||
"sendEmail": MessageLookupByLibrary.simpleMessage("E-Mail senden"),
|
||||
"sendInvite": MessageLookupByLibrary.simpleMessage("Einladung senden"),
|
||||
|
@ -1111,31 +1107,31 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"shareAnAlbumNow":
|
||||
MessageLookupByLibrary.simpleMessage("Teile jetzt ein Album"),
|
||||
"shareLink": MessageLookupByLibrary.simpleMessage("Link teilen"),
|
||||
"shareMyVerificationID": m42,
|
||||
"shareMyVerificationID": m41,
|
||||
"shareOnlyWithThePeopleYouWant": MessageLookupByLibrary.simpleMessage(
|
||||
"Teile mit ausgewählten Personen"),
|
||||
"shareTextConfirmOthersVerificationID": m43,
|
||||
"shareTextConfirmOthersVerificationID": m42,
|
||||
"shareTextRecommendUsingEnte": MessageLookupByLibrary.simpleMessage(
|
||||
"Lade ente herunter, damit wir einfach Fotos und Videos in höchster Qualität teilen können\n\nhttps://ente.io"),
|
||||
"shareTextReferralCode": m44,
|
||||
"shareTextReferralCode": m43,
|
||||
"shareWithNonenteUsers": MessageLookupByLibrary.simpleMessage(
|
||||
"Mit Nicht-Ente-Benutzern teilen"),
|
||||
"shareWithPeopleSectionTitle": m45,
|
||||
"shareWithPeopleSectionTitle": m44,
|
||||
"shareYourFirstAlbum":
|
||||
MessageLookupByLibrary.simpleMessage("Teile dein erstes Album"),
|
||||
"sharedAlbumSectionDescription": MessageLookupByLibrary.simpleMessage(
|
||||
"Erstelle gemeinsame Alben mit anderen ente Benutzern, einschließlich solchen im kostenlosen Tarif."),
|
||||
"sharedByMe": MessageLookupByLibrary.simpleMessage("Von mir geteilt"),
|
||||
"sharedWith": m46,
|
||||
"sharedWith": m45,
|
||||
"sharedWithMe": MessageLookupByLibrary.simpleMessage("Mit mir geteilt"),
|
||||
"sharing": MessageLookupByLibrary.simpleMessage("Teilt..."),
|
||||
"signUpTerms": MessageLookupByLibrary.simpleMessage(
|
||||
"Ich stimme den <u-terms>Nutzungsbedingungen</u-terms> und der <u-policy>Datenschutzerklärung</u-policy> zu"),
|
||||
"singleFileDeleteFromDevice": m47,
|
||||
"singleFileDeleteFromDevice": m46,
|
||||
"singleFileDeleteHighlight": MessageLookupByLibrary.simpleMessage(
|
||||
"Es wird aus allen Alben gelöscht."),
|
||||
"singleFileInBothLocalAndRemote": m48,
|
||||
"singleFileInRemoteOnly": m49,
|
||||
"singleFileInBothLocalAndRemote": m47,
|
||||
"singleFileInRemoteOnly": m48,
|
||||
"skip": MessageLookupByLibrary.simpleMessage("Überspringen"),
|
||||
"social": MessageLookupByLibrary.simpleMessage("Social Media"),
|
||||
"someItemsAreInBothEnteAndYourDevice":
|
||||
|
@ -1176,13 +1172,13 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"storage": MessageLookupByLibrary.simpleMessage("Speicherplatz"),
|
||||
"storageBreakupFamily": MessageLookupByLibrary.simpleMessage("Familie"),
|
||||
"storageBreakupYou": MessageLookupByLibrary.simpleMessage("Sie"),
|
||||
"storageInGB": m50,
|
||||
"storageInGB": m49,
|
||||
"storageLimitExceeded": MessageLookupByLibrary.simpleMessage(
|
||||
"Speichergrenze überschritten"),
|
||||
"storageUsageInfo": m51,
|
||||
"storageUsageInfo": m50,
|
||||
"strongStrength": MessageLookupByLibrary.simpleMessage("Stark"),
|
||||
"subAlreadyLinkedErrMessage": m52,
|
||||
"subWillBeCancelledOn": m53,
|
||||
"subAlreadyLinkedErrMessage": m51,
|
||||
"subWillBeCancelledOn": m52,
|
||||
"subscribe": MessageLookupByLibrary.simpleMessage("Abonnieren"),
|
||||
"subscribeToEnableSharing": MessageLookupByLibrary.simpleMessage(
|
||||
"Sieht aus, als sei dein Abonnement abgelaufen. Bitte abonniere, um das Teilen zu aktivieren."),
|
||||
|
@ -1195,7 +1191,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"suggestFeatures":
|
||||
MessageLookupByLibrary.simpleMessage("Verbesserung vorschlagen"),
|
||||
"support": MessageLookupByLibrary.simpleMessage("Support"),
|
||||
"syncProgress": m54,
|
||||
"syncProgress": m53,
|
||||
"syncStopped":
|
||||
MessageLookupByLibrary.simpleMessage("Synchronisierung angehalten"),
|
||||
"syncing": MessageLookupByLibrary.simpleMessage("Synchronisiere …"),
|
||||
|
@ -1224,7 +1220,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"theseItemsWillBeDeletedFromYourDevice":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"Diese Elemente werden von deinem Gerät gelöscht."),
|
||||
"theyAlsoGetXGb": m55,
|
||||
"theyAlsoGetXGb": m54,
|
||||
"theyWillBeDeletedFromAllAlbums": MessageLookupByLibrary.simpleMessage(
|
||||
"Sie werden aus allen Alben gelöscht."),
|
||||
"thisActionCannotBeUndone": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -1240,7 +1236,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"Diese E-Mail-Adresse wird bereits verwendet"),
|
||||
"thisImageHasNoExifData": MessageLookupByLibrary.simpleMessage(
|
||||
"Dieses Bild hat keine Exif-Daten"),
|
||||
"thisIsPersonVerificationId": m56,
|
||||
"thisIsPersonVerificationId": m55,
|
||||
"thisIsYourVerificationId": MessageLookupByLibrary.simpleMessage(
|
||||
"Dies ist deine Verifizierungs-ID"),
|
||||
"thisWillLogYouOutOfTheFollowingDevice":
|
||||
|
@ -1256,7 +1252,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"total": MessageLookupByLibrary.simpleMessage("Gesamt"),
|
||||
"totalSize": MessageLookupByLibrary.simpleMessage("Gesamtgröße"),
|
||||
"trash": MessageLookupByLibrary.simpleMessage("Papierkorb"),
|
||||
"trashDaysLeft": m57,
|
||||
"trashDaysLeft": m56,
|
||||
"tryAgain": MessageLookupByLibrary.simpleMessage("Erneut versuchen"),
|
||||
"turnOnBackupForAutoUpload": MessageLookupByLibrary.simpleMessage(
|
||||
"Aktiviere die Sicherung, um automatisch neu hinzugefügte Dateien dieses Ordners auf ente hochzuladen."),
|
||||
|
@ -1315,7 +1311,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"verify": MessageLookupByLibrary.simpleMessage("Überprüfen"),
|
||||
"verifyEmail":
|
||||
MessageLookupByLibrary.simpleMessage("E-Mail-Adresse verifizieren"),
|
||||
"verifyEmailID": m58,
|
||||
"verifyEmailID": m57,
|
||||
"verifyIDLabel": MessageLookupByLibrary.simpleMessage("Überprüfen"),
|
||||
"verifyPassword":
|
||||
MessageLookupByLibrary.simpleMessage("Passwort überprüfen"),
|
||||
|
@ -1338,12 +1334,12 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"weDontSupportEditingPhotosAndAlbumsThatYouDont":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"Wir unterstützen keine Bearbeitung von Fotos und Alben, die du noch nicht besitzt"),
|
||||
"weHaveSendEmailTo": m59,
|
||||
"weHaveSendEmailTo": m58,
|
||||
"weakStrength": MessageLookupByLibrary.simpleMessage("Schwach"),
|
||||
"welcomeBack":
|
||||
MessageLookupByLibrary.simpleMessage("Willkommen zurück!"),
|
||||
"yearly": MessageLookupByLibrary.simpleMessage("Jährlich"),
|
||||
"yearsAgo": m60,
|
||||
"yearsAgo": m59,
|
||||
"yes": MessageLookupByLibrary.simpleMessage("Ja"),
|
||||
"yesCancel": MessageLookupByLibrary.simpleMessage("Ja, kündigen"),
|
||||
"yesConvertToViewer": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -1373,7 +1369,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"Du kannst nicht mit dir selbst teilen"),
|
||||
"youDontHaveAnyArchivedItems": MessageLookupByLibrary.simpleMessage(
|
||||
"Du hast keine archivierten Elemente."),
|
||||
"youHaveSuccessfullyFreedUp": m61,
|
||||
"youHaveSuccessfullyFreedUp": m60,
|
||||
"yourAccountHasBeenDeleted": MessageLookupByLibrary.simpleMessage(
|
||||
"Dein Benutzerkonto wurde gelöscht"),
|
||||
"yourPlanWasSuccessfullyDowngraded":
|
||||
|
|
160
lib/generated/intl/messages_en.dart
generated
|
@ -53,7 +53,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
static String m10(provider) =>
|
||||
"Please contact us at support@ente.io to manage your ${provider} subscription.";
|
||||
|
||||
static String m62(count) =>
|
||||
static String m61(count) =>
|
||||
"${Intl.plural(count, one: 'Delete ${count} item', other: 'Delete ${count} items')}";
|
||||
|
||||
static String m11(currentlyDeleting, totalCount) =>
|
||||
|
@ -68,7 +68,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
static String m14(count, storageSaved) =>
|
||||
"Your have cleaned up ${Intl.plural(count, one: '${count} duplicate file', other: '${count} duplicate files')}, saving (${storageSaved}!)";
|
||||
|
||||
static String m63(count, formattedSize) =>
|
||||
static String m62(count, formattedSize) =>
|
||||
"${count} files, ${formattedSize} each";
|
||||
|
||||
static String m15(newEmail) => "Email changed to ${newEmail}";
|
||||
|
@ -103,101 +103,98 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
|
||||
static String m26(expiryTime) => "Link will expire on ${expiryTime}";
|
||||
|
||||
static String m27(maxValue) =>
|
||||
"When set to the maximum (${maxValue}), the device limit will be relaxed to allow for temporary spikes of large number of viewers.";
|
||||
|
||||
static String m28(count, formattedCount) =>
|
||||
static String m27(count, formattedCount) =>
|
||||
"${Intl.plural(count, zero: 'no memories', one: '${formattedCount} memory', other: '${formattedCount} memories')}";
|
||||
|
||||
static String m29(count) =>
|
||||
static String m28(count) =>
|
||||
"${Intl.plural(count, one: 'Move item', other: 'Move items')}";
|
||||
|
||||
static String m30(albumName) => "Moved successfully to ${albumName}";
|
||||
static String m29(albumName) => "Moved successfully to ${albumName}";
|
||||
|
||||
static String m31(passwordStrengthValue) =>
|
||||
static String m30(passwordStrengthValue) =>
|
||||
"Password strength: ${passwordStrengthValue}";
|
||||
|
||||
static String m32(providerName) =>
|
||||
static String m31(providerName) =>
|
||||
"Please talk to ${providerName} support if you were charged";
|
||||
|
||||
static String m33(reason) =>
|
||||
static String m32(reason) =>
|
||||
"Unfortunately your payment failed due to ${reason}";
|
||||
|
||||
static String m64(endDate) =>
|
||||
static String m63(endDate) =>
|
||||
"Free trial valid till ${endDate}.\nYou can choose a paid plan afterwards.";
|
||||
|
||||
static String m34(toEmail) => "Please email us at ${toEmail}";
|
||||
static String m33(toEmail) => "Please email us at ${toEmail}";
|
||||
|
||||
static String m35(toEmail) => "Please send the logs to \n${toEmail}";
|
||||
static String m34(toEmail) => "Please send the logs to \n${toEmail}";
|
||||
|
||||
static String m36(storeName) => "Rate us on ${storeName}";
|
||||
static String m35(storeName) => "Rate us on ${storeName}";
|
||||
|
||||
static String m37(storageInGB) =>
|
||||
static String m36(storageInGB) =>
|
||||
"3. Both of you get ${storageInGB} GB* free";
|
||||
|
||||
static String m38(userEmail) =>
|
||||
static String m37(userEmail) =>
|
||||
"${userEmail} will be removed from this shared album\n\nAny photos added by them will also be removed from the album";
|
||||
|
||||
static String m39(endDate) => "Renews on ${endDate}";
|
||||
static String m38(endDate) => "Renews on ${endDate}";
|
||||
|
||||
static String m40(count) => "${count} selected";
|
||||
static String m39(count) => "${count} selected";
|
||||
|
||||
static String m41(count, yourCount) =>
|
||||
static String m40(count, yourCount) =>
|
||||
"${count} selected (${yourCount} yours)";
|
||||
|
||||
static String m42(verificationID) =>
|
||||
static String m41(verificationID) =>
|
||||
"Here\'s my verification ID: ${verificationID} for ente.io.";
|
||||
|
||||
static String m43(verificationID) =>
|
||||
static String m42(verificationID) =>
|
||||
"Hey, can you confirm that this is your ente.io verification ID: ${verificationID}";
|
||||
|
||||
static String m44(referralCode, referralStorageInGB) =>
|
||||
static String m43(referralCode, referralStorageInGB) =>
|
||||
"ente referral code: ${referralCode} \n\nApply it in Settings → General → Referrals to get ${referralStorageInGB} GB free after you signup for a paid plan\n\nhttps://ente.io";
|
||||
|
||||
static String m45(numberOfPeople) =>
|
||||
static String m44(numberOfPeople) =>
|
||||
"${Intl.plural(numberOfPeople, zero: 'Share with specific people', one: 'Shared with 1 person', other: 'Shared with ${numberOfPeople} people')}";
|
||||
|
||||
static String m46(emailIDs) => "Shared with ${emailIDs}";
|
||||
static String m45(emailIDs) => "Shared with ${emailIDs}";
|
||||
|
||||
static String m47(fileType) =>
|
||||
static String m46(fileType) =>
|
||||
"This ${fileType} will be deleted from your device.";
|
||||
|
||||
static String m48(fileType) =>
|
||||
static String m47(fileType) =>
|
||||
"This ${fileType} is in both ente and your device.";
|
||||
|
||||
static String m49(fileType) => "This ${fileType} will be deleted from ente.";
|
||||
static String m48(fileType) => "This ${fileType} will be deleted from ente.";
|
||||
|
||||
static String m50(storageAmountInGB) => "${storageAmountInGB} GB";
|
||||
static String m49(storageAmountInGB) => "${storageAmountInGB} GB";
|
||||
|
||||
static String m51(
|
||||
static String m50(
|
||||
usedAmount, usedStorageUnit, totalAmount, totalStorageUnit) =>
|
||||
"${usedAmount} ${usedStorageUnit} of ${totalAmount} ${totalStorageUnit} used";
|
||||
|
||||
static String m52(id) =>
|
||||
static String m51(id) =>
|
||||
"Your ${id} is already linked to another ente account.\nIf you would like to use your ${id} with this account, please contact our support\'\'";
|
||||
|
||||
static String m53(endDate) =>
|
||||
static String m52(endDate) =>
|
||||
"Your subscription will be cancelled on ${endDate}";
|
||||
|
||||
static String m54(completed, total) =>
|
||||
static String m53(completed, total) =>
|
||||
"${completed}/${total} memories preserved";
|
||||
|
||||
static String m55(storageAmountInGB) =>
|
||||
static String m54(storageAmountInGB) =>
|
||||
"They also get ${storageAmountInGB} GB";
|
||||
|
||||
static String m56(email) => "This is ${email}\'s Verification ID";
|
||||
static String m55(email) => "This is ${email}\'s Verification ID";
|
||||
|
||||
static String m57(count) =>
|
||||
static String m56(count) =>
|
||||
"${Intl.plural(count, zero: '', one: '1 day', other: '${count} days')}";
|
||||
|
||||
static String m58(email) => "Verify ${email}";
|
||||
static String m57(email) => "Verify ${email}";
|
||||
|
||||
static String m59(email) => "We have sent a mail to <green>${email}</green>";
|
||||
static String m58(email) => "We have sent a mail to <green>${email}</green>";
|
||||
|
||||
static String m60(count) =>
|
||||
static String m59(count) =>
|
||||
"${Intl.plural(count, one: '${count} year ago', other: '${count} years ago')}";
|
||||
|
||||
static String m61(storageSaved) =>
|
||||
static String m60(storageSaved) =>
|
||||
"You have successfully freed up ${storageSaved}!";
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
|
@ -361,6 +358,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"cancelSubscription":
|
||||
MessageLookupByLibrary.simpleMessage("Cancel subscription"),
|
||||
"cannotAddMorePhotosAfterBecomingViewer": m6,
|
||||
"cannotDeleteSharedFiles":
|
||||
MessageLookupByLibrary.simpleMessage("Cannot delete shared files"),
|
||||
"centerPoint": MessageLookupByLibrary.simpleMessage("Center point"),
|
||||
"changeEmail": MessageLookupByLibrary.simpleMessage("Change email"),
|
||||
"changePassword":
|
||||
|
@ -501,7 +500,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("Delete from device"),
|
||||
"deleteFromEnte":
|
||||
MessageLookupByLibrary.simpleMessage("Delete from ente"),
|
||||
"deleteItemCount": m62,
|
||||
"deleteItemCount": m61,
|
||||
"deleteLocation":
|
||||
MessageLookupByLibrary.simpleMessage("Delete location"),
|
||||
"deletePhotos": MessageLookupByLibrary.simpleMessage("Delete photos"),
|
||||
|
@ -559,7 +558,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"downloading": MessageLookupByLibrary.simpleMessage("Downloading..."),
|
||||
"dropSupportEmail": m13,
|
||||
"duplicateFileCountWithStorageSaved": m14,
|
||||
"duplicateItemsGroup": m63,
|
||||
"duplicateItemsGroup": m62,
|
||||
"edit": MessageLookupByLibrary.simpleMessage("Edit"),
|
||||
"editLocationTagTitle":
|
||||
MessageLookupByLibrary.simpleMessage("Edit location"),
|
||||
|
@ -687,6 +686,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"Generating encryption keys..."),
|
||||
"goToSettings": MessageLookupByLibrary.simpleMessage("Go to settings"),
|
||||
"googlePlayId": MessageLookupByLibrary.simpleMessage("Google Play ID"),
|
||||
"grantFullAccessPrompt": MessageLookupByLibrary.simpleMessage(
|
||||
"Please allow access to all photos in the Settings app"),
|
||||
"grantPermission":
|
||||
MessageLookupByLibrary.simpleMessage("Grant permission"),
|
||||
"groupNearbyPhotos":
|
||||
|
@ -820,18 +821,17 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"maps": MessageLookupByLibrary.simpleMessage("Maps"),
|
||||
"mastodon": MessageLookupByLibrary.simpleMessage("Mastodon"),
|
||||
"matrix": MessageLookupByLibrary.simpleMessage("Matrix"),
|
||||
"maxDeviceLimitSpikeHandling": m27,
|
||||
"memoryCount": m28,
|
||||
"memoryCount": m27,
|
||||
"merchandise": MessageLookupByLibrary.simpleMessage("Merchandise"),
|
||||
"mobileWebDesktop":
|
||||
MessageLookupByLibrary.simpleMessage("Mobile, Web, Desktop"),
|
||||
"moderateStrength": MessageLookupByLibrary.simpleMessage("Moderate"),
|
||||
"monthly": MessageLookupByLibrary.simpleMessage("Monthly"),
|
||||
"moveItem": m29,
|
||||
"moveItem": m28,
|
||||
"moveToAlbum": MessageLookupByLibrary.simpleMessage("Move to album"),
|
||||
"moveToHiddenAlbum":
|
||||
MessageLookupByLibrary.simpleMessage("Move to hidden album"),
|
||||
"movedSuccessfullyTo": m30,
|
||||
"movedSuccessfullyTo": m29,
|
||||
"movedToTrash": MessageLookupByLibrary.simpleMessage("Moved to trash"),
|
||||
"movingFilesToAlbum":
|
||||
MessageLookupByLibrary.simpleMessage("Moving files to album..."),
|
||||
|
@ -843,6 +843,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"no": MessageLookupByLibrary.simpleMessage("No"),
|
||||
"noAlbumsSharedByYouYet":
|
||||
MessageLookupByLibrary.simpleMessage("No albums shared by you yet"),
|
||||
"noDeviceLimit": MessageLookupByLibrary.simpleMessage("None"),
|
||||
"noDeviceThatCanBeDeleted": MessageLookupByLibrary.simpleMessage(
|
||||
"You\'ve no files on this device that can be deleted"),
|
||||
"noDuplicates": MessageLookupByLibrary.simpleMessage("✨ No duplicates"),
|
||||
|
@ -877,6 +878,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("Oops, could not save edits"),
|
||||
"oopsSomethingWentWrong":
|
||||
MessageLookupByLibrary.simpleMessage("Oops, something went wrong"),
|
||||
"openSettings": MessageLookupByLibrary.simpleMessage("Open Settings"),
|
||||
"openTheItem": MessageLookupByLibrary.simpleMessage("• Open the item"),
|
||||
"openstreetmapContributors":
|
||||
MessageLookupByLibrary.simpleMessage("OpenStreetMap contributors"),
|
||||
|
@ -888,14 +890,14 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"passwordChangedSuccessfully": MessageLookupByLibrary.simpleMessage(
|
||||
"Password changed successfully"),
|
||||
"passwordLock": MessageLookupByLibrary.simpleMessage("Password lock"),
|
||||
"passwordStrength": m31,
|
||||
"passwordStrength": m30,
|
||||
"passwordWarning": MessageLookupByLibrary.simpleMessage(
|
||||
"We don\'t store this password, so if you forget, <underline>we cannot decrypt your data</underline>"),
|
||||
"paymentDetails":
|
||||
MessageLookupByLibrary.simpleMessage("Payment details"),
|
||||
"paymentFailed": MessageLookupByLibrary.simpleMessage("Payment failed"),
|
||||
"paymentFailedTalkToProvider": m32,
|
||||
"paymentFailedWithReason": m33,
|
||||
"paymentFailedTalkToProvider": m31,
|
||||
"paymentFailedWithReason": m32,
|
||||
"pendingSync": MessageLookupByLibrary.simpleMessage("Pending sync"),
|
||||
"peopleUsingYourCode":
|
||||
MessageLookupByLibrary.simpleMessage("People using your code"),
|
||||
|
@ -914,7 +916,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"pickCenterPoint":
|
||||
MessageLookupByLibrary.simpleMessage("Pick center point"),
|
||||
"pinAlbum": MessageLookupByLibrary.simpleMessage("Pin album"),
|
||||
"playStoreFreeTrialValidTill": m64,
|
||||
"playStoreFreeTrialValidTill": m63,
|
||||
"playstoreSubscription":
|
||||
MessageLookupByLibrary.simpleMessage("PlayStore subscription"),
|
||||
"pleaseContactSupportAndWeWillBeHappyToHelp":
|
||||
|
@ -923,12 +925,12 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"pleaseContactSupportIfTheProblemPersists":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"Please contact support if the problem persists"),
|
||||
"pleaseEmailUsAt": m34,
|
||||
"pleaseEmailUsAt": m33,
|
||||
"pleaseGrantPermissions":
|
||||
MessageLookupByLibrary.simpleMessage("Please grant permissions"),
|
||||
"pleaseLoginAgain":
|
||||
MessageLookupByLibrary.simpleMessage("Please login again"),
|
||||
"pleaseSendTheLogsTo": m35,
|
||||
"pleaseSendTheLogsTo": m34,
|
||||
"pleaseTryAgain":
|
||||
MessageLookupByLibrary.simpleMessage("Please try again"),
|
||||
"pleaseVerifyTheCodeYouHaveEntered":
|
||||
|
@ -963,7 +965,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"raiseTicket": MessageLookupByLibrary.simpleMessage("Raise ticket"),
|
||||
"rateTheApp": MessageLookupByLibrary.simpleMessage("Rate the app"),
|
||||
"rateUs": MessageLookupByLibrary.simpleMessage("Rate us"),
|
||||
"rateUsOnStore": m36,
|
||||
"rateUsOnStore": m35,
|
||||
"recover": MessageLookupByLibrary.simpleMessage("Recover"),
|
||||
"recoverAccount":
|
||||
MessageLookupByLibrary.simpleMessage("Recover account"),
|
||||
|
@ -994,7 +996,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"1. Give this code to your friends"),
|
||||
"referralStep2": MessageLookupByLibrary.simpleMessage(
|
||||
"2. They sign up for a paid plan"),
|
||||
"referralStep3": m37,
|
||||
"referralStep3": m36,
|
||||
"referrals": MessageLookupByLibrary.simpleMessage("Referrals"),
|
||||
"referralsAreCurrentlyPaused": MessageLookupByLibrary.simpleMessage(
|
||||
"Referrals are currently paused"),
|
||||
|
@ -1018,7 +1020,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"removeLink": MessageLookupByLibrary.simpleMessage("Remove link"),
|
||||
"removeParticipant":
|
||||
MessageLookupByLibrary.simpleMessage("Remove participant"),
|
||||
"removeParticipantBody": m38,
|
||||
"removeParticipantBody": m37,
|
||||
"removePublicLink":
|
||||
MessageLookupByLibrary.simpleMessage("Remove public link"),
|
||||
"removeShareItemsWarning": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -1032,7 +1034,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"renameFile": MessageLookupByLibrary.simpleMessage("Rename file"),
|
||||
"renewSubscription":
|
||||
MessageLookupByLibrary.simpleMessage("Renew subscription"),
|
||||
"renewsOn": m39,
|
||||
"renewsOn": m38,
|
||||
"reportABug": MessageLookupByLibrary.simpleMessage("Report a bug"),
|
||||
"reportBug": MessageLookupByLibrary.simpleMessage("Report bug"),
|
||||
"resendEmail": MessageLookupByLibrary.simpleMessage("Resend email"),
|
||||
|
@ -1080,6 +1082,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("Select items to add"),
|
||||
"selectLanguage":
|
||||
MessageLookupByLibrary.simpleMessage("Select Language"),
|
||||
"selectMorePhotos":
|
||||
MessageLookupByLibrary.simpleMessage("Select more photos"),
|
||||
"selectReason": MessageLookupByLibrary.simpleMessage("Select reason"),
|
||||
"selectYourPlan":
|
||||
MessageLookupByLibrary.simpleMessage("Select your plan"),
|
||||
|
@ -1091,8 +1095,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"selectedItemsWillBeDeletedFromAllAlbumsAndMoved":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"Selected items will be deleted from all albums and moved to trash."),
|
||||
"selectedPhotos": m40,
|
||||
"selectedPhotosWithYours": m41,
|
||||
"selectedPhotos": m39,
|
||||
"selectedPhotosWithYours": m40,
|
||||
"send": MessageLookupByLibrary.simpleMessage("Send"),
|
||||
"sendEmail": MessageLookupByLibrary.simpleMessage("Send email"),
|
||||
"sendInvite": MessageLookupByLibrary.simpleMessage("Send invite"),
|
||||
|
@ -1114,16 +1118,16 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"shareAnAlbumNow":
|
||||
MessageLookupByLibrary.simpleMessage("Share an album now"),
|
||||
"shareLink": MessageLookupByLibrary.simpleMessage("Share link"),
|
||||
"shareMyVerificationID": m42,
|
||||
"shareMyVerificationID": m41,
|
||||
"shareOnlyWithThePeopleYouWant": MessageLookupByLibrary.simpleMessage(
|
||||
"Share only with the people you want"),
|
||||
"shareTextConfirmOthersVerificationID": m43,
|
||||
"shareTextConfirmOthersVerificationID": m42,
|
||||
"shareTextRecommendUsingEnte": MessageLookupByLibrary.simpleMessage(
|
||||
"Download ente so we can easily share original quality photos and videos\n\nhttps://ente.io"),
|
||||
"shareTextReferralCode": m44,
|
||||
"shareTextReferralCode": m43,
|
||||
"shareWithNonenteUsers":
|
||||
MessageLookupByLibrary.simpleMessage("Share with non-ente users"),
|
||||
"shareWithPeopleSectionTitle": m45,
|
||||
"shareWithPeopleSectionTitle": m44,
|
||||
"shareYourFirstAlbum":
|
||||
MessageLookupByLibrary.simpleMessage("Share your first album"),
|
||||
"sharedAlbumSectionDescription": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -1134,7 +1138,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("New shared photos"),
|
||||
"sharedPhotoNotificationsExplanation": MessageLookupByLibrary.simpleMessage(
|
||||
"Receive notifications when someone adds a photo to a shared album that you\'re a part of"),
|
||||
"sharedWith": m46,
|
||||
"sharedWith": m45,
|
||||
"sharedWithMe": MessageLookupByLibrary.simpleMessage("Shared with me"),
|
||||
"sharedWithYou":
|
||||
MessageLookupByLibrary.simpleMessage("Shared with you"),
|
||||
|
@ -1142,11 +1146,11 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"showMemories": MessageLookupByLibrary.simpleMessage("Show memories"),
|
||||
"signUpTerms": MessageLookupByLibrary.simpleMessage(
|
||||
"I agree to the <u-terms>terms of service</u-terms> and <u-policy>privacy policy</u-policy>"),
|
||||
"singleFileDeleteFromDevice": m47,
|
||||
"singleFileDeleteFromDevice": m46,
|
||||
"singleFileDeleteHighlight": MessageLookupByLibrary.simpleMessage(
|
||||
"It will be deleted from all albums."),
|
||||
"singleFileInBothLocalAndRemote": m48,
|
||||
"singleFileInRemoteOnly": m49,
|
||||
"singleFileInBothLocalAndRemote": m47,
|
||||
"singleFileInRemoteOnly": m48,
|
||||
"skip": MessageLookupByLibrary.simpleMessage("Skip"),
|
||||
"social": MessageLookupByLibrary.simpleMessage("Social"),
|
||||
"someItemsAreInBothEnteAndYourDevice":
|
||||
|
@ -1183,13 +1187,13 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"storage": MessageLookupByLibrary.simpleMessage("Storage"),
|
||||
"storageBreakupFamily": MessageLookupByLibrary.simpleMessage("Family"),
|
||||
"storageBreakupYou": MessageLookupByLibrary.simpleMessage("You"),
|
||||
"storageInGB": m50,
|
||||
"storageInGB": m49,
|
||||
"storageLimitExceeded":
|
||||
MessageLookupByLibrary.simpleMessage("Storage limit exceeded"),
|
||||
"storageUsageInfo": m51,
|
||||
"storageUsageInfo": m50,
|
||||
"strongStrength": MessageLookupByLibrary.simpleMessage("Strong"),
|
||||
"subAlreadyLinkedErrMessage": m52,
|
||||
"subWillBeCancelledOn": m53,
|
||||
"subAlreadyLinkedErrMessage": m51,
|
||||
"subWillBeCancelledOn": m52,
|
||||
"subscribe": MessageLookupByLibrary.simpleMessage("Subscribe"),
|
||||
"subscribeToEnableSharing": MessageLookupByLibrary.simpleMessage(
|
||||
"Looks like your subscription has expired. Please subscribe to enable sharing."),
|
||||
|
@ -1206,7 +1210,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"suggestFeatures":
|
||||
MessageLookupByLibrary.simpleMessage("Suggest features"),
|
||||
"support": MessageLookupByLibrary.simpleMessage("Support"),
|
||||
"syncProgress": m54,
|
||||
"syncProgress": m53,
|
||||
"syncStopped": MessageLookupByLibrary.simpleMessage("Sync stopped"),
|
||||
"syncing": MessageLookupByLibrary.simpleMessage("Syncing..."),
|
||||
"systemTheme": MessageLookupByLibrary.simpleMessage("System"),
|
||||
|
@ -1232,7 +1236,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"theseItemsWillBeDeletedFromYourDevice":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"These items will be deleted from your device."),
|
||||
"theyAlsoGetXGb": m55,
|
||||
"theyAlsoGetXGb": m54,
|
||||
"theyWillBeDeletedFromAllAlbums": MessageLookupByLibrary.simpleMessage(
|
||||
"They will be deleted from all albums."),
|
||||
"thisActionCannotBeUndone": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -1248,7 +1252,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"This email is already in use"),
|
||||
"thisImageHasNoExifData":
|
||||
MessageLookupByLibrary.simpleMessage("This image has no exif data"),
|
||||
"thisIsPersonVerificationId": m56,
|
||||
"thisIsPersonVerificationId": m55,
|
||||
"thisIsYourVerificationId": MessageLookupByLibrary.simpleMessage(
|
||||
"This is your Verification ID"),
|
||||
"thisWillLogYouOutOfTheFollowingDevice":
|
||||
|
@ -1265,7 +1269,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"total": MessageLookupByLibrary.simpleMessage("total"),
|
||||
"totalSize": MessageLookupByLibrary.simpleMessage("Total size"),
|
||||
"trash": MessageLookupByLibrary.simpleMessage("Trash"),
|
||||
"trashDaysLeft": m57,
|
||||
"trashDaysLeft": m56,
|
||||
"tryAgain": MessageLookupByLibrary.simpleMessage("Try again"),
|
||||
"turnOnBackupForAutoUpload": MessageLookupByLibrary.simpleMessage(
|
||||
"Turn on backup to automatically upload files added to this device folder to ente."),
|
||||
|
@ -1322,7 +1326,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("Verification ID"),
|
||||
"verify": MessageLookupByLibrary.simpleMessage("Verify"),
|
||||
"verifyEmail": MessageLookupByLibrary.simpleMessage("Verify email"),
|
||||
"verifyEmailID": m58,
|
||||
"verifyEmailID": m57,
|
||||
"verifyIDLabel": MessageLookupByLibrary.simpleMessage("Verify"),
|
||||
"verifyPassword":
|
||||
MessageLookupByLibrary.simpleMessage("Verify password"),
|
||||
|
@ -1346,11 +1350,11 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"weDontSupportEditingPhotosAndAlbumsThatYouDont":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"We don\'t support editing photos and albums that you don\'t own yet"),
|
||||
"weHaveSendEmailTo": m59,
|
||||
"weHaveSendEmailTo": m58,
|
||||
"weakStrength": MessageLookupByLibrary.simpleMessage("Weak"),
|
||||
"welcomeBack": MessageLookupByLibrary.simpleMessage("Welcome back!"),
|
||||
"yearly": MessageLookupByLibrary.simpleMessage("Yearly"),
|
||||
"yearsAgo": m60,
|
||||
"yearsAgo": m59,
|
||||
"yes": MessageLookupByLibrary.simpleMessage("Yes"),
|
||||
"yesCancel": MessageLookupByLibrary.simpleMessage("Yes, cancel"),
|
||||
"yesConvertToViewer":
|
||||
|
@ -1380,7 +1384,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"You cannot share with yourself"),
|
||||
"youDontHaveAnyArchivedItems": MessageLookupByLibrary.simpleMessage(
|
||||
"You don\'t have any archived items."),
|
||||
"youHaveSuccessfullyFreedUp": m61,
|
||||
"youHaveSuccessfullyFreedUp": m60,
|
||||
"yourAccountHasBeenDeleted": MessageLookupByLibrary.simpleMessage(
|
||||
"Your account has been deleted"),
|
||||
"yourPlanWasSuccessfullyDowngraded":
|
||||
|
|
136
lib/generated/intl/messages_es.dart
generated
|
@ -100,96 +100,93 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
|
||||
static String m26(expiryTime) => "El enlace caducará en ${expiryTime}";
|
||||
|
||||
static String m27(maxValue) =>
|
||||
"Cuando se establece al máximo (${maxValue}), el límite del dispositivo se relajará para permitir picos temporales de un gran número de espectadores.";
|
||||
|
||||
static String m28(count, formattedCount) =>
|
||||
static String m27(count, formattedCount) =>
|
||||
"${Intl.plural(count, zero: 'no recuerdos', one: '${formattedCount} recuerdo', other: '${formattedCount} recuerdos')}\n";
|
||||
|
||||
static String m29(count) =>
|
||||
static String m28(count) =>
|
||||
"${Intl.plural(count, one: 'Mover elemento', other: 'Mover elementos')}";
|
||||
|
||||
static String m30(albumName) => "Movido exitosamente a ${albumName}";
|
||||
static String m29(albumName) => "Movido exitosamente a ${albumName}";
|
||||
|
||||
static String m31(passwordStrengthValue) =>
|
||||
static String m30(passwordStrengthValue) =>
|
||||
"Seguridad de la contraseña : ${passwordStrengthValue}";
|
||||
|
||||
static String m32(providerName) =>
|
||||
static String m31(providerName) =>
|
||||
"Por favor hable con el soporte de ${providerName} si se le cobró";
|
||||
|
||||
static String m33(reason) =>
|
||||
static String m32(reason) =>
|
||||
"Lamentablemente tu pago falló debido a ${reason}";
|
||||
|
||||
static String m34(toEmail) =>
|
||||
static String m33(toEmail) =>
|
||||
"Por favor, envíanos un correo electrónico a ${toEmail}";
|
||||
|
||||
static String m35(toEmail) => "Por favor, envíe los registros a ${toEmail}";
|
||||
static String m34(toEmail) => "Por favor, envíe los registros a ${toEmail}";
|
||||
|
||||
static String m36(storeName) => "Califícanos en ${storeName}";
|
||||
static String m35(storeName) => "Califícanos en ${storeName}";
|
||||
|
||||
static String m37(storageInGB) =>
|
||||
static String m36(storageInGB) =>
|
||||
"3. Ambos obtienen ${storageInGB} GB* gratis";
|
||||
|
||||
static String m38(userEmail) =>
|
||||
static String m37(userEmail) =>
|
||||
"${userEmail} será eliminado de este álbum compartido\n\nCualquier foto añadida por ellos también será eliminada del álbum";
|
||||
|
||||
static String m39(endDate) => "Se renueva el ${endDate}";
|
||||
static String m38(endDate) => "Se renueva el ${endDate}";
|
||||
|
||||
static String m40(count) => "${count} seleccionados";
|
||||
static String m39(count) => "${count} seleccionados";
|
||||
|
||||
static String m41(count, yourCount) =>
|
||||
static String m40(count, yourCount) =>
|
||||
"${count} seleccionados (${yourCount} tuyos)";
|
||||
|
||||
static String m42(verificationID) =>
|
||||
static String m41(verificationID) =>
|
||||
"Aquí está mi ID de verificación: ${verificationID} para ente.io.";
|
||||
|
||||
static String m43(verificationID) =>
|
||||
static String m42(verificationID) =>
|
||||
"Hola, ¿puedes confirmar que esta es tu ID de verificación ente.io: ${verificationID}?";
|
||||
|
||||
static String m44(referralCode, referralStorageInGB) =>
|
||||
static String m43(referralCode, referralStorageInGB) =>
|
||||
"ente código de referencia: ${referralCode} \n\nAplicarlo en Ajustes → General → Referencias para obtener ${referralStorageInGB} GB gratis después de registrarse en un plan de pago\n\nhttps://ente.io";
|
||||
|
||||
static String m45(numberOfPeople) =>
|
||||
static String m44(numberOfPeople) =>
|
||||
"${Intl.plural(numberOfPeople, zero: 'Compartir con personas específicas', one: 'Compartido con 1 persona', other: 'Compartido con ${numberOfPeople} personas')}";
|
||||
|
||||
static String m46(emailIDs) => "Compartido con ${emailIDs}";
|
||||
static String m45(emailIDs) => "Compartido con ${emailIDs}";
|
||||
|
||||
static String m47(fileType) =>
|
||||
static String m46(fileType) =>
|
||||
"Este ${fileType} se eliminará de tu dispositivo.";
|
||||
|
||||
static String m48(fileType) =>
|
||||
static String m47(fileType) =>
|
||||
"Este ${fileType} está tanto en ente como en tu dispositivo.";
|
||||
|
||||
static String m49(fileType) => "Este ${fileType} se eliminará de ente.";
|
||||
static String m48(fileType) => "Este ${fileType} se eliminará de ente.";
|
||||
|
||||
static String m50(storageAmountInGB) => "${storageAmountInGB} GB";
|
||||
static String m49(storageAmountInGB) => "${storageAmountInGB} GB";
|
||||
|
||||
static String m51(
|
||||
static String m50(
|
||||
usedAmount, usedStorageUnit, totalAmount, totalStorageUnit) =>
|
||||
"${usedAmount} ${usedStorageUnit} de ${totalAmount} ${totalStorageUnit} usados";
|
||||
|
||||
static String m52(id) =>
|
||||
static String m51(id) =>
|
||||
"Su ${id} ya está vinculado a otra cuenta ente.\nSi desea utilizar su ${id} con esta cuenta, póngase en contacto con nuestro servicio de asistencia\'\'";
|
||||
|
||||
static String m53(endDate) => "Tu suscripción se cancelará el ${endDate}";
|
||||
static String m52(endDate) => "Tu suscripción se cancelará el ${endDate}";
|
||||
|
||||
static String m54(completed, total) =>
|
||||
static String m53(completed, total) =>
|
||||
"${completed}/${total} recuerdos conservados";
|
||||
|
||||
static String m55(storageAmountInGB) =>
|
||||
static String m54(storageAmountInGB) =>
|
||||
"También obtienen ${storageAmountInGB} GB";
|
||||
|
||||
static String m56(email) => "Este es el ID de verificación de ${email}";
|
||||
static String m55(email) => "Este es el ID de verificación de ${email}";
|
||||
|
||||
static String m58(email) => "Verificar ${email}";
|
||||
static String m57(email) => "Verificar ${email}";
|
||||
|
||||
static String m59(email) =>
|
||||
static String m58(email) =>
|
||||
"Hemos enviado un correo a <green>${email}</green>";
|
||||
|
||||
static String m60(count) =>
|
||||
static String m59(count) =>
|
||||
"${Intl.plural(count, one: '${count} hace un año', other: '${count} hace años')}";
|
||||
|
||||
static String m61(storageSaved) => "¡Has liberado ${storageSaved} con éxito!";
|
||||
static String m60(storageSaved) => "¡Has liberado ${storageSaved} con éxito!";
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
||||
|
@ -785,18 +782,17 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("Administrar tu suscripción"),
|
||||
"mastodon": MessageLookupByLibrary.simpleMessage("Mastodon"),
|
||||
"matrix": MessageLookupByLibrary.simpleMessage("Matrix"),
|
||||
"maxDeviceLimitSpikeHandling": m27,
|
||||
"memoryCount": m28,
|
||||
"memoryCount": m27,
|
||||
"merchandise": MessageLookupByLibrary.simpleMessage("Mercancías"),
|
||||
"mobileWebDesktop":
|
||||
MessageLookupByLibrary.simpleMessage("Celular, Web, Computadora"),
|
||||
"moderateStrength": MessageLookupByLibrary.simpleMessage("Moderada"),
|
||||
"monthly": MessageLookupByLibrary.simpleMessage("Mensual"),
|
||||
"moveItem": m29,
|
||||
"moveItem": m28,
|
||||
"moveToAlbum": MessageLookupByLibrary.simpleMessage("Mover al álbum"),
|
||||
"moveToHiddenAlbum":
|
||||
MessageLookupByLibrary.simpleMessage("Move to hidden album"),
|
||||
"movedSuccessfullyTo": m30,
|
||||
"movedSuccessfullyTo": m29,
|
||||
"movedToTrash":
|
||||
MessageLookupByLibrary.simpleMessage("Movido a la papelera"),
|
||||
"movingFilesToAlbum": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -846,14 +842,14 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"Contraseña cambiada correctamente"),
|
||||
"passwordLock":
|
||||
MessageLookupByLibrary.simpleMessage("Bloqueo por contraseña"),
|
||||
"passwordStrength": m31,
|
||||
"passwordStrength": m30,
|
||||
"passwordWarning": MessageLookupByLibrary.simpleMessage(
|
||||
"No almacenamos esta contraseña, así que si la olvidas, <underline>no podemos descifrar tus datos</underline>"),
|
||||
"paymentDetails":
|
||||
MessageLookupByLibrary.simpleMessage("Detalles de pago"),
|
||||
"paymentFailed": MessageLookupByLibrary.simpleMessage("Pago fallido"),
|
||||
"paymentFailedTalkToProvider": m32,
|
||||
"paymentFailedWithReason": m33,
|
||||
"paymentFailedTalkToProvider": m31,
|
||||
"paymentFailedWithReason": m32,
|
||||
"pendingSync":
|
||||
MessageLookupByLibrary.simpleMessage("Sincronización pendiente"),
|
||||
"peopleUsingYourCode":
|
||||
|
@ -880,12 +876,12 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"pleaseContactSupportIfTheProblemPersists":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"Por favor contacte a soporte técnico si el problema persiste"),
|
||||
"pleaseEmailUsAt": m34,
|
||||
"pleaseEmailUsAt": m33,
|
||||
"pleaseGrantPermissions":
|
||||
MessageLookupByLibrary.simpleMessage("Por favor, concede permiso"),
|
||||
"pleaseLoginAgain": MessageLookupByLibrary.simpleMessage(
|
||||
"Por favor, vuelva a iniciar sesión"),
|
||||
"pleaseSendTheLogsTo": m35,
|
||||
"pleaseSendTheLogsTo": m34,
|
||||
"pleaseTryAgain": MessageLookupByLibrary.simpleMessage(
|
||||
"Por favor, inténtalo nuevamente"),
|
||||
"pleaseVerifyTheCodeYouHaveEntered":
|
||||
|
@ -919,7 +915,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"rateTheApp":
|
||||
MessageLookupByLibrary.simpleMessage("Evalúa la aplicación"),
|
||||
"rateUs": MessageLookupByLibrary.simpleMessage("Califícanos"),
|
||||
"rateUsOnStore": m36,
|
||||
"rateUsOnStore": m35,
|
||||
"recover": MessageLookupByLibrary.simpleMessage("Recuperar"),
|
||||
"recoverAccount":
|
||||
MessageLookupByLibrary.simpleMessage("Recuperar cuenta"),
|
||||
|
@ -951,7 +947,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"1. Dale este código a tus amigos"),
|
||||
"referralStep2": MessageLookupByLibrary.simpleMessage(
|
||||
"2. Se inscriben a un plan pagado"),
|
||||
"referralStep3": m37,
|
||||
"referralStep3": m36,
|
||||
"referrals": MessageLookupByLibrary.simpleMessage("Referidos"),
|
||||
"referralsAreCurrentlyPaused": MessageLookupByLibrary.simpleMessage(
|
||||
"Las referencias están actualmente en pausa"),
|
||||
|
@ -976,7 +972,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"removeLink": MessageLookupByLibrary.simpleMessage("Eliminar enlace"),
|
||||
"removeParticipant":
|
||||
MessageLookupByLibrary.simpleMessage("Quitar participante"),
|
||||
"removeParticipantBody": m38,
|
||||
"removeParticipantBody": m37,
|
||||
"removePublicLink":
|
||||
MessageLookupByLibrary.simpleMessage("Quitar enlace público"),
|
||||
"removeShareItemsWarning": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -990,7 +986,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"renameFile": MessageLookupByLibrary.simpleMessage("Renombrar archivo"),
|
||||
"renewSubscription":
|
||||
MessageLookupByLibrary.simpleMessage("Renovar suscripción"),
|
||||
"renewsOn": m39,
|
||||
"renewsOn": m38,
|
||||
"reportABug": MessageLookupByLibrary.simpleMessage("Reportar un error"),
|
||||
"reportBug": MessageLookupByLibrary.simpleMessage("Reportar error"),
|
||||
"resendEmail":
|
||||
|
@ -1050,8 +1046,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"selectedItemsWillBeDeletedFromAllAlbumsAndMoved":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"Los archivos seleccionados serán eliminados de todos los álbumes y movidos a la papelera."),
|
||||
"selectedPhotos": m40,
|
||||
"selectedPhotosWithYours": m41,
|
||||
"selectedPhotos": m39,
|
||||
"selectedPhotosWithYours": m40,
|
||||
"send": MessageLookupByLibrary.simpleMessage("Enviar"),
|
||||
"sendEmail":
|
||||
MessageLookupByLibrary.simpleMessage("Enviar correo electrónico"),
|
||||
|
@ -1076,32 +1072,32 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"shareAnAlbumNow":
|
||||
MessageLookupByLibrary.simpleMessage("Compartir un álbum ahora"),
|
||||
"shareLink": MessageLookupByLibrary.simpleMessage("Compartir enlace"),
|
||||
"shareMyVerificationID": m42,
|
||||
"shareMyVerificationID": m41,
|
||||
"shareOnlyWithThePeopleYouWant": MessageLookupByLibrary.simpleMessage(
|
||||
"Comparte sólo con la gente que quieres"),
|
||||
"shareTextConfirmOthersVerificationID": m43,
|
||||
"shareTextConfirmOthersVerificationID": m42,
|
||||
"shareTextRecommendUsingEnte": MessageLookupByLibrary.simpleMessage(
|
||||
"Descarga ente para que podamos compartir fácilmente fotos y videos en su calidad original\n\nhttps://ente.io"),
|
||||
"shareTextReferralCode": m44,
|
||||
"shareTextReferralCode": m43,
|
||||
"shareWithNonenteUsers": MessageLookupByLibrary.simpleMessage(
|
||||
"Compartir con usuarios no ente"),
|
||||
"shareWithPeopleSectionTitle": m45,
|
||||
"shareWithPeopleSectionTitle": m44,
|
||||
"shareYourFirstAlbum":
|
||||
MessageLookupByLibrary.simpleMessage("Comparte tu primer álbum"),
|
||||
"sharedAlbumSectionDescription": MessageLookupByLibrary.simpleMessage(
|
||||
"Crear álbumes compartidos y colaborativos con otros usuarios ente, incluyendo usuarios en planes gratuitos."),
|
||||
"sharedByMe": MessageLookupByLibrary.simpleMessage("Compartido por mí"),
|
||||
"sharedWith": m46,
|
||||
"sharedWith": m45,
|
||||
"sharedWithMe":
|
||||
MessageLookupByLibrary.simpleMessage("Compartido conmigo"),
|
||||
"sharing": MessageLookupByLibrary.simpleMessage("Compartiendo..."),
|
||||
"signUpTerms": MessageLookupByLibrary.simpleMessage(
|
||||
"Estoy de acuerdo con los <u-terms>términos del servicio</u-terms> y <u-policy> la política de privacidad</u-policy>"),
|
||||
"singleFileDeleteFromDevice": m47,
|
||||
"singleFileDeleteFromDevice": m46,
|
||||
"singleFileDeleteHighlight": MessageLookupByLibrary.simpleMessage(
|
||||
"Se borrará de todos los álbumes."),
|
||||
"singleFileInBothLocalAndRemote": m48,
|
||||
"singleFileInRemoteOnly": m49,
|
||||
"singleFileInBothLocalAndRemote": m47,
|
||||
"singleFileInRemoteOnly": m48,
|
||||
"skip": MessageLookupByLibrary.simpleMessage("Omitir"),
|
||||
"social": MessageLookupByLibrary.simpleMessage("Social"),
|
||||
"someItemsAreInBothEnteAndYourDevice":
|
||||
|
@ -1136,13 +1132,13 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"storage": MessageLookupByLibrary.simpleMessage("Almacenamiento"),
|
||||
"storageBreakupFamily": MessageLookupByLibrary.simpleMessage("Familia"),
|
||||
"storageBreakupYou": MessageLookupByLibrary.simpleMessage("Usted"),
|
||||
"storageInGB": m50,
|
||||
"storageInGB": m49,
|
||||
"storageLimitExceeded":
|
||||
MessageLookupByLibrary.simpleMessage("Límite de datos excedido"),
|
||||
"storageUsageInfo": m51,
|
||||
"storageUsageInfo": m50,
|
||||
"strongStrength": MessageLookupByLibrary.simpleMessage("Segura"),
|
||||
"subAlreadyLinkedErrMessage": m52,
|
||||
"subWillBeCancelledOn": m53,
|
||||
"subAlreadyLinkedErrMessage": m51,
|
||||
"subWillBeCancelledOn": m52,
|
||||
"subscribe": MessageLookupByLibrary.simpleMessage("Suscribirse"),
|
||||
"subscribeToEnableSharing": MessageLookupByLibrary.simpleMessage(
|
||||
"Parece que su suscripción ha caducado. Por favor, suscríbase para habilitar el compartir."),
|
||||
|
@ -1155,7 +1151,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"suggestFeatures":
|
||||
MessageLookupByLibrary.simpleMessage("Sugerir una característica"),
|
||||
"support": MessageLookupByLibrary.simpleMessage("Soporte"),
|
||||
"syncProgress": m54,
|
||||
"syncProgress": m53,
|
||||
"syncStopped":
|
||||
MessageLookupByLibrary.simpleMessage("Sincronización detenida"),
|
||||
"syncing": MessageLookupByLibrary.simpleMessage("Sincronizando..."),
|
||||
|
@ -1183,7 +1179,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"theseItemsWillBeDeletedFromYourDevice":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"Estos elementos se eliminarán de tu dispositivo."),
|
||||
"theyAlsoGetXGb": m55,
|
||||
"theyAlsoGetXGb": m54,
|
||||
"theyWillBeDeletedFromAllAlbums": MessageLookupByLibrary.simpleMessage(
|
||||
"Se borrarán de todos los álbumes."),
|
||||
"thisActionCannotBeUndone": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -1199,7 +1195,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"Este correo electrónico ya está en uso"),
|
||||
"thisImageHasNoExifData": MessageLookupByLibrary.simpleMessage(
|
||||
"Esta imagen no tiene datos exif"),
|
||||
"thisIsPersonVerificationId": m56,
|
||||
"thisIsPersonVerificationId": m55,
|
||||
"thisIsYourVerificationId": MessageLookupByLibrary.simpleMessage(
|
||||
"Esta es tu ID de verificación"),
|
||||
"thisWillLogYouOutOfTheFollowingDevice":
|
||||
|
@ -1270,7 +1266,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"verify": MessageLookupByLibrary.simpleMessage("Verificar"),
|
||||
"verifyEmail": MessageLookupByLibrary.simpleMessage(
|
||||
"Verificar correo electrónico"),
|
||||
"verifyEmailID": m58,
|
||||
"verifyEmailID": m57,
|
||||
"verifyIDLabel": MessageLookupByLibrary.simpleMessage("Verificar"),
|
||||
"verifyPassword":
|
||||
MessageLookupByLibrary.simpleMessage("Verificar contraseña"),
|
||||
|
@ -1293,12 +1289,12 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"weDontSupportEditingPhotosAndAlbumsThatYouDont":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"No admitimos la edición de fotos y álbunes que aún no son tuyos"),
|
||||
"weHaveSendEmailTo": m59,
|
||||
"weHaveSendEmailTo": m58,
|
||||
"weakStrength": MessageLookupByLibrary.simpleMessage("Poco segura"),
|
||||
"welcomeBack":
|
||||
MessageLookupByLibrary.simpleMessage("¡Bienvenido de nuevo!"),
|
||||
"yearly": MessageLookupByLibrary.simpleMessage("Anualmente"),
|
||||
"yearsAgo": m60,
|
||||
"yearsAgo": m59,
|
||||
"yes": MessageLookupByLibrary.simpleMessage("Sí"),
|
||||
"yesCancel": MessageLookupByLibrary.simpleMessage("Sí, cancelar"),
|
||||
"yesConvertToViewer":
|
||||
|
@ -1328,7 +1324,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"No puedes compartir contigo mismo"),
|
||||
"youDontHaveAnyArchivedItems": MessageLookupByLibrary.simpleMessage(
|
||||
"No tienes nada de elementos archivados."),
|
||||
"youHaveSuccessfullyFreedUp": m61,
|
||||
"youHaveSuccessfullyFreedUp": m60,
|
||||
"yourAccountHasBeenDeleted":
|
||||
MessageLookupByLibrary.simpleMessage("Su cuenta ha sido eliminada"),
|
||||
"yourPlanWasSuccessfullyDowngraded":
|
||||
|
|
152
lib/generated/intl/messages_fr.dart
generated
|
@ -56,7 +56,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
static String m10(provider) =>
|
||||
"Veuillez nous contacter à support@ente.io pour gérer votre abonnement ${provider}.";
|
||||
|
||||
static String m62(count) =>
|
||||
static String m61(count) =>
|
||||
"${Intl.plural(count, one: 'Supprimer le fichier', other: 'Supprimer ${count} fichiers')}";
|
||||
|
||||
static String m11(currentlyDeleting, totalCount) =>
|
||||
|
@ -71,7 +71,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
static String m14(count, storageSaved) =>
|
||||
"Vous avez nettoyé ${Intl.plural(count, one: '${count} fichier dupliqué', other: '${count} fichiers dupliqués')}, sauvegarde (${storageSaved}!)";
|
||||
|
||||
static String m63(count, formattedSize) =>
|
||||
static String m62(count, formattedSize) =>
|
||||
"${count} fichiers, ${formattedSize} chacun";
|
||||
|
||||
static String m15(newEmail) => "L\'e-mail a été changé en ${newEmail}";
|
||||
|
@ -106,101 +106,98 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
|
||||
static String m26(expiryTime) => "Le lien expirera le ${expiryTime}";
|
||||
|
||||
static String m27(maxValue) =>
|
||||
"Lorsqu\'elle est définie au maximum (${maxValue}), la limite de l\'appareil sera assouplie pour permettre des pointes temporaires d\'un grand nombre de téléspectateurs.";
|
||||
|
||||
static String m28(count, formattedCount) =>
|
||||
static String m27(count, formattedCount) =>
|
||||
"${Intl.plural(count, one: '${formattedCount} mémoire', other: '${formattedCount} souvenirs')}";
|
||||
|
||||
static String m29(count) =>
|
||||
static String m28(count) =>
|
||||
"${Intl.plural(count, one: 'Déplacez l\'objet', other: 'Déplacez des objets')}";
|
||||
|
||||
static String m30(albumName) => "Déplacé avec succès vers ${albumName}";
|
||||
static String m29(albumName) => "Déplacé avec succès vers ${albumName}";
|
||||
|
||||
static String m31(passwordStrengthValue) =>
|
||||
static String m30(passwordStrengthValue) =>
|
||||
"Sécurité du mot de passe : ${passwordStrengthValue}";
|
||||
|
||||
static String m32(providerName) =>
|
||||
static String m31(providerName) =>
|
||||
"Veuillez contacter le support ${providerName} si vous avez été facturé";
|
||||
|
||||
static String m33(reason) =>
|
||||
static String m32(reason) =>
|
||||
"Malheureusement, votre paiement a échoué pour ${reason}";
|
||||
|
||||
static String m64(endDate) =>
|
||||
static String m63(endDate) =>
|
||||
"Essai gratuit valable jusqu\'à ${endDate}.\nVous pouvez choisir un plan payant par la suite.";
|
||||
|
||||
static String m34(toEmail) => "Merci de nous envoyer un e-mail à ${toEmail}";
|
||||
static String m33(toEmail) => "Merci de nous envoyer un e-mail à ${toEmail}";
|
||||
|
||||
static String m35(toEmail) => "Envoyez les logs à ${toEmail}";
|
||||
static String m34(toEmail) => "Envoyez les logs à ${toEmail}";
|
||||
|
||||
static String m36(storeName) => "Notez-nous sur ${storeName}";
|
||||
static String m35(storeName) => "Notez-nous sur ${storeName}";
|
||||
|
||||
static String m37(storageInGB) =>
|
||||
static String m36(storageInGB) =>
|
||||
"3. Vous recevez tous les deux ${storageInGB} GB* gratuits";
|
||||
|
||||
static String m38(userEmail) =>
|
||||
static String m37(userEmail) =>
|
||||
"${userEmail} sera retiré de cet album partagé\n\nToutes les photos ajoutées par eux seront également retirées de l\'album";
|
||||
|
||||
static String m39(endDate) => "Renouvellement le ${endDate}";
|
||||
static String m38(endDate) => "Renouvellement le ${endDate}";
|
||||
|
||||
static String m40(count) => "${count} sélectionné";
|
||||
static String m39(count) => "${count} sélectionné";
|
||||
|
||||
static String m41(count, yourCount) =>
|
||||
static String m40(count, yourCount) =>
|
||||
"${count} sélectionné (${yourCount} votre)";
|
||||
|
||||
static String m42(verificationID) =>
|
||||
static String m41(verificationID) =>
|
||||
"Voici mon ID de vérification : ${verificationID} pour ente.io.";
|
||||
|
||||
static String m43(verificationID) =>
|
||||
static String m42(verificationID) =>
|
||||
"Hé, pouvez-vous confirmer qu\'il s\'agit de votre ID de vérification ente.io : ${verificationID}";
|
||||
|
||||
static String m44(referralCode, referralStorageInGB) =>
|
||||
static String m43(referralCode, referralStorageInGB) =>
|
||||
"code de parrainage ente : ${referralCode} \n\nAppliquez le dans Paramètres → Général → Références pour obtenir ${referralStorageInGB} Go gratuitement après votre inscription à un plan payant\n\nhttps://ente.io";
|
||||
|
||||
static String m45(numberOfPeople) =>
|
||||
static String m44(numberOfPeople) =>
|
||||
"${Intl.plural(numberOfPeople, zero: 'Partagez avec des personnes spécifiques', one: 'Partagé avec 1 personne', other: 'Partagé avec ${numberOfPeople} des gens')}";
|
||||
|
||||
static String m46(emailIDs) => "Partagé avec ${emailIDs}";
|
||||
static String m45(emailIDs) => "Partagé avec ${emailIDs}";
|
||||
|
||||
static String m47(fileType) =>
|
||||
static String m46(fileType) =>
|
||||
"Ce ${fileType} sera supprimé de votre appareil.";
|
||||
|
||||
static String m48(fileType) =>
|
||||
static String m47(fileType) =>
|
||||
"Ce ${fileType} est à la fois dans ente et votre appareil.";
|
||||
|
||||
static String m49(fileType) => "Ce ${fileType} sera supprimé de ente.";
|
||||
static String m48(fileType) => "Ce ${fileType} sera supprimé de ente.";
|
||||
|
||||
static String m50(storageAmountInGB) => "${storageAmountInGB} Go";
|
||||
static String m49(storageAmountInGB) => "${storageAmountInGB} Go";
|
||||
|
||||
static String m51(
|
||||
static String m50(
|
||||
usedAmount, usedStorageUnit, totalAmount, totalStorageUnit) =>
|
||||
"${usedAmount} ${usedStorageUnit} sur ${totalAmount} ${totalStorageUnit} utilisé";
|
||||
|
||||
static String m52(id) =>
|
||||
static String m51(id) =>
|
||||
"Votre ${id} est déjà lié à un autre compte ente.\nSi vous souhaitez utiliser votre ${id} avec ce compte, veuillez contacter notre support";
|
||||
|
||||
static String m53(endDate) => "Votre abonnement sera annulé le ${endDate}";
|
||||
static String m52(endDate) => "Votre abonnement sera annulé le ${endDate}";
|
||||
|
||||
static String m54(completed, total) =>
|
||||
static String m53(completed, total) =>
|
||||
"${completed}/${total} souvenirs préservés";
|
||||
|
||||
static String m55(storageAmountInGB) =>
|
||||
static String m54(storageAmountInGB) =>
|
||||
"Ils obtiennent aussi ${storageAmountInGB} Go";
|
||||
|
||||
static String m56(email) => "Ceci est l\'ID de vérification de ${email}";
|
||||
static String m55(email) => "Ceci est l\'ID de vérification de ${email}";
|
||||
|
||||
static String m57(count) =>
|
||||
static String m56(count) =>
|
||||
"${Intl.plural(count, zero: '0 jour', one: '1 jour', other: '${count} jours')}";
|
||||
|
||||
static String m58(email) => "Vérifier ${email}";
|
||||
static String m57(email) => "Vérifier ${email}";
|
||||
|
||||
static String m59(email) =>
|
||||
static String m58(email) =>
|
||||
"Nous avons envoyé un e-mail à <green>${email}</green>";
|
||||
|
||||
static String m60(count) =>
|
||||
static String m59(count) =>
|
||||
"${Intl.plural(count, one: '${count} il y a un an', other: '${count} il y a des années')}";
|
||||
|
||||
static String m61(storageSaved) =>
|
||||
static String m60(storageSaved) =>
|
||||
"Vous avez libéré ${storageSaved} avec succès !";
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
|
@ -525,7 +522,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("Supprimer de l\'appareil"),
|
||||
"deleteFromEnte":
|
||||
MessageLookupByLibrary.simpleMessage("Supprimer de ente"),
|
||||
"deleteItemCount": m62,
|
||||
"deleteItemCount": m61,
|
||||
"deleteLocation":
|
||||
MessageLookupByLibrary.simpleMessage("Supprimer la localisation"),
|
||||
"deletePhotos":
|
||||
|
@ -586,7 +583,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("Téléchargement en cours..."),
|
||||
"dropSupportEmail": m13,
|
||||
"duplicateFileCountWithStorageSaved": m14,
|
||||
"duplicateItemsGroup": m63,
|
||||
"duplicateItemsGroup": m62,
|
||||
"edit": MessageLookupByLibrary.simpleMessage("Éditer"),
|
||||
"editLocationTagTitle":
|
||||
MessageLookupByLibrary.simpleMessage("Modifier l’emplacement"),
|
||||
|
@ -866,20 +863,19 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"maps": MessageLookupByLibrary.simpleMessage("Cartes"),
|
||||
"mastodon": MessageLookupByLibrary.simpleMessage("Mastodon"),
|
||||
"matrix": MessageLookupByLibrary.simpleMessage("Matrix"),
|
||||
"maxDeviceLimitSpikeHandling": m27,
|
||||
"memoryCount": m28,
|
||||
"memoryCount": m27,
|
||||
"merchandise": MessageLookupByLibrary.simpleMessage("Marchandise"),
|
||||
"mobileWebDesktop":
|
||||
MessageLookupByLibrary.simpleMessage("Mobile, Web, Ordinateur"),
|
||||
"moderateStrength":
|
||||
MessageLookupByLibrary.simpleMessage("Sécurité moyenne"),
|
||||
"monthly": MessageLookupByLibrary.simpleMessage("Mensuel"),
|
||||
"moveItem": m29,
|
||||
"moveItem": m28,
|
||||
"moveToAlbum":
|
||||
MessageLookupByLibrary.simpleMessage("Déplacer vers l\'album"),
|
||||
"moveToHiddenAlbum":
|
||||
MessageLookupByLibrary.simpleMessage("Move to hidden album"),
|
||||
"movedSuccessfullyTo": m30,
|
||||
"movedSuccessfullyTo": m29,
|
||||
"movedToTrash":
|
||||
MessageLookupByLibrary.simpleMessage("Déplacé dans la corbeille"),
|
||||
"movingFilesToAlbum": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -940,15 +936,15 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"Le mot de passe a été modifié"),
|
||||
"passwordLock":
|
||||
MessageLookupByLibrary.simpleMessage("Mot de passe verrou"),
|
||||
"passwordStrength": m31,
|
||||
"passwordStrength": m30,
|
||||
"passwordWarning": MessageLookupByLibrary.simpleMessage(
|
||||
"Nous ne stockons pas ce mot de passe, donc si vous l\'oubliez, <underline>nous ne pouvons pas déchiffrer vos données</underline>"),
|
||||
"paymentDetails":
|
||||
MessageLookupByLibrary.simpleMessage("Détails de paiement"),
|
||||
"paymentFailed":
|
||||
MessageLookupByLibrary.simpleMessage("Échec du paiement"),
|
||||
"paymentFailedTalkToProvider": m32,
|
||||
"paymentFailedWithReason": m33,
|
||||
"paymentFailedTalkToProvider": m31,
|
||||
"paymentFailedWithReason": m32,
|
||||
"pendingSync":
|
||||
MessageLookupByLibrary.simpleMessage("Synchronisation en attente"),
|
||||
"peopleUsingYourCode": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -968,7 +964,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"pickCenterPoint": MessageLookupByLibrary.simpleMessage(
|
||||
"Sélectionner le point central"),
|
||||
"pinAlbum": MessageLookupByLibrary.simpleMessage("Épingler l\'album"),
|
||||
"playStoreFreeTrialValidTill": m64,
|
||||
"playStoreFreeTrialValidTill": m63,
|
||||
"playstoreSubscription":
|
||||
MessageLookupByLibrary.simpleMessage("Abonnement au PlayStore"),
|
||||
"pleaseContactSupportAndWeWillBeHappyToHelp":
|
||||
|
@ -977,12 +973,12 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"pleaseContactSupportIfTheProblemPersists":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"Merci de contacter l\'assistance si cette erreur persiste"),
|
||||
"pleaseEmailUsAt": m34,
|
||||
"pleaseEmailUsAt": m33,
|
||||
"pleaseGrantPermissions": MessageLookupByLibrary.simpleMessage(
|
||||
"Veuillez accorder la permission"),
|
||||
"pleaseLoginAgain":
|
||||
MessageLookupByLibrary.simpleMessage("Veuillez vous reconnecter"),
|
||||
"pleaseSendTheLogsTo": m35,
|
||||
"pleaseSendTheLogsTo": m34,
|
||||
"pleaseTryAgain":
|
||||
MessageLookupByLibrary.simpleMessage("Veuillez réessayer"),
|
||||
"pleaseVerifyTheCodeYouHaveEntered":
|
||||
|
@ -1016,7 +1012,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"rateTheApp":
|
||||
MessageLookupByLibrary.simpleMessage("Évaluer l\'application"),
|
||||
"rateUs": MessageLookupByLibrary.simpleMessage("Évaluez-nous"),
|
||||
"rateUsOnStore": m36,
|
||||
"rateUsOnStore": m35,
|
||||
"recover": MessageLookupByLibrary.simpleMessage("Récupérer"),
|
||||
"recoverAccount":
|
||||
MessageLookupByLibrary.simpleMessage("Récupérer un compte"),
|
||||
|
@ -1047,7 +1043,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"1. Donnez ce code à vos amis"),
|
||||
"referralStep2": MessageLookupByLibrary.simpleMessage(
|
||||
"2. Ils s\'inscrivent à une offre payante"),
|
||||
"referralStep3": m37,
|
||||
"referralStep3": m36,
|
||||
"referrals": MessageLookupByLibrary.simpleMessage("Parrainages"),
|
||||
"referralsAreCurrentlyPaused": MessageLookupByLibrary.simpleMessage(
|
||||
"Les recommandations sont actuellement en pause"),
|
||||
|
@ -1073,7 +1069,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"removeLink": MessageLookupByLibrary.simpleMessage("Supprimer le lien"),
|
||||
"removeParticipant":
|
||||
MessageLookupByLibrary.simpleMessage("Supprimer le participant"),
|
||||
"removeParticipantBody": m38,
|
||||
"removeParticipantBody": m37,
|
||||
"removePublicLink":
|
||||
MessageLookupByLibrary.simpleMessage("Supprimer le lien public"),
|
||||
"removeShareItemsWarning": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -1089,7 +1085,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("Renommer le fichier"),
|
||||
"renewSubscription":
|
||||
MessageLookupByLibrary.simpleMessage("Renouveler l’abonnement"),
|
||||
"renewsOn": m39,
|
||||
"renewsOn": m38,
|
||||
"reportABug": MessageLookupByLibrary.simpleMessage("Signaler un bug"),
|
||||
"reportBug": MessageLookupByLibrary.simpleMessage("Signaler un bug"),
|
||||
"resendEmail":
|
||||
|
@ -1155,8 +1151,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"selectedItemsWillBeDeletedFromAllAlbumsAndMoved":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"Les éléments sélectionnés seront supprimés de tous les albums et déplacés dans la corbeille."),
|
||||
"selectedPhotos": m40,
|
||||
"selectedPhotosWithYours": m41,
|
||||
"selectedPhotos": m39,
|
||||
"selectedPhotosWithYours": m40,
|
||||
"send": MessageLookupByLibrary.simpleMessage("Envoyer"),
|
||||
"sendEmail": MessageLookupByLibrary.simpleMessage("Envoyer un e-mail"),
|
||||
"sendInvite":
|
||||
|
@ -1182,16 +1178,16 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"shareAnAlbumNow": MessageLookupByLibrary.simpleMessage(
|
||||
"Partagez un album maintenant"),
|
||||
"shareLink": MessageLookupByLibrary.simpleMessage("Partager le lien"),
|
||||
"shareMyVerificationID": m42,
|
||||
"shareMyVerificationID": m41,
|
||||
"shareOnlyWithThePeopleYouWant": MessageLookupByLibrary.simpleMessage(
|
||||
"Partager uniquement avec les personnes que vous voulez"),
|
||||
"shareTextConfirmOthersVerificationID": m43,
|
||||
"shareTextConfirmOthersVerificationID": m42,
|
||||
"shareTextRecommendUsingEnte": MessageLookupByLibrary.simpleMessage(
|
||||
"Téléchargez ente pour que nous puissions facilement partager des photos et des vidéos de qualité originale\n\nhttps://ente.io"),
|
||||
"shareTextReferralCode": m44,
|
||||
"shareTextReferralCode": m43,
|
||||
"shareWithNonenteUsers": MessageLookupByLibrary.simpleMessage(
|
||||
"Partager avec des utilisateurs non-ente"),
|
||||
"shareWithPeopleSectionTitle": m45,
|
||||
"shareWithPeopleSectionTitle": m44,
|
||||
"shareYourFirstAlbum": MessageLookupByLibrary.simpleMessage(
|
||||
"Partagez votre premier album"),
|
||||
"sharedAlbumSectionDescription": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -1202,7 +1198,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("Nouvelles photos partagées"),
|
||||
"sharedPhotoNotificationsExplanation": MessageLookupByLibrary.simpleMessage(
|
||||
"Recevoir des notifications quand quelqu\'un ajoute une photo à un album partagé dont vous faites partie"),
|
||||
"sharedWith": m46,
|
||||
"sharedWith": m45,
|
||||
"sharedWithMe":
|
||||
MessageLookupByLibrary.simpleMessage("Partagés avec moi"),
|
||||
"sharedWithYou":
|
||||
|
@ -1212,11 +1208,11 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("Montrer les souvenirs"),
|
||||
"signUpTerms": MessageLookupByLibrary.simpleMessage(
|
||||
"J\'accepte les <u-terms>conditions d\'utilisation</u-terms> et la <u-policy>politique de confidentialité</u-policy>"),
|
||||
"singleFileDeleteFromDevice": m47,
|
||||
"singleFileDeleteFromDevice": m46,
|
||||
"singleFileDeleteHighlight": MessageLookupByLibrary.simpleMessage(
|
||||
"Il sera supprimé de tous les albums."),
|
||||
"singleFileInBothLocalAndRemote": m48,
|
||||
"singleFileInRemoteOnly": m49,
|
||||
"singleFileInBothLocalAndRemote": m47,
|
||||
"singleFileInRemoteOnly": m48,
|
||||
"skip": MessageLookupByLibrary.simpleMessage("Ignorer"),
|
||||
"social": MessageLookupByLibrary.simpleMessage("Réseaux Sociaux"),
|
||||
"someItemsAreInBothEnteAndYourDevice":
|
||||
|
@ -1256,14 +1252,14 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"storage": MessageLookupByLibrary.simpleMessage("Stockage"),
|
||||
"storageBreakupFamily": MessageLookupByLibrary.simpleMessage("Famille"),
|
||||
"storageBreakupYou": MessageLookupByLibrary.simpleMessage("Vous"),
|
||||
"storageInGB": m50,
|
||||
"storageInGB": m49,
|
||||
"storageLimitExceeded":
|
||||
MessageLookupByLibrary.simpleMessage("Limite de stockage atteinte"),
|
||||
"storageUsageInfo": m51,
|
||||
"storageUsageInfo": m50,
|
||||
"strongStrength":
|
||||
MessageLookupByLibrary.simpleMessage("Securité forte"),
|
||||
"subAlreadyLinkedErrMessage": m52,
|
||||
"subWillBeCancelledOn": m53,
|
||||
"subAlreadyLinkedErrMessage": m51,
|
||||
"subWillBeCancelledOn": m52,
|
||||
"subscribe": MessageLookupByLibrary.simpleMessage("S\'abonner"),
|
||||
"subscribeToEnableSharing": MessageLookupByLibrary.simpleMessage(
|
||||
"Il semble que votre abonnement ait expiré. Veuillez vous abonner pour activer le partage."),
|
||||
|
@ -1280,7 +1276,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"suggestFeatures": MessageLookupByLibrary.simpleMessage(
|
||||
"Suggérer des fonctionnalités"),
|
||||
"support": MessageLookupByLibrary.simpleMessage("Support"),
|
||||
"syncProgress": m54,
|
||||
"syncProgress": m53,
|
||||
"syncStopped":
|
||||
MessageLookupByLibrary.simpleMessage("Synchronisation arrêtée ?"),
|
||||
"syncing": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -1309,7 +1305,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"theseItemsWillBeDeletedFromYourDevice":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"Ces éléments seront supprimés de votre appareil."),
|
||||
"theyAlsoGetXGb": m55,
|
||||
"theyAlsoGetXGb": m54,
|
||||
"theyWillBeDeletedFromAllAlbums": MessageLookupByLibrary.simpleMessage(
|
||||
"Ils seront supprimés de tous les albums."),
|
||||
"thisActionCannotBeUndone": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -1325,7 +1321,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"Cette adresse mail est déjà utilisé"),
|
||||
"thisImageHasNoExifData": MessageLookupByLibrary.simpleMessage(
|
||||
"Cette image n\'a pas de données exif"),
|
||||
"thisIsPersonVerificationId": m56,
|
||||
"thisIsPersonVerificationId": m55,
|
||||
"thisIsYourVerificationId": MessageLookupByLibrary.simpleMessage(
|
||||
"Ceci est votre ID de vérification"),
|
||||
"thisWillLogYouOutOfTheFollowingDevice":
|
||||
|
@ -1342,7 +1338,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"total": MessageLookupByLibrary.simpleMessage("total"),
|
||||
"totalSize": MessageLookupByLibrary.simpleMessage("Taille totale"),
|
||||
"trash": MessageLookupByLibrary.simpleMessage("Corbeille"),
|
||||
"trashDaysLeft": m57,
|
||||
"trashDaysLeft": m56,
|
||||
"tryAgain": MessageLookupByLibrary.simpleMessage("Réessayer"),
|
||||
"turnOnBackupForAutoUpload": MessageLookupByLibrary.simpleMessage(
|
||||
"Activez la sauvegarde pour télécharger automatiquement les fichiers ajoutés à ce dossier de l\'appareil sur ente."),
|
||||
|
@ -1406,7 +1402,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"verify": MessageLookupByLibrary.simpleMessage("Vérifier"),
|
||||
"verifyEmail":
|
||||
MessageLookupByLibrary.simpleMessage("Vérifier l\'email"),
|
||||
"verifyEmailID": m58,
|
||||
"verifyEmailID": m57,
|
||||
"verifyIDLabel": MessageLookupByLibrary.simpleMessage("Vérifier"),
|
||||
"verifyPassword":
|
||||
MessageLookupByLibrary.simpleMessage("Vérifier le mot de passe"),
|
||||
|
@ -1432,11 +1428,11 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"weDontSupportEditingPhotosAndAlbumsThatYouDont":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"Nous ne prenons pas en charge l\'édition des photos et des albums que vous ne possédez pas encore"),
|
||||
"weHaveSendEmailTo": m59,
|
||||
"weHaveSendEmailTo": m58,
|
||||
"weakStrength": MessageLookupByLibrary.simpleMessage("Securité Faible"),
|
||||
"welcomeBack": MessageLookupByLibrary.simpleMessage("Bienvenue !"),
|
||||
"yearly": MessageLookupByLibrary.simpleMessage("Annuel"),
|
||||
"yearsAgo": m60,
|
||||
"yearsAgo": m59,
|
||||
"yes": MessageLookupByLibrary.simpleMessage("Oui"),
|
||||
"yesCancel": MessageLookupByLibrary.simpleMessage("Oui, annuler"),
|
||||
"yesConvertToViewer": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -1467,7 +1463,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"Vous ne pouvez pas partager avec vous-même"),
|
||||
"youDontHaveAnyArchivedItems": MessageLookupByLibrary.simpleMessage(
|
||||
"Vous n\'avez aucun élément archivé."),
|
||||
"youHaveSuccessfullyFreedUp": m61,
|
||||
"youHaveSuccessfullyFreedUp": m60,
|
||||
"yourAccountHasBeenDeleted":
|
||||
MessageLookupByLibrary.simpleMessage("Votre compte a été supprimé"),
|
||||
"yourPlanWasSuccessfullyDowngraded":
|
||||
|
|
165
lib/generated/intl/messages_it.dart
generated
|
@ -54,7 +54,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
static String m10(provider) =>
|
||||
"Scrivi all\'indirizzo support@ente.io per gestire il tuo abbonamento ${provider}.";
|
||||
|
||||
static String m62(count) =>
|
||||
static String m61(count) =>
|
||||
"${Intl.plural(count, one: 'Elimina ${count} elemento', other: 'Elimina ${count} elementi')}";
|
||||
|
||||
static String m11(currentlyDeleting, totalCount) =>
|
||||
|
@ -69,7 +69,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
static String m14(count, storageSaved) =>
|
||||
"Hai ripulito ${Intl.plural(count, one: '${count} doppione', other: '${count} doppioni')}, salvando (${storageSaved}!)";
|
||||
|
||||
static String m63(count, formattedSize) =>
|
||||
static String m62(count, formattedSize) =>
|
||||
"${count} file, ${formattedSize} l\'uno";
|
||||
|
||||
static String m15(newEmail) => "Email cambiata in ${newEmail}";
|
||||
|
@ -104,101 +104,98 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
|
||||
static String m26(expiryTime) => "Il link scadrà il ${expiryTime}";
|
||||
|
||||
static String m27(maxValue) =>
|
||||
"Se impostato al massimo (${maxValue}), il limite del dispositivo verrà ridotto per consentire picchi temporanei di un numero elevato di visualizzatori.";
|
||||
|
||||
static String m28(count, formattedCount) =>
|
||||
static String m27(count, formattedCount) =>
|
||||
"${Intl.plural(count, one: '${formattedCount} ricordo', other: '${formattedCount} ricordi')}";
|
||||
|
||||
static String m29(count) =>
|
||||
static String m28(count) =>
|
||||
"${Intl.plural(count, one: 'Sposta elemento', other: 'Sposta elementi')}";
|
||||
|
||||
static String m30(albumName) => "Spostato con successo su ${albumName}";
|
||||
static String m29(albumName) => "Spostato con successo su ${albumName}";
|
||||
|
||||
static String m31(passwordStrengthValue) =>
|
||||
static String m30(passwordStrengthValue) =>
|
||||
"Sicurezza password: ${passwordStrengthValue}";
|
||||
|
||||
static String m32(providerName) =>
|
||||
static String m31(providerName) =>
|
||||
"Si prega di parlare con il supporto di ${providerName} se ti è stato addebitato qualcosa";
|
||||
|
||||
static String m33(reason) =>
|
||||
static String m32(reason) =>
|
||||
"Purtroppo il tuo pagamento non è riuscito a causa di ${reason}";
|
||||
|
||||
static String m64(endDate) =>
|
||||
static String m63(endDate) =>
|
||||
"Prova gratuita valida fino al ${endDate}.\nPuoi scegliere un piano a pagamento in seguito.";
|
||||
|
||||
static String m34(toEmail) => "Per favore invia un\'email a ${toEmail}";
|
||||
static String m33(toEmail) => "Per favore invia un\'email a ${toEmail}";
|
||||
|
||||
static String m35(toEmail) => "Invia i log a \n${toEmail}";
|
||||
static String m34(toEmail) => "Invia i log a \n${toEmail}";
|
||||
|
||||
static String m36(storeName) => "Valutaci su ${storeName}";
|
||||
static String m35(storeName) => "Valutaci su ${storeName}";
|
||||
|
||||
static String m37(storageInGB) =>
|
||||
static String m36(storageInGB) =>
|
||||
"3. Ottenete entrambi ${storageInGB} GB* gratis";
|
||||
|
||||
static String m38(userEmail) =>
|
||||
static String m37(userEmail) =>
|
||||
"${userEmail} verrà rimosso da questo album condiviso\n\nQualsiasi foto aggiunta dall\'utente verrà rimossa dall\'album";
|
||||
|
||||
static String m39(endDate) => "Si rinnova il ${endDate}";
|
||||
static String m38(endDate) => "Si rinnova il ${endDate}";
|
||||
|
||||
static String m40(count) => "${count} selezionati";
|
||||
static String m39(count) => "${count} selezionati";
|
||||
|
||||
static String m41(count, yourCount) =>
|
||||
static String m40(count, yourCount) =>
|
||||
"${count} selezionato (${yourCount} tuoi)";
|
||||
|
||||
static String m42(verificationID) =>
|
||||
static String m41(verificationID) =>
|
||||
"Ecco il mio ID di verifica: ${verificationID} per ente.io.";
|
||||
|
||||
static String m43(verificationID) =>
|
||||
static String m42(verificationID) =>
|
||||
"Hey, puoi confermare che questo è il tuo ID di verifica: ${verificationID} su ente.io";
|
||||
|
||||
static String m44(referralCode, referralStorageInGB) =>
|
||||
static String m43(referralCode, referralStorageInGB) =>
|
||||
"ente referral code: ${referralCode} \n\nApplicalo in Impostazioni → Generale → Referral per ottenere ${referralStorageInGB} GB gratis dopo la registrazione di un piano a pagamento\n\nhttps://ente.io";
|
||||
|
||||
static String m45(numberOfPeople) =>
|
||||
static String m44(numberOfPeople) =>
|
||||
"${Intl.plural(numberOfPeople, zero: 'Condividi con persone specifiche', one: 'Condividi con una persona', other: 'Condividi con ${numberOfPeople} persone')}";
|
||||
|
||||
static String m46(emailIDs) => "Condiviso con ${emailIDs}";
|
||||
static String m45(emailIDs) => "Condiviso con ${emailIDs}";
|
||||
|
||||
static String m47(fileType) =>
|
||||
static String m46(fileType) =>
|
||||
"Questo ${fileType} verrà eliminato dal tuo dispositivo.";
|
||||
|
||||
static String m48(fileType) =>
|
||||
static String m47(fileType) =>
|
||||
"Questo ${fileType} è sia su ente che sul tuo dispositivo.";
|
||||
|
||||
static String m49(fileType) => "Questo ${fileType} verrà eliminato su ente.";
|
||||
static String m48(fileType) => "Questo ${fileType} verrà eliminato su ente.";
|
||||
|
||||
static String m50(storageAmountInGB) => "${storageAmountInGB} GB";
|
||||
static String m49(storageAmountInGB) => "${storageAmountInGB} GB";
|
||||
|
||||
static String m51(
|
||||
static String m50(
|
||||
usedAmount, usedStorageUnit, totalAmount, totalStorageUnit) =>
|
||||
"${usedAmount} ${usedStorageUnit} di ${totalAmount} ${totalStorageUnit} utilizzati";
|
||||
|
||||
static String m52(id) =>
|
||||
static String m51(id) =>
|
||||
"Il tuo ${id} è già collegato ad un altro account ente.\nSe desideri utilizzare il tuo ${id} con questo account, contatta il nostro supporto\'\'";
|
||||
|
||||
static String m53(endDate) => "L\'abbonamento verrà cancellato il ${endDate}";
|
||||
static String m52(endDate) => "L\'abbonamento verrà cancellato il ${endDate}";
|
||||
|
||||
static String m54(completed, total) =>
|
||||
static String m53(completed, total) =>
|
||||
"${completed}/${total} ricordi conservati";
|
||||
|
||||
static String m55(storageAmountInGB) =>
|
||||
static String m54(storageAmountInGB) =>
|
||||
"Anche loro riceveranno ${storageAmountInGB} GB";
|
||||
|
||||
static String m56(email) => "Questo è l\'ID di verifica di ${email}";
|
||||
static String m55(email) => "Questo è l\'ID di verifica di ${email}";
|
||||
|
||||
static String m57(count) =>
|
||||
static String m56(count) =>
|
||||
"${Intl.plural(count, zero: '', one: '1 giorno', other: '${count} giorni')}";
|
||||
|
||||
static String m58(email) => "Verifica ${email}";
|
||||
static String m57(email) => "Verifica ${email}";
|
||||
|
||||
static String m59(email) =>
|
||||
static String m58(email) =>
|
||||
"Abbiamo inviato una mail a <green>${email}</green>";
|
||||
|
||||
static String m60(count) =>
|
||||
static String m59(count) =>
|
||||
"${Intl.plural(count, one: '${count} anno fa', other: '${count} anni fa')}";
|
||||
|
||||
static String m61(storageSaved) =>
|
||||
static String m60(storageSaved) =>
|
||||
"Hai liberato con successo ${storageSaved}!";
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
|
@ -230,7 +227,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("Aggiungi all\'album"),
|
||||
"addToEnte": MessageLookupByLibrary.simpleMessage("Aggiungi su ente"),
|
||||
"addToHiddenAlbum":
|
||||
MessageLookupByLibrary.simpleMessage("Add to hidden album"),
|
||||
MessageLookupByLibrary.simpleMessage("Aggiungi ad album nascosto"),
|
||||
"addViewer":
|
||||
MessageLookupByLibrary.simpleMessage("Aggiungi in sola lettura"),
|
||||
"addedAs": MessageLookupByLibrary.simpleMessage("Aggiunto come"),
|
||||
|
@ -516,7 +513,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("Elimina dal dispositivo"),
|
||||
"deleteFromEnte":
|
||||
MessageLookupByLibrary.simpleMessage("Elimina da ente"),
|
||||
"deleteItemCount": m62,
|
||||
"deleteItemCount": m61,
|
||||
"deleteLocation":
|
||||
MessageLookupByLibrary.simpleMessage("Elimina posizione"),
|
||||
"deletePhotos": MessageLookupByLibrary.simpleMessage("Elimina foto"),
|
||||
|
@ -576,7 +573,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("Scaricamento in corso..."),
|
||||
"dropSupportEmail": m13,
|
||||
"duplicateFileCountWithStorageSaved": m14,
|
||||
"duplicateItemsGroup": m63,
|
||||
"duplicateItemsGroup": m62,
|
||||
"edit": MessageLookupByLibrary.simpleMessage("Modifica"),
|
||||
"editLocationTagTitle":
|
||||
MessageLookupByLibrary.simpleMessage("Modifica luogo"),
|
||||
|
@ -707,6 +704,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"goToSettings":
|
||||
MessageLookupByLibrary.simpleMessage("Vai alle impostazioni"),
|
||||
"googlePlayId": MessageLookupByLibrary.simpleMessage("Google Play ID"),
|
||||
"grantFullAccessPrompt": MessageLookupByLibrary.simpleMessage(
|
||||
"Consenti l\'accesso a tutte le foto nelle Impostazioni"),
|
||||
"grantPermission":
|
||||
MessageLookupByLibrary.simpleMessage("Concedi il permesso"),
|
||||
"groupNearbyPhotos": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -850,19 +849,18 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"maps": MessageLookupByLibrary.simpleMessage("Mappe"),
|
||||
"mastodon": MessageLookupByLibrary.simpleMessage("Mastodon"),
|
||||
"matrix": MessageLookupByLibrary.simpleMessage("Matrix"),
|
||||
"maxDeviceLimitSpikeHandling": m27,
|
||||
"memoryCount": m28,
|
||||
"memoryCount": m27,
|
||||
"merchandise": MessageLookupByLibrary.simpleMessage("Merchandise"),
|
||||
"mobileWebDesktop":
|
||||
MessageLookupByLibrary.simpleMessage("Mobile, Web, Desktop"),
|
||||
"moderateStrength": MessageLookupByLibrary.simpleMessage("Mediocre"),
|
||||
"monthly": MessageLookupByLibrary.simpleMessage("Mensile"),
|
||||
"moveItem": m29,
|
||||
"moveItem": m28,
|
||||
"moveToAlbum":
|
||||
MessageLookupByLibrary.simpleMessage("Sposta nell\'album"),
|
||||
"moveToHiddenAlbum":
|
||||
MessageLookupByLibrary.simpleMessage("Move to hidden album"),
|
||||
"movedSuccessfullyTo": m30,
|
||||
MessageLookupByLibrary.simpleMessage("Sposta in album nascosto"),
|
||||
"movedSuccessfullyTo": m29,
|
||||
"movedToTrash":
|
||||
MessageLookupByLibrary.simpleMessage("Spostato nel cestino"),
|
||||
"movingFilesToAlbum": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -910,6 +908,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"Ops, impossibile salvare le modifiche"),
|
||||
"oopsSomethingWentWrong": MessageLookupByLibrary.simpleMessage(
|
||||
"Oops! Qualcosa è andato storto"),
|
||||
"openSettings":
|
||||
MessageLookupByLibrary.simpleMessage("Apri Impostazioni"),
|
||||
"openTheItem":
|
||||
MessageLookupByLibrary.simpleMessage("• Apri la foto o il video"),
|
||||
"openstreetmapContributors": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -923,15 +923,15 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"Password modificata con successo"),
|
||||
"passwordLock":
|
||||
MessageLookupByLibrary.simpleMessage("Blocco con password"),
|
||||
"passwordStrength": m31,
|
||||
"passwordStrength": m30,
|
||||
"passwordWarning": MessageLookupByLibrary.simpleMessage(
|
||||
"Noi non memorizziamo la tua password, quindi se te la dimentichi, <underline>non possiamo decriptare i tuoi dati</underline>"),
|
||||
"paymentDetails":
|
||||
MessageLookupByLibrary.simpleMessage("Dettagli di Pagamento"),
|
||||
"paymentFailed":
|
||||
MessageLookupByLibrary.simpleMessage("Pagamento non riuscito"),
|
||||
"paymentFailedTalkToProvider": m32,
|
||||
"paymentFailedWithReason": m33,
|
||||
"paymentFailedTalkToProvider": m31,
|
||||
"paymentFailedWithReason": m32,
|
||||
"pendingSync":
|
||||
MessageLookupByLibrary.simpleMessage("Sincronizzazione in sospeso"),
|
||||
"peopleUsingYourCode": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -951,7 +951,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"pickCenterPoint": MessageLookupByLibrary.simpleMessage(
|
||||
"Selezionare il punto centrale"),
|
||||
"pinAlbum": MessageLookupByLibrary.simpleMessage("Fissa l\'album"),
|
||||
"playStoreFreeTrialValidTill": m64,
|
||||
"playStoreFreeTrialValidTill": m63,
|
||||
"playstoreSubscription":
|
||||
MessageLookupByLibrary.simpleMessage("Abbonamento su PlayStore"),
|
||||
"pleaseContactSupportAndWeWillBeHappyToHelp":
|
||||
|
@ -960,12 +960,12 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"pleaseContactSupportIfTheProblemPersists":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"Riprova. Se il problema persiste, ti invitiamo a contattare l\'assistenza"),
|
||||
"pleaseEmailUsAt": m34,
|
||||
"pleaseEmailUsAt": m33,
|
||||
"pleaseGrantPermissions":
|
||||
MessageLookupByLibrary.simpleMessage("Concedi i permessi"),
|
||||
"pleaseLoginAgain": MessageLookupByLibrary.simpleMessage(
|
||||
"Effettua nuovamente l\'accesso"),
|
||||
"pleaseSendTheLogsTo": m35,
|
||||
"pleaseSendTheLogsTo": m34,
|
||||
"pleaseTryAgain": MessageLookupByLibrary.simpleMessage("Riprova"),
|
||||
"pleaseVerifyTheCodeYouHaveEntered":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -980,6 +980,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"preserveMore": MessageLookupByLibrary.simpleMessage("Salva più foto"),
|
||||
"pressAndHoldToPlayVideo": MessageLookupByLibrary.simpleMessage(
|
||||
"Tieni premuto per riprodurre il video"),
|
||||
"pressAndHoldToPlayVideoDetailed": MessageLookupByLibrary.simpleMessage(
|
||||
"Tieni premuto sull\'immagine per riprodurre il video"),
|
||||
"privacy": MessageLookupByLibrary.simpleMessage("Privacy"),
|
||||
"privacyPolicyTitle":
|
||||
MessageLookupByLibrary.simpleMessage("Privacy Policy"),
|
||||
|
@ -997,7 +999,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"raiseTicket": MessageLookupByLibrary.simpleMessage("Invia ticket"),
|
||||
"rateTheApp": MessageLookupByLibrary.simpleMessage("Valuta l\'app"),
|
||||
"rateUs": MessageLookupByLibrary.simpleMessage("Lascia una recensione"),
|
||||
"rateUsOnStore": m36,
|
||||
"rateUsOnStore": m35,
|
||||
"recover": MessageLookupByLibrary.simpleMessage("Recupera"),
|
||||
"recoverAccount":
|
||||
MessageLookupByLibrary.simpleMessage("Recupera account"),
|
||||
|
@ -1029,7 +1031,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"1. Condividi questo codice con i tuoi amici"),
|
||||
"referralStep2": MessageLookupByLibrary.simpleMessage(
|
||||
"2. Si iscrivono per un piano a pagamento"),
|
||||
"referralStep3": m37,
|
||||
"referralStep3": m36,
|
||||
"referrals": MessageLookupByLibrary.simpleMessage("Invita un Amico"),
|
||||
"referralsAreCurrentlyPaused": MessageLookupByLibrary.simpleMessage(
|
||||
"I referral code sono attualmente in pausa"),
|
||||
|
@ -1053,7 +1055,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"removeLink": MessageLookupByLibrary.simpleMessage("Elimina link"),
|
||||
"removeParticipant":
|
||||
MessageLookupByLibrary.simpleMessage("Rimuovi partecipante"),
|
||||
"removeParticipantBody": m38,
|
||||
"removeParticipantBody": m37,
|
||||
"removePublicLink":
|
||||
MessageLookupByLibrary.simpleMessage("Rimuovi link pubblico"),
|
||||
"removeShareItemsWarning": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -1067,7 +1069,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"renameFile": MessageLookupByLibrary.simpleMessage("Rinomina file"),
|
||||
"renewSubscription":
|
||||
MessageLookupByLibrary.simpleMessage("Rinnova abbonamento"),
|
||||
"renewsOn": m39,
|
||||
"renewsOn": m38,
|
||||
"reportABug": MessageLookupByLibrary.simpleMessage("Segnala un bug"),
|
||||
"reportBug": MessageLookupByLibrary.simpleMessage("Segnala un bug"),
|
||||
"resendEmail": MessageLookupByLibrary.simpleMessage("Rinvia email"),
|
||||
|
@ -1116,6 +1118,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"Seleziona gli elementi da aggiungere"),
|
||||
"selectLanguage":
|
||||
MessageLookupByLibrary.simpleMessage("Seleziona una lingua"),
|
||||
"selectMorePhotos":
|
||||
MessageLookupByLibrary.simpleMessage("Seleziona più foto"),
|
||||
"selectReason":
|
||||
MessageLookupByLibrary.simpleMessage("Seleziona un motivo"),
|
||||
"selectYourPlan":
|
||||
|
@ -1128,8 +1132,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"selectedItemsWillBeDeletedFromAllAlbumsAndMoved":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"Gli elementi selezionati verranno eliminati da tutti gli album e spostati nel cestino."),
|
||||
"selectedPhotos": m40,
|
||||
"selectedPhotosWithYours": m41,
|
||||
"selectedPhotos": m39,
|
||||
"selectedPhotosWithYours": m40,
|
||||
"send": MessageLookupByLibrary.simpleMessage("Invia"),
|
||||
"sendEmail": MessageLookupByLibrary.simpleMessage("Invia email"),
|
||||
"sendInvite": MessageLookupByLibrary.simpleMessage("Invita"),
|
||||
|
@ -1153,16 +1157,16 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"shareAnAlbumNow":
|
||||
MessageLookupByLibrary.simpleMessage("Condividi un album"),
|
||||
"shareLink": MessageLookupByLibrary.simpleMessage("Condividi link"),
|
||||
"shareMyVerificationID": m42,
|
||||
"shareMyVerificationID": m41,
|
||||
"shareOnlyWithThePeopleYouWant": MessageLookupByLibrary.simpleMessage(
|
||||
"Condividi solo con le persone che vuoi"),
|
||||
"shareTextConfirmOthersVerificationID": m43,
|
||||
"shareTextConfirmOthersVerificationID": m42,
|
||||
"shareTextRecommendUsingEnte": MessageLookupByLibrary.simpleMessage(
|
||||
"Scarica ente in modo da poter facilmente condividere foto e video senza perdita di qualità\n\nhttps://ente.io"),
|
||||
"shareTextReferralCode": m44,
|
||||
"shareTextReferralCode": m43,
|
||||
"shareWithNonenteUsers": MessageLookupByLibrary.simpleMessage(
|
||||
"Condividi con utenti che non hanno un account ente"),
|
||||
"shareWithPeopleSectionTitle": m45,
|
||||
"shareWithPeopleSectionTitle": m44,
|
||||
"shareYourFirstAlbum": MessageLookupByLibrary.simpleMessage(
|
||||
"Condividi il tuo primo album"),
|
||||
"sharedAlbumSectionDescription": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -1173,20 +1177,21 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("Nuove foto condivise"),
|
||||
"sharedPhotoNotificationsExplanation": MessageLookupByLibrary.simpleMessage(
|
||||
"Ricevi notifiche quando qualcuno aggiunge una foto a un album condiviso, di cui fai parte"),
|
||||
"sharedWith": m46,
|
||||
"sharedWith": m45,
|
||||
"sharedWithMe":
|
||||
MessageLookupByLibrary.simpleMessage("Condivisi con me"),
|
||||
"sharedWithYou":
|
||||
MessageLookupByLibrary.simpleMessage("Condivise con te"),
|
||||
"sharing":
|
||||
MessageLookupByLibrary.simpleMessage("Condivisione in corso..."),
|
||||
"showMemories": MessageLookupByLibrary.simpleMessage("Mostra ricordi"),
|
||||
"signUpTerms": MessageLookupByLibrary.simpleMessage(
|
||||
"Accetto i <u-terms>termini di servizio</u-terms> e la <u-policy>politica sulla privacy</u-policy>"),
|
||||
"singleFileDeleteFromDevice": m47,
|
||||
"singleFileDeleteFromDevice": m46,
|
||||
"singleFileDeleteHighlight": MessageLookupByLibrary.simpleMessage(
|
||||
"Verrà eliminato da tutti gli album."),
|
||||
"singleFileInBothLocalAndRemote": m48,
|
||||
"singleFileInRemoteOnly": m49,
|
||||
"singleFileInBothLocalAndRemote": m47,
|
||||
"singleFileInRemoteOnly": m48,
|
||||
"skip": MessageLookupByLibrary.simpleMessage("Salta"),
|
||||
"social": MessageLookupByLibrary.simpleMessage("Social"),
|
||||
"someItemsAreInBothEnteAndYourDevice":
|
||||
|
@ -1227,13 +1232,13 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"storageBreakupFamily":
|
||||
MessageLookupByLibrary.simpleMessage("Famiglia"),
|
||||
"storageBreakupYou": MessageLookupByLibrary.simpleMessage("Tu"),
|
||||
"storageInGB": m50,
|
||||
"storageInGB": m49,
|
||||
"storageLimitExceeded": MessageLookupByLibrary.simpleMessage(
|
||||
"Limite d\'archiviazione superato"),
|
||||
"storageUsageInfo": m51,
|
||||
"storageUsageInfo": m50,
|
||||
"strongStrength": MessageLookupByLibrary.simpleMessage("Forte"),
|
||||
"subAlreadyLinkedErrMessage": m52,
|
||||
"subWillBeCancelledOn": m53,
|
||||
"subAlreadyLinkedErrMessage": m51,
|
||||
"subWillBeCancelledOn": m52,
|
||||
"subscribe": MessageLookupByLibrary.simpleMessage("Iscriviti"),
|
||||
"subscribeToEnableSharing": MessageLookupByLibrary.simpleMessage(
|
||||
"Sembra che il tuo abbonamento sia scaduto. Iscriviti per abilitare la condivisione."),
|
||||
|
@ -1250,7 +1255,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"suggestFeatures":
|
||||
MessageLookupByLibrary.simpleMessage("Suggerisci una funzionalità"),
|
||||
"support": MessageLookupByLibrary.simpleMessage("Assistenza"),
|
||||
"syncProgress": m54,
|
||||
"syncProgress": m53,
|
||||
"syncStopped":
|
||||
MessageLookupByLibrary.simpleMessage("Sincronizzazione interrotta"),
|
||||
"syncing": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -1279,7 +1284,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"theseItemsWillBeDeletedFromYourDevice":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"Questi file verranno eliminati dal tuo dispositivo."),
|
||||
"theyAlsoGetXGb": m55,
|
||||
"theyAlsoGetXGb": m54,
|
||||
"theyWillBeDeletedFromAllAlbums": MessageLookupByLibrary.simpleMessage(
|
||||
"Verranno eliminati da tutti gli album."),
|
||||
"thisActionCannotBeUndone": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -1296,7 +1301,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"Questo indirizzo email è già registrato"),
|
||||
"thisImageHasNoExifData": MessageLookupByLibrary.simpleMessage(
|
||||
"Questa immagine non ha dati EXIF"),
|
||||
"thisIsPersonVerificationId": m56,
|
||||
"thisIsPersonVerificationId": m55,
|
||||
"thisIsYourVerificationId": MessageLookupByLibrary.simpleMessage(
|
||||
"Questo è il tuo ID di verifica"),
|
||||
"thisWillLogYouOutOfTheFollowingDevice":
|
||||
|
@ -1313,7 +1318,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"total": MessageLookupByLibrary.simpleMessage("totale"),
|
||||
"totalSize": MessageLookupByLibrary.simpleMessage("Dimensioni totali"),
|
||||
"trash": MessageLookupByLibrary.simpleMessage("Cestino"),
|
||||
"trashDaysLeft": m57,
|
||||
"trashDaysLeft": m56,
|
||||
"tryAgain": MessageLookupByLibrary.simpleMessage("Riprova"),
|
||||
"turnOnBackupForAutoUpload": MessageLookupByLibrary.simpleMessage(
|
||||
"Attiva il backup per caricare automaticamente i file aggiunti in questa cartella del dispositivo su ente."),
|
||||
|
@ -1377,7 +1382,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("ID di verifica"),
|
||||
"verify": MessageLookupByLibrary.simpleMessage("Verifica"),
|
||||
"verifyEmail": MessageLookupByLibrary.simpleMessage("Verifica email"),
|
||||
"verifyEmailID": m58,
|
||||
"verifyEmailID": m57,
|
||||
"verifyIDLabel": MessageLookupByLibrary.simpleMessage("Verifica"),
|
||||
"verifyPassword":
|
||||
MessageLookupByLibrary.simpleMessage("Verifica password"),
|
||||
|
@ -1402,11 +1407,11 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"weDontSupportEditingPhotosAndAlbumsThatYouDont":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"Non puoi modificare foto e album che non possiedi"),
|
||||
"weHaveSendEmailTo": m59,
|
||||
"weHaveSendEmailTo": m58,
|
||||
"weakStrength": MessageLookupByLibrary.simpleMessage("Debole"),
|
||||
"welcomeBack": MessageLookupByLibrary.simpleMessage("Bentornato/a!"),
|
||||
"yearly": MessageLookupByLibrary.simpleMessage("Annuale"),
|
||||
"yearsAgo": m60,
|
||||
"yearsAgo": m59,
|
||||
"yes": MessageLookupByLibrary.simpleMessage("Si"),
|
||||
"yesCancel": MessageLookupByLibrary.simpleMessage("Sì, cancella"),
|
||||
"yesConvertToViewer": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -1436,7 +1441,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"Non puoi condividere con te stesso"),
|
||||
"youDontHaveAnyArchivedItems": MessageLookupByLibrary.simpleMessage(
|
||||
"Non hai nulla di archiviato."),
|
||||
"youHaveSuccessfullyFreedUp": m61,
|
||||
"youHaveSuccessfullyFreedUp": m60,
|
||||
"yourAccountHasBeenDeleted": MessageLookupByLibrary.simpleMessage(
|
||||
"Il tuo account è stato eliminato"),
|
||||
"yourPlanWasSuccessfullyDowngraded":
|
||||
|
|
179
lib/generated/intl/messages_nl.dart
generated
|
@ -55,7 +55,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
static String m10(provider) =>
|
||||
"Neem contact met ons op via support@ente.io om uw ${provider} abonnement te beheren.";
|
||||
|
||||
static String m62(count) =>
|
||||
static String m61(count) =>
|
||||
"${Intl.plural(count, one: 'Verwijder ${count} bestand', other: 'Verwijder ${count} bestanden')}";
|
||||
|
||||
static String m11(currentlyDeleting, totalCount) =>
|
||||
|
@ -70,7 +70,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
static String m14(count, storageSaved) =>
|
||||
"Je hebt ${Intl.plural(count, one: '${count} dubbel bestand', other: '${count} dubbele bestanden')} opgeruimd, totaal (${storageSaved}!)";
|
||||
|
||||
static String m63(count, formattedSize) =>
|
||||
static String m62(count, formattedSize) =>
|
||||
"${count} bestanden, elk ${formattedSize}";
|
||||
|
||||
static String m15(newEmail) => "E-mailadres gewijzigd naar ${newEmail}";
|
||||
|
@ -105,103 +105,100 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
|
||||
static String m26(expiryTime) => "Link vervalt op ${expiryTime}";
|
||||
|
||||
static String m27(maxValue) =>
|
||||
"Wanneer ingesteld op het maximum (${maxValue}), wordt het apparaatlimiet versoepeld om tijdelijke pieken van grote aantallen kijkers mogelijk te maken.";
|
||||
|
||||
static String m28(count, formattedCount) =>
|
||||
static String m27(count, formattedCount) =>
|
||||
"${Intl.plural(count, zero: 'geen herinneringen', one: '${formattedCount} herinnering', other: '${formattedCount} herinneringen')}";
|
||||
|
||||
static String m29(count) =>
|
||||
static String m28(count) =>
|
||||
"${Intl.plural(count, one: 'Bestand verplaatsen', other: 'Bestanden verplaatsen')}";
|
||||
|
||||
static String m30(albumName) => "Succesvol verplaatst naar ${albumName}";
|
||||
static String m29(albumName) => "Succesvol verplaatst naar ${albumName}";
|
||||
|
||||
static String m31(passwordStrengthValue) =>
|
||||
static String m30(passwordStrengthValue) =>
|
||||
"Wachtwoord sterkte: ${passwordStrengthValue}";
|
||||
|
||||
static String m32(providerName) =>
|
||||
static String m31(providerName) =>
|
||||
"Praat met ${providerName} klantenservice als u in rekening bent gebracht";
|
||||
|
||||
static String m33(reason) =>
|
||||
static String m32(reason) =>
|
||||
"Helaas is uw betaling mislukt vanwege ${reason}";
|
||||
|
||||
static String m64(endDate) =>
|
||||
static String m63(endDate) =>
|
||||
"Gratis proefperiode geldig tot ${endDate}.\nU kunt naderhand een betaald abonnement kiezen.";
|
||||
|
||||
static String m34(toEmail) => "Stuur ons een e-mail op ${toEmail}";
|
||||
static String m33(toEmail) => "Stuur ons een e-mail op ${toEmail}";
|
||||
|
||||
static String m35(toEmail) =>
|
||||
static String m34(toEmail) =>
|
||||
"Verstuur de logboeken alstublieft naar ${toEmail}";
|
||||
|
||||
static String m36(storeName) => "Beoordeel ons op ${storeName}";
|
||||
static String m35(storeName) => "Beoordeel ons op ${storeName}";
|
||||
|
||||
static String m37(storageInGB) =>
|
||||
static String m36(storageInGB) =>
|
||||
"Jullie krijgen allebei ${storageInGB} GB* gratis";
|
||||
|
||||
static String m38(userEmail) =>
|
||||
static String m37(userEmail) =>
|
||||
"${userEmail} zal worden verwijderd uit dit gedeelde album\n\nAlle door hen toegevoegde foto\'s worden ook uit het album verwijderd";
|
||||
|
||||
static String m39(endDate) => "Wordt verlengd op ${endDate}";
|
||||
static String m38(endDate) => "Wordt verlengd op ${endDate}";
|
||||
|
||||
static String m40(count) => "${count} geselecteerd";
|
||||
static String m39(count) => "${count} geselecteerd";
|
||||
|
||||
static String m41(count, yourCount) =>
|
||||
static String m40(count, yourCount) =>
|
||||
"${count} geselecteerd (${yourCount} van jou)";
|
||||
|
||||
static String m42(verificationID) =>
|
||||
static String m41(verificationID) =>
|
||||
"Hier is mijn verificatie-ID: ${verificationID} voor ente.io.";
|
||||
|
||||
static String m43(verificationID) =>
|
||||
static String m42(verificationID) =>
|
||||
"Hey, kunt u bevestigen dat dit uw ente.io verificatie-ID is: ${verificationID}";
|
||||
|
||||
static String m44(referralCode, referralStorageInGB) =>
|
||||
static String m43(referralCode, referralStorageInGB) =>
|
||||
"ente verwijzingscode: ${referralCode} \n\nPas het toe bij Instellingen → Algemeen → Verwijzingen om ${referralStorageInGB} GB gratis te krijgen nadat je je hebt aangemeld voor een betaald abonnement\n\nhttps://ente.io";
|
||||
|
||||
static String m45(numberOfPeople) =>
|
||||
static String m44(numberOfPeople) =>
|
||||
"${Intl.plural(numberOfPeople, zero: 'Deel met specifieke mensen', one: 'Gedeeld met 1 persoon', other: 'Gedeeld met ${numberOfPeople} mensen')}";
|
||||
|
||||
static String m46(emailIDs) => "Gedeeld met ${emailIDs}";
|
||||
static String m45(emailIDs) => "Gedeeld met ${emailIDs}";
|
||||
|
||||
static String m47(fileType) =>
|
||||
static String m46(fileType) =>
|
||||
"Deze ${fileType} zal worden verwijderd van jouw apparaat.";
|
||||
|
||||
static String m48(fileType) =>
|
||||
static String m47(fileType) =>
|
||||
"Deze ${fileType} staat zowel in ente als op jouw apparaat.";
|
||||
|
||||
static String m49(fileType) =>
|
||||
static String m48(fileType) =>
|
||||
"Deze ${fileType} zal worden verwijderd uit ente.";
|
||||
|
||||
static String m50(storageAmountInGB) => "${storageAmountInGB} GB";
|
||||
static String m49(storageAmountInGB) => "${storageAmountInGB} GB";
|
||||
|
||||
static String m51(
|
||||
static String m50(
|
||||
usedAmount, usedStorageUnit, totalAmount, totalStorageUnit) =>
|
||||
"${usedAmount} ${usedStorageUnit} van ${totalAmount} ${totalStorageUnit} gebruikt";
|
||||
|
||||
static String m52(id) =>
|
||||
static String m51(id) =>
|
||||
"Uw ${id} is al aan een ander ente account gekoppeld.\nAls u uw ${id} wilt gebruiken met dit account, neem dan contact op met onze klantenservice";
|
||||
|
||||
static String m53(endDate) => "Uw abonnement loopt af op ${endDate}";
|
||||
static String m52(endDate) => "Uw abonnement loopt af op ${endDate}";
|
||||
|
||||
static String m54(completed, total) =>
|
||||
static String m53(completed, total) =>
|
||||
"${completed}/${total} herinneringen bewaard";
|
||||
|
||||
static String m55(storageAmountInGB) =>
|
||||
static String m54(storageAmountInGB) =>
|
||||
"Zij krijgen ook ${storageAmountInGB} GB";
|
||||
|
||||
static String m56(email) => "Dit is de verificatie-ID van ${email}";
|
||||
static String m55(email) => "Dit is de verificatie-ID van ${email}";
|
||||
|
||||
static String m57(count) =>
|
||||
static String m56(count) =>
|
||||
"${Intl.plural(count, zero: '', one: '1 dag', other: '${count} dagen')}";
|
||||
|
||||
static String m58(email) => "Verifieer ${email}";
|
||||
static String m57(email) => "Verifieer ${email}";
|
||||
|
||||
static String m59(email) =>
|
||||
static String m58(email) =>
|
||||
"We hebben een e-mail gestuurd naar <green>${email}</green>";
|
||||
|
||||
static String m60(count) =>
|
||||
static String m59(count) =>
|
||||
"${Intl.plural(count, one: '${count} jaar geleden', other: '${count} jaar geleden')}";
|
||||
|
||||
static String m61(storageSaved) =>
|
||||
static String m60(storageSaved) =>
|
||||
"Je hebt ${storageSaved} succesvol vrijgemaakt!";
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
|
@ -233,8 +230,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"addToAlbum":
|
||||
MessageLookupByLibrary.simpleMessage("Toevoegen aan album"),
|
||||
"addToEnte": MessageLookupByLibrary.simpleMessage("Toevoegen aan ente"),
|
||||
"addToHiddenAlbum":
|
||||
MessageLookupByLibrary.simpleMessage("Add to hidden album"),
|
||||
"addToHiddenAlbum": MessageLookupByLibrary.simpleMessage(
|
||||
"Toevoegen aan verborgen album"),
|
||||
"addViewer": MessageLookupByLibrary.simpleMessage("Voeg kijker toe"),
|
||||
"addedAs": MessageLookupByLibrary.simpleMessage("Toegevoegd als"),
|
||||
"addedBy": m1,
|
||||
|
@ -373,6 +370,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"cancelSubscription":
|
||||
MessageLookupByLibrary.simpleMessage("Abonnement opzeggen"),
|
||||
"cannotAddMorePhotosAfterBecomingViewer": m6,
|
||||
"cannotDeleteSharedFiles": MessageLookupByLibrary.simpleMessage(
|
||||
"Kan gedeelde bestanden niet verwijderen"),
|
||||
"centerPoint": MessageLookupByLibrary.simpleMessage("Middelpunt"),
|
||||
"changeEmail": MessageLookupByLibrary.simpleMessage("E-mail wijzigen"),
|
||||
"changePassword":
|
||||
|
@ -516,7 +515,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("Verwijder van apparaat"),
|
||||
"deleteFromEnte":
|
||||
MessageLookupByLibrary.simpleMessage("Verwijder van ente"),
|
||||
"deleteItemCount": m62,
|
||||
"deleteItemCount": m61,
|
||||
"deleteLocation":
|
||||
MessageLookupByLibrary.simpleMessage("Verwijder locatie"),
|
||||
"deletePhotos":
|
||||
|
@ -576,7 +575,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"downloading": MessageLookupByLibrary.simpleMessage("Downloaden..."),
|
||||
"dropSupportEmail": m13,
|
||||
"duplicateFileCountWithStorageSaved": m14,
|
||||
"duplicateItemsGroup": m63,
|
||||
"duplicateItemsGroup": m62,
|
||||
"edit": MessageLookupByLibrary.simpleMessage("Bewerken"),
|
||||
"editLocationTagTitle":
|
||||
MessageLookupByLibrary.simpleMessage("Locatie bewerken"),
|
||||
|
@ -716,12 +715,15 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"goToSettings":
|
||||
MessageLookupByLibrary.simpleMessage("Ga naar instellingen"),
|
||||
"googlePlayId": MessageLookupByLibrary.simpleMessage("Google Play ID"),
|
||||
"grantFullAccessPrompt": MessageLookupByLibrary.simpleMessage(
|
||||
"Geef toegang tot alle foto\'s in de Instellingen app"),
|
||||
"grantPermission":
|
||||
MessageLookupByLibrary.simpleMessage("Toestemming verlenen"),
|
||||
"groupNearbyPhotos":
|
||||
MessageLookupByLibrary.simpleMessage("Groep foto\'s in de buurt"),
|
||||
"hidden": MessageLookupByLibrary.simpleMessage("Verborgen"),
|
||||
"hide": MessageLookupByLibrary.simpleMessage("Verbergen"),
|
||||
"hiding": MessageLookupByLibrary.simpleMessage("Verbergen..."),
|
||||
"hostedAtOsmFrance":
|
||||
MessageLookupByLibrary.simpleMessage("Gehost bij OSM France"),
|
||||
"howItWorks": MessageLookupByLibrary.simpleMessage("Hoe het werkt"),
|
||||
|
@ -852,19 +854,18 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"maps": MessageLookupByLibrary.simpleMessage("Kaarten"),
|
||||
"mastodon": MessageLookupByLibrary.simpleMessage("Mastodon"),
|
||||
"matrix": MessageLookupByLibrary.simpleMessage("Matrix"),
|
||||
"maxDeviceLimitSpikeHandling": m27,
|
||||
"memoryCount": m28,
|
||||
"memoryCount": m27,
|
||||
"merchandise": MessageLookupByLibrary.simpleMessage("Merchandise"),
|
||||
"mobileWebDesktop":
|
||||
MessageLookupByLibrary.simpleMessage("Mobiel, Web, Desktop"),
|
||||
"moderateStrength": MessageLookupByLibrary.simpleMessage("Matig"),
|
||||
"monthly": MessageLookupByLibrary.simpleMessage("Maandelijks"),
|
||||
"moveItem": m29,
|
||||
"moveItem": m28,
|
||||
"moveToAlbum":
|
||||
MessageLookupByLibrary.simpleMessage("Verplaats naar album"),
|
||||
"moveToHiddenAlbum":
|
||||
MessageLookupByLibrary.simpleMessage("Move to hidden album"),
|
||||
"movedSuccessfullyTo": m30,
|
||||
"moveToHiddenAlbum": MessageLookupByLibrary.simpleMessage(
|
||||
"Verplaatsen naar verborgen album"),
|
||||
"movedSuccessfullyTo": m29,
|
||||
"movedToTrash":
|
||||
MessageLookupByLibrary.simpleMessage("Naar prullenbak verplaatst"),
|
||||
"movingFilesToAlbum": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -877,6 +878,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"no": MessageLookupByLibrary.simpleMessage("Nee"),
|
||||
"noAlbumsSharedByYouYet": MessageLookupByLibrary.simpleMessage(
|
||||
"Nog geen albums gedeeld door jou"),
|
||||
"noDeviceLimit": MessageLookupByLibrary.simpleMessage("Geen"),
|
||||
"noDeviceThatCanBeDeleted": MessageLookupByLibrary.simpleMessage(
|
||||
"Je hebt geen bestanden op dit apparaat die verwijderd kunnen worden"),
|
||||
"noDuplicates":
|
||||
|
@ -913,6 +915,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"Oeps, kon bewerkingen niet opslaan"),
|
||||
"oopsSomethingWentWrong":
|
||||
MessageLookupByLibrary.simpleMessage("Oeps, er is iets misgegaan"),
|
||||
"openSettings":
|
||||
MessageLookupByLibrary.simpleMessage("Instellingen openen"),
|
||||
"openTheItem": MessageLookupByLibrary.simpleMessage("• Open het item"),
|
||||
"openstreetmapContributors":
|
||||
MessageLookupByLibrary.simpleMessage("OpenStreetMap bijdragers"),
|
||||
|
@ -924,15 +928,15 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"passwordChangedSuccessfully": MessageLookupByLibrary.simpleMessage(
|
||||
"Wachtwoord succesvol aangepast"),
|
||||
"passwordLock": MessageLookupByLibrary.simpleMessage("Wachtwoord slot"),
|
||||
"passwordStrength": m31,
|
||||
"passwordStrength": m30,
|
||||
"passwordWarning": MessageLookupByLibrary.simpleMessage(
|
||||
"Wij slaan dit wachtwoord niet op, dus als je het vergeet, kunnen <underline>we je gegevens niet ontsleutelen</underline>"),
|
||||
"paymentDetails":
|
||||
MessageLookupByLibrary.simpleMessage("Betaalgegevens"),
|
||||
"paymentFailed":
|
||||
MessageLookupByLibrary.simpleMessage("Betaling mislukt"),
|
||||
"paymentFailedTalkToProvider": m32,
|
||||
"paymentFailedWithReason": m33,
|
||||
"paymentFailedTalkToProvider": m31,
|
||||
"paymentFailedWithReason": m32,
|
||||
"pendingSync": MessageLookupByLibrary.simpleMessage(
|
||||
"Synchronisatie in behandeling"),
|
||||
"peopleUsingYourCode": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -953,7 +957,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("Kies middelpunt"),
|
||||
"pinAlbum":
|
||||
MessageLookupByLibrary.simpleMessage("Album bovenaan vastzetten"),
|
||||
"playStoreFreeTrialValidTill": m64,
|
||||
"playStoreFreeTrialValidTill": m63,
|
||||
"playstoreSubscription":
|
||||
MessageLookupByLibrary.simpleMessage("PlayStore abonnement"),
|
||||
"pleaseContactSupportAndWeWillBeHappyToHelp":
|
||||
|
@ -962,12 +966,12 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"pleaseContactSupportIfTheProblemPersists":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"Neem contact op met klantenservice als het probleem aanhoudt"),
|
||||
"pleaseEmailUsAt": m34,
|
||||
"pleaseEmailUsAt": m33,
|
||||
"pleaseGrantPermissions": MessageLookupByLibrary.simpleMessage(
|
||||
"Geef alstublieft toestemming"),
|
||||
"pleaseLoginAgain":
|
||||
MessageLookupByLibrary.simpleMessage("Log opnieuw in"),
|
||||
"pleaseSendTheLogsTo": m35,
|
||||
"pleaseSendTheLogsTo": m34,
|
||||
"pleaseTryAgain":
|
||||
MessageLookupByLibrary.simpleMessage("Probeer het nog eens"),
|
||||
"pleaseVerifyTheCodeYouHaveEntered":
|
||||
|
@ -985,6 +989,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"preserveMore": MessageLookupByLibrary.simpleMessage("Meer bewaren"),
|
||||
"pressAndHoldToPlayVideo": MessageLookupByLibrary.simpleMessage(
|
||||
"Ingedrukt houden om video af te spelen"),
|
||||
"pressAndHoldToPlayVideoDetailed": MessageLookupByLibrary.simpleMessage(
|
||||
"Houd de afbeelding ingedrukt om video af te spelen"),
|
||||
"privacy": MessageLookupByLibrary.simpleMessage("Privacy"),
|
||||
"privacyPolicyTitle":
|
||||
MessageLookupByLibrary.simpleMessage("Privacybeleid"),
|
||||
|
@ -1000,7 +1006,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"raiseTicket": MessageLookupByLibrary.simpleMessage("Meld probleem"),
|
||||
"rateTheApp": MessageLookupByLibrary.simpleMessage("Beoordeel de app"),
|
||||
"rateUs": MessageLookupByLibrary.simpleMessage("Beoordeel ons"),
|
||||
"rateUsOnStore": m36,
|
||||
"rateUsOnStore": m35,
|
||||
"recover": MessageLookupByLibrary.simpleMessage("Herstellen"),
|
||||
"recoverAccount":
|
||||
MessageLookupByLibrary.simpleMessage("Account herstellen"),
|
||||
|
@ -1031,7 +1037,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"1. Geef deze code aan je vrienden"),
|
||||
"referralStep2": MessageLookupByLibrary.simpleMessage(
|
||||
"2. Ze registreren voor een betaald plan"),
|
||||
"referralStep3": m37,
|
||||
"referralStep3": m36,
|
||||
"referrals": MessageLookupByLibrary.simpleMessage("Referenties"),
|
||||
"referralsAreCurrentlyPaused": MessageLookupByLibrary.simpleMessage(
|
||||
"Verwijzingen zijn momenteel gepauzeerd"),
|
||||
|
@ -1057,7 +1063,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"removeLink": MessageLookupByLibrary.simpleMessage("Verwijder link"),
|
||||
"removeParticipant":
|
||||
MessageLookupByLibrary.simpleMessage("Deelnemer verwijderen"),
|
||||
"removeParticipantBody": m38,
|
||||
"removeParticipantBody": m37,
|
||||
"removePublicLink":
|
||||
MessageLookupByLibrary.simpleMessage("Verwijder publieke link"),
|
||||
"removeShareItemsWarning": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -1073,7 +1079,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("Bestandsnaam wijzigen"),
|
||||
"renewSubscription":
|
||||
MessageLookupByLibrary.simpleMessage("Abonnement verlengen"),
|
||||
"renewsOn": m39,
|
||||
"renewsOn": m38,
|
||||
"reportABug": MessageLookupByLibrary.simpleMessage("Een fout melden"),
|
||||
"reportBug": MessageLookupByLibrary.simpleMessage("Fout melden"),
|
||||
"resendEmail":
|
||||
|
@ -1123,6 +1129,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"Selecteer items om toe te voegen"),
|
||||
"selectLanguage":
|
||||
MessageLookupByLibrary.simpleMessage("Taal selecteren"),
|
||||
"selectMorePhotos":
|
||||
MessageLookupByLibrary.simpleMessage("Selecteer meer foto\'s"),
|
||||
"selectReason": MessageLookupByLibrary.simpleMessage("Selecteer reden"),
|
||||
"selectYourPlan":
|
||||
MessageLookupByLibrary.simpleMessage("Kies uw abonnement"),
|
||||
|
@ -1134,8 +1142,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"selectedItemsWillBeDeletedFromAllAlbumsAndMoved":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"Geselecteerde bestanden worden verwijderd uit alle albums en verplaatst naar de prullenbak."),
|
||||
"selectedPhotos": m40,
|
||||
"selectedPhotosWithYours": m41,
|
||||
"selectedPhotos": m39,
|
||||
"selectedPhotosWithYours": m40,
|
||||
"send": MessageLookupByLibrary.simpleMessage("Verzenden"),
|
||||
"sendEmail": MessageLookupByLibrary.simpleMessage("E-mail versturen"),
|
||||
"sendInvite":
|
||||
|
@ -1159,16 +1167,16 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"shareAnAlbumNow":
|
||||
MessageLookupByLibrary.simpleMessage("Deel nu een album"),
|
||||
"shareLink": MessageLookupByLibrary.simpleMessage("Link delen"),
|
||||
"shareMyVerificationID": m42,
|
||||
"shareMyVerificationID": m41,
|
||||
"shareOnlyWithThePeopleYouWant": MessageLookupByLibrary.simpleMessage(
|
||||
"Deel alleen met de mensen die u wilt"),
|
||||
"shareTextConfirmOthersVerificationID": m43,
|
||||
"shareTextConfirmOthersVerificationID": m42,
|
||||
"shareTextRecommendUsingEnte": MessageLookupByLibrary.simpleMessage(
|
||||
"Download ente zodat we gemakkelijk foto\'s en video\'s van originele kwaliteit kunnen delen\n\nhttps://ente.io"),
|
||||
"shareTextReferralCode": m44,
|
||||
"shareTextReferralCode": m43,
|
||||
"shareWithNonenteUsers": MessageLookupByLibrary.simpleMessage(
|
||||
"Delen met niet-ente gebruikers"),
|
||||
"shareWithPeopleSectionTitle": m45,
|
||||
"shareWithPeopleSectionTitle": m44,
|
||||
"shareYourFirstAlbum":
|
||||
MessageLookupByLibrary.simpleMessage("Deel jouw eerste album"),
|
||||
"sharedAlbumSectionDescription": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -1179,18 +1187,20 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("Nieuwe gedeelde foto\'s"),
|
||||
"sharedPhotoNotificationsExplanation": MessageLookupByLibrary.simpleMessage(
|
||||
"Ontvang meldingen wanneer iemand een foto toevoegt aan een gedeeld album waar je deel van uitmaakt"),
|
||||
"sharedWith": m46,
|
||||
"sharedWith": m45,
|
||||
"sharedWithMe": MessageLookupByLibrary.simpleMessage("Gedeeld met mij"),
|
||||
"sharedWithYou":
|
||||
MessageLookupByLibrary.simpleMessage("Gedeeld met jou"),
|
||||
"sharing": MessageLookupByLibrary.simpleMessage("Delen..."),
|
||||
"showMemories":
|
||||
MessageLookupByLibrary.simpleMessage("Toon herinneringen"),
|
||||
"signUpTerms": MessageLookupByLibrary.simpleMessage(
|
||||
"Ik ga akkoord met de <u-terms>gebruiksvoorwaarden</u-terms> en <u-policy>privacybeleid</u-policy>"),
|
||||
"singleFileDeleteFromDevice": m47,
|
||||
"singleFileDeleteFromDevice": m46,
|
||||
"singleFileDeleteHighlight": MessageLookupByLibrary.simpleMessage(
|
||||
"Het wordt uit alle albums verwijderd."),
|
||||
"singleFileInBothLocalAndRemote": m48,
|
||||
"singleFileInRemoteOnly": m49,
|
||||
"singleFileInBothLocalAndRemote": m47,
|
||||
"singleFileInRemoteOnly": m48,
|
||||
"skip": MessageLookupByLibrary.simpleMessage("Overslaan"),
|
||||
"social": MessageLookupByLibrary.simpleMessage("Sociale media"),
|
||||
"someItemsAreInBothEnteAndYourDevice": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -1227,13 +1237,13 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"storage": MessageLookupByLibrary.simpleMessage("Opslagruimte"),
|
||||
"storageBreakupFamily": MessageLookupByLibrary.simpleMessage("Familie"),
|
||||
"storageBreakupYou": MessageLookupByLibrary.simpleMessage("Jij"),
|
||||
"storageInGB": m50,
|
||||
"storageInGB": m49,
|
||||
"storageLimitExceeded":
|
||||
MessageLookupByLibrary.simpleMessage("Opslaglimiet overschreden"),
|
||||
"storageUsageInfo": m51,
|
||||
"storageUsageInfo": m50,
|
||||
"strongStrength": MessageLookupByLibrary.simpleMessage("Sterk"),
|
||||
"subAlreadyLinkedErrMessage": m52,
|
||||
"subWillBeCancelledOn": m53,
|
||||
"subAlreadyLinkedErrMessage": m51,
|
||||
"subWillBeCancelledOn": m52,
|
||||
"subscribe": MessageLookupByLibrary.simpleMessage("Abonneer"),
|
||||
"subscribeToEnableSharing": MessageLookupByLibrary.simpleMessage(
|
||||
"Het lijkt erop dat je abonnement is verlopen. Abonneer om delen mogelijk te maken."),
|
||||
|
@ -1241,12 +1251,16 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"success": MessageLookupByLibrary.simpleMessage("Succes"),
|
||||
"successfullyArchived":
|
||||
MessageLookupByLibrary.simpleMessage("Succesvol gearchiveerd"),
|
||||
"successfullyHid":
|
||||
MessageLookupByLibrary.simpleMessage("Succesvol verborgen"),
|
||||
"successfullyUnarchived": MessageLookupByLibrary.simpleMessage(
|
||||
"Succesvol uit archief gehaald"),
|
||||
"successfullyUnhid": MessageLookupByLibrary.simpleMessage(
|
||||
"Met succes zichtbaar gemaakt"),
|
||||
"suggestFeatures":
|
||||
MessageLookupByLibrary.simpleMessage("Features voorstellen"),
|
||||
"support": MessageLookupByLibrary.simpleMessage("Ondersteuning"),
|
||||
"syncProgress": m54,
|
||||
"syncProgress": m53,
|
||||
"syncStopped":
|
||||
MessageLookupByLibrary.simpleMessage("Synchronisatie gestopt"),
|
||||
"syncing": MessageLookupByLibrary.simpleMessage("Synchroniseren..."),
|
||||
|
@ -1274,7 +1288,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"theseItemsWillBeDeletedFromYourDevice":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"Deze bestanden zullen worden verwijderd van uw apparaat."),
|
||||
"theyAlsoGetXGb": m55,
|
||||
"theyAlsoGetXGb": m54,
|
||||
"theyWillBeDeletedFromAllAlbums": MessageLookupByLibrary.simpleMessage(
|
||||
"Ze zullen uit alle albums worden verwijderd."),
|
||||
"thisActionCannotBeUndone": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -1290,7 +1304,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"Dit e-mailadres is al in gebruik"),
|
||||
"thisImageHasNoExifData": MessageLookupByLibrary.simpleMessage(
|
||||
"Deze foto heeft geen exif gegevens"),
|
||||
"thisIsPersonVerificationId": m56,
|
||||
"thisIsPersonVerificationId": m55,
|
||||
"thisIsYourVerificationId":
|
||||
MessageLookupByLibrary.simpleMessage("Dit is uw verificatie-ID"),
|
||||
"thisWillLogYouOutOfTheFollowingDevice":
|
||||
|
@ -1308,7 +1322,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"total": MessageLookupByLibrary.simpleMessage("totaal"),
|
||||
"totalSize": MessageLookupByLibrary.simpleMessage("Totale grootte"),
|
||||
"trash": MessageLookupByLibrary.simpleMessage("Prullenbak"),
|
||||
"trashDaysLeft": m57,
|
||||
"trashDaysLeft": m56,
|
||||
"tryAgain": MessageLookupByLibrary.simpleMessage("Probeer opnieuw"),
|
||||
"turnOnBackupForAutoUpload": MessageLookupByLibrary.simpleMessage(
|
||||
"Schakel back-up in om bestanden die toegevoegd zijn aan deze map op dit apparaat automatisch te uploaden."),
|
||||
|
@ -1337,6 +1351,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"unhide": MessageLookupByLibrary.simpleMessage("Zichtbaar maken"),
|
||||
"unhideToAlbum":
|
||||
MessageLookupByLibrary.simpleMessage("Zichtbaar maken in album"),
|
||||
"unhiding": MessageLookupByLibrary.simpleMessage("Zichtbaar maken..."),
|
||||
"unhidingFilesToAlbum": MessageLookupByLibrary.simpleMessage(
|
||||
"Bestanden zichtbaar maken in album"),
|
||||
"unlock": MessageLookupByLibrary.simpleMessage("Ontgrendelen"),
|
||||
|
@ -1368,7 +1383,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("Verificatie ID"),
|
||||
"verify": MessageLookupByLibrary.simpleMessage("Verifiëren"),
|
||||
"verifyEmail": MessageLookupByLibrary.simpleMessage("Bevestig e-mail"),
|
||||
"verifyEmailID": m58,
|
||||
"verifyEmailID": m57,
|
||||
"verifyIDLabel": MessageLookupByLibrary.simpleMessage("Verifiëren"),
|
||||
"verifyPassword":
|
||||
MessageLookupByLibrary.simpleMessage("Bevestig wachtwoord"),
|
||||
|
@ -1392,11 +1407,11 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"weDontSupportEditingPhotosAndAlbumsThatYouDont":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"We ondersteunen het bewerken van foto\'s en albums waar je niet de eigenaar van bent nog niet"),
|
||||
"weHaveSendEmailTo": m59,
|
||||
"weHaveSendEmailTo": m58,
|
||||
"weakStrength": MessageLookupByLibrary.simpleMessage("Zwak"),
|
||||
"welcomeBack": MessageLookupByLibrary.simpleMessage("Welkom terug!"),
|
||||
"yearly": MessageLookupByLibrary.simpleMessage("Jaarlijks"),
|
||||
"yearsAgo": m60,
|
||||
"yearsAgo": m59,
|
||||
"yes": MessageLookupByLibrary.simpleMessage("Ja"),
|
||||
"yesCancel": MessageLookupByLibrary.simpleMessage("Ja, opzeggen"),
|
||||
"yesConvertToViewer":
|
||||
|
@ -1426,7 +1441,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"Je kunt niet met jezelf delen"),
|
||||
"youDontHaveAnyArchivedItems": MessageLookupByLibrary.simpleMessage(
|
||||
"U heeft geen gearchiveerde bestanden."),
|
||||
"youHaveSuccessfullyFreedUp": m61,
|
||||
"youHaveSuccessfullyFreedUp": m60,
|
||||
"yourAccountHasBeenDeleted":
|
||||
MessageLookupByLibrary.simpleMessage("Je account is verwijderd"),
|
||||
"yourPlanWasSuccessfullyDowngraded":
|
||||
|
|
4
lib/generated/intl/messages_pl.dart
generated
|
@ -20,7 +20,7 @@ typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
|
|||
class MessageLookup extends MessageLookupByLibrary {
|
||||
String get localeName => 'pl';
|
||||
|
||||
static String m31(passwordStrengthValue) =>
|
||||
static String m30(passwordStrengthValue) =>
|
||||
"Siła hasła: ${passwordStrengthValue}";
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
|
@ -120,7 +120,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"password": MessageLookupByLibrary.simpleMessage("Hasło"),
|
||||
"passwordChangedSuccessfully": MessageLookupByLibrary.simpleMessage(
|
||||
"Hasło zostało pomyślnie zmienione"),
|
||||
"passwordStrength": m31,
|
||||
"passwordStrength": m30,
|
||||
"passwordWarning": MessageLookupByLibrary.simpleMessage(
|
||||
"Nie przechowujemy tego hasła, więc jeśli go zapomnisz, <underline>nie będziemy w stanie odszyfrować Twoich danych</underline>"),
|
||||
"pleaseTryAgain":
|
||||
|
|
28
lib/generated/intl/messages_pt.dart
generated
|
@ -40,23 +40,23 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
static String m19(storageAmountInGB) =>
|
||||
"${storageAmountInGB} GB cada vez que alguém se inscrever para um plano pago e aplica o seu código";
|
||||
|
||||
static String m31(passwordStrengthValue) =>
|
||||
static String m30(passwordStrengthValue) =>
|
||||
"Segurança da senha: ${passwordStrengthValue}";
|
||||
|
||||
static String m37(storageInGB) => "3. Ambos ganham ${storageInGB} GB* grátis";
|
||||
static String m36(storageInGB) => "3. Ambos ganham ${storageInGB} GB* grátis";
|
||||
|
||||
static String m38(userEmail) =>
|
||||
static String m37(userEmail) =>
|
||||
"${userEmail} será removido deste álbum compartilhado\n\nQuaisquer fotos adicionadas por eles também serão removidas do álbum";
|
||||
|
||||
static String m44(referralCode, referralStorageInGB) =>
|
||||
static String m43(referralCode, referralStorageInGB) =>
|
||||
"Código de referência do ente: ${referralCode} \n\nAplique em Configurações → Geral → Indicações para obter ${referralStorageInGB} GB gratuitamente após a sua inscrição em um plano pago\n\nhttps://ente.io";
|
||||
|
||||
static String m50(storageAmountInGB) => "${storageAmountInGB} GB";
|
||||
static String m49(storageAmountInGB) => "${storageAmountInGB} GB";
|
||||
|
||||
static String m55(storageAmountInGB) =>
|
||||
static String m54(storageAmountInGB) =>
|
||||
"Eles também recebem ${storageAmountInGB} GB";
|
||||
|
||||
static String m59(email) => "Enviamos um e-mail à <green>${email}</green>";
|
||||
static String m58(email) => "Enviamos um e-mail à <green>${email}</green>";
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
||||
|
@ -276,7 +276,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("Senha alterada com sucesso"),
|
||||
"passwordLock":
|
||||
MessageLookupByLibrary.simpleMessage("Bloqueio de senha"),
|
||||
"passwordStrength": m31,
|
||||
"passwordStrength": m30,
|
||||
"passwordWarning": MessageLookupByLibrary.simpleMessage(
|
||||
"Nós não salvamos essa senha, se você esquecer <underline> nós não poderemos descriptografar seus dados</underline>"),
|
||||
"peopleUsingYourCode":
|
||||
|
@ -315,7 +315,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"Envie esse código aos seus amigos"),
|
||||
"referralStep2": MessageLookupByLibrary.simpleMessage(
|
||||
"2. Eles se inscrevem em um plano pago"),
|
||||
"referralStep3": m37,
|
||||
"referralStep3": m36,
|
||||
"referralsAreCurrentlyPaused": MessageLookupByLibrary.simpleMessage(
|
||||
"Referências estão atualmente pausadas"),
|
||||
"remove": MessageLookupByLibrary.simpleMessage("Remover"),
|
||||
|
@ -325,7 +325,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("Remover do álbum?"),
|
||||
"removeParticipant":
|
||||
MessageLookupByLibrary.simpleMessage("Remover participante"),
|
||||
"removeParticipantBody": m38,
|
||||
"removeParticipantBody": m37,
|
||||
"removePublicLink":
|
||||
MessageLookupByLibrary.simpleMessage("Remover link público"),
|
||||
"removeShareItemsWarning": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -352,7 +352,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"Chave: definaSenha\n→ definaSenha"),
|
||||
"setupComplete":
|
||||
MessageLookupByLibrary.simpleMessage("Configuração concluída"),
|
||||
"shareTextReferralCode": m44,
|
||||
"shareTextReferralCode": m43,
|
||||
"sharing": MessageLookupByLibrary.simpleMessage("Compartilhando..."),
|
||||
"signUpTerms": MessageLookupByLibrary.simpleMessage(
|
||||
"Eu concordo com os <u-terms>termos de serviço</u-terms> e a <u-policy>política de privacidade</u-policy>"),
|
||||
|
@ -368,7 +368,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"sorryWeCouldNotGenerateSecureKeysOnThisDevicennplease":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"Desculpe, não foi possível gerar chaves seguras neste dispositivo.\n\npor favor, faça o login com um dispositivo diferente."),
|
||||
"storageInGB": m50,
|
||||
"storageInGB": m49,
|
||||
"strongStrength": MessageLookupByLibrary.simpleMessage("Forte"),
|
||||
"subscribe": MessageLookupByLibrary.simpleMessage("Inscrever-se"),
|
||||
"subscribeToEnableSharing": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -380,7 +380,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"terminateSession":
|
||||
MessageLookupByLibrary.simpleMessage("Encerrar sessão?"),
|
||||
"termsOfServicesTitle": MessageLookupByLibrary.simpleMessage("Termos"),
|
||||
"theyAlsoGetXGb": m55,
|
||||
"theyAlsoGetXGb": m54,
|
||||
"thisCanBeUsedToRecoverYourAccountIfYou":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"Isso pode ser usado para recuperar sua conta se você perder seu segundo fator"),
|
||||
|
@ -413,7 +413,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"viewRecoveryKey":
|
||||
MessageLookupByLibrary.simpleMessage("Ver chave de recuperação"),
|
||||
"viewer": MessageLookupByLibrary.simpleMessage("Visualizador"),
|
||||
"weHaveSendEmailTo": m59,
|
||||
"weHaveSendEmailTo": m58,
|
||||
"weakStrength": MessageLookupByLibrary.simpleMessage("Fraca"),
|
||||
"welcomeBack":
|
||||
MessageLookupByLibrary.simpleMessage("Bem-vindo de volta!"),
|
||||
|
|
152
lib/generated/intl/messages_zh.dart
generated
|
@ -51,7 +51,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
static String m10(provider) =>
|
||||
"请通过support@ente.io 用英语联系我们来管理您的 ${provider} 订阅。";
|
||||
|
||||
static String m62(count) =>
|
||||
static String m61(count) =>
|
||||
"${Intl.plural(count, one: '删除 ${count} 个项目', other: '删除 ${count} 个项目')}";
|
||||
|
||||
static String m11(currentlyDeleting, totalCount) =>
|
||||
|
@ -64,7 +64,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
static String m14(count, storageSaved) =>
|
||||
"您已经清理了 ${Intl.plural(count, other: '${count} 个重复文件')}, 释放了 (${storageSaved}!)";
|
||||
|
||||
static String m63(count, formattedSize) =>
|
||||
static String m62(count, formattedSize) =>
|
||||
"${count} 个文件,每个文件 ${formattedSize}";
|
||||
|
||||
static String m15(newEmail) => "电子邮件已更改为 ${newEmail}";
|
||||
|
@ -98,89 +98,86 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
|
||||
static String m26(expiryTime) => "链接将在 ${expiryTime} 过期";
|
||||
|
||||
static String m27(maxValue) =>
|
||||
"当设置为最大值 (${maxValue}) 时,设备限制将放宽以允许大量查看者查看的临时高峰。";
|
||||
|
||||
static String m28(count, formattedCount) =>
|
||||
static String m27(count, formattedCount) =>
|
||||
"${Intl.plural(count, zero: '没有回忆', one: '${formattedCount} 个回忆', other: '${formattedCount} 个回忆')}";
|
||||
|
||||
static String m29(count) =>
|
||||
static String m28(count) =>
|
||||
"${Intl.plural(count, one: '移动一个项目', other: '移动一些项目')}";
|
||||
|
||||
static String m30(albumName) => "成功移动到 ${albumName}";
|
||||
static String m29(albumName) => "成功移动到 ${albumName}";
|
||||
|
||||
static String m31(passwordStrengthValue) => "密码强度: ${passwordStrengthValue}";
|
||||
static String m30(passwordStrengthValue) => "密码强度: ${passwordStrengthValue}";
|
||||
|
||||
static String m32(providerName) => "如果您被收取费用,请用英语与 ${providerName} 的客服聊天";
|
||||
static String m31(providerName) => "如果您被收取费用,请用英语与 ${providerName} 的客服聊天";
|
||||
|
||||
static String m33(reason) => "很抱歉,您的支付因 ${reason} 而失败";
|
||||
static String m32(reason) => "很抱歉,您的支付因 ${reason} 而失败";
|
||||
|
||||
static String m64(endDate) => "免费试用有效期至 ${endDate}。\n之后您可以选择付费计划。";
|
||||
static String m63(endDate) => "免费试用有效期至 ${endDate}。\n之后您可以选择付费计划。";
|
||||
|
||||
static String m34(toEmail) => "请给我们发送电子邮件至 ${toEmail}";
|
||||
static String m33(toEmail) => "请给我们发送电子邮件至 ${toEmail}";
|
||||
|
||||
static String m35(toEmail) => "请将日志发送至 \n${toEmail}";
|
||||
static String m34(toEmail) => "请将日志发送至 \n${toEmail}";
|
||||
|
||||
static String m36(storeName) => "在 ${storeName} 上给我们评分";
|
||||
static String m35(storeName) => "在 ${storeName} 上给我们评分";
|
||||
|
||||
static String m37(storageInGB) => "3. 你都可以免费获得 ${storageInGB} GB*";
|
||||
static String m36(storageInGB) => "3. 你都可以免费获得 ${storageInGB} GB*";
|
||||
|
||||
static String m38(userEmail) =>
|
||||
static String m37(userEmail) =>
|
||||
"${userEmail} 将从这个共享相册中删除\n\nTA们添加的任何照片也将从相册中删除";
|
||||
|
||||
static String m39(endDate) => "在 ${endDate} 前续费";
|
||||
static String m38(endDate) => "在 ${endDate} 前续费";
|
||||
|
||||
static String m40(count) => "已选择 ${count} 个";
|
||||
static String m39(count) => "已选择 ${count} 个";
|
||||
|
||||
static String m41(count, yourCount) => "选择了 ${count} 个 (您的 ${yourCount} 个)";
|
||||
static String m40(count, yourCount) => "选择了 ${count} 个 (您的 ${yourCount} 个)";
|
||||
|
||||
static String m42(verificationID) => "这是我的ente.io 的验证 ID: ${verificationID}。";
|
||||
static String m41(verificationID) => "这是我的ente.io 的验证 ID: ${verificationID}。";
|
||||
|
||||
static String m43(verificationID) =>
|
||||
static String m42(verificationID) =>
|
||||
"嘿,你能确认这是你的 ente.io 验证 ID:${verificationID}";
|
||||
|
||||
static String m44(referralCode, referralStorageInGB) =>
|
||||
static String m43(referralCode, referralStorageInGB) =>
|
||||
"ente转发码: ${referralCode} \n\n在设置 → 常规 → 推荐中应用它以在注册付费计划后可以免费获得 ${referralStorageInGB} GB\n\nhttps://ente.io";
|
||||
|
||||
static String m45(numberOfPeople) =>
|
||||
static String m44(numberOfPeople) =>
|
||||
"${Intl.plural(numberOfPeople, zero: '与特定人员共享', one: '与 1 人共享', other: '与 ${numberOfPeople} 人共享')}";
|
||||
|
||||
static String m46(emailIDs) => "与 ${emailIDs} 共享";
|
||||
static String m45(emailIDs) => "与 ${emailIDs} 共享";
|
||||
|
||||
static String m47(fileType) => "此 ${fileType} 将从您的设备中删除。";
|
||||
static String m46(fileType) => "此 ${fileType} 将从您的设备中删除。";
|
||||
|
||||
static String m48(fileType) => "此 ${fileType} 同时在ente和您的设备中。";
|
||||
static String m47(fileType) => "此 ${fileType} 同时在ente和您的设备中。";
|
||||
|
||||
static String m49(fileType) => "此 ${fileType} 将从ente中删除。";
|
||||
static String m48(fileType) => "此 ${fileType} 将从ente中删除。";
|
||||
|
||||
static String m50(storageAmountInGB) => "${storageAmountInGB} GB";
|
||||
static String m49(storageAmountInGB) => "${storageAmountInGB} GB";
|
||||
|
||||
static String m51(
|
||||
static String m50(
|
||||
usedAmount, usedStorageUnit, totalAmount, totalStorageUnit) =>
|
||||
"已使用 ${usedAmount} ${usedStorageUnit} / ${totalAmount} ${totalStorageUnit}";
|
||||
|
||||
static String m52(id) =>
|
||||
static String m51(id) =>
|
||||
"您的 ${id} 已经链接到另一个ente账户。\n如果您想要通过此账户使用您的 ${id} ,请联系我们的客服\'\'";
|
||||
|
||||
static String m53(endDate) => "您的订阅将于 ${endDate} 取消";
|
||||
static String m52(endDate) => "您的订阅将于 ${endDate} 取消";
|
||||
|
||||
static String m54(completed, total) => "已保存的回忆 ${completed}/共 ${total}";
|
||||
static String m53(completed, total) => "已保存的回忆 ${completed}/共 ${total}";
|
||||
|
||||
static String m55(storageAmountInGB) => "他们也会获得 ${storageAmountInGB} GB";
|
||||
static String m54(storageAmountInGB) => "他们也会获得 ${storageAmountInGB} GB";
|
||||
|
||||
static String m56(email) => "这是 ${email} 的验证ID";
|
||||
static String m55(email) => "这是 ${email} 的验证ID";
|
||||
|
||||
static String m57(count) =>
|
||||
static String m56(count) =>
|
||||
"${Intl.plural(count, zero: '', one: '1天', other: '${count} 天')}";
|
||||
|
||||
static String m58(email) => "验证 ${email}";
|
||||
static String m57(email) => "验证 ${email}";
|
||||
|
||||
static String m59(email) => "我们已经发送邮件到 <green>${email}</green>";
|
||||
static String m58(email) => "我们已经发送邮件到 <green>${email}</green>";
|
||||
|
||||
static String m60(count) =>
|
||||
static String m59(count) =>
|
||||
"${Intl.plural(count, one: '${count} 年前', other: '${count} 年前')}";
|
||||
|
||||
static String m61(storageSaved) => "您已成功释放了 ${storageSaved}!";
|
||||
static String m60(storageSaved) => "您已成功释放了 ${storageSaved}!";
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
||||
|
@ -427,7 +424,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"deleteFromBoth": MessageLookupByLibrary.simpleMessage("同时从两者中删除"),
|
||||
"deleteFromDevice": MessageLookupByLibrary.simpleMessage("从设备中删除"),
|
||||
"deleteFromEnte": MessageLookupByLibrary.simpleMessage("从ente 中删除"),
|
||||
"deleteItemCount": m62,
|
||||
"deleteItemCount": m61,
|
||||
"deleteLocation": MessageLookupByLibrary.simpleMessage("删除位置"),
|
||||
"deletePhotos": MessageLookupByLibrary.simpleMessage("删除照片"),
|
||||
"deleteProgress": m11,
|
||||
|
@ -475,7 +472,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"downloading": MessageLookupByLibrary.simpleMessage("正在下载..."),
|
||||
"dropSupportEmail": m13,
|
||||
"duplicateFileCountWithStorageSaved": m14,
|
||||
"duplicateItemsGroup": m63,
|
||||
"duplicateItemsGroup": m62,
|
||||
"edit": MessageLookupByLibrary.simpleMessage("编辑"),
|
||||
"editLocationTagTitle": MessageLookupByLibrary.simpleMessage("编辑位置"),
|
||||
"editsSaved": MessageLookupByLibrary.simpleMessage("已保存编辑"),
|
||||
|
@ -695,18 +692,17 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"maps": MessageLookupByLibrary.simpleMessage("地图"),
|
||||
"mastodon": MessageLookupByLibrary.simpleMessage("Mastodon"),
|
||||
"matrix": MessageLookupByLibrary.simpleMessage("Matrix"),
|
||||
"maxDeviceLimitSpikeHandling": m27,
|
||||
"memoryCount": m28,
|
||||
"memoryCount": m27,
|
||||
"merchandise": MessageLookupByLibrary.simpleMessage("商品"),
|
||||
"mobileWebDesktop":
|
||||
MessageLookupByLibrary.simpleMessage("移动端, 网页端, 桌面端"),
|
||||
"moderateStrength": MessageLookupByLibrary.simpleMessage("中等"),
|
||||
"monthly": MessageLookupByLibrary.simpleMessage("每月"),
|
||||
"moveItem": m29,
|
||||
"moveItem": m28,
|
||||
"moveToAlbum": MessageLookupByLibrary.simpleMessage("移动到相册"),
|
||||
"moveToHiddenAlbum":
|
||||
MessageLookupByLibrary.simpleMessage("Move to hidden album"),
|
||||
"movedSuccessfullyTo": m30,
|
||||
"movedSuccessfullyTo": m29,
|
||||
"movedToTrash": MessageLookupByLibrary.simpleMessage("已移至回收站"),
|
||||
"movingFilesToAlbum":
|
||||
MessageLookupByLibrary.simpleMessage("正在将文件移动到相册..."),
|
||||
|
@ -758,13 +754,13 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"passwordChangedSuccessfully":
|
||||
MessageLookupByLibrary.simpleMessage("密码修改成功"),
|
||||
"passwordLock": MessageLookupByLibrary.simpleMessage("密码锁"),
|
||||
"passwordStrength": m31,
|
||||
"passwordStrength": m30,
|
||||
"passwordWarning": MessageLookupByLibrary.simpleMessage(
|
||||
"我们不储存这个密码,所以如果忘记, <underline>我们不能解密您的数据</underline>"),
|
||||
"paymentDetails": MessageLookupByLibrary.simpleMessage("付款明细"),
|
||||
"paymentFailed": MessageLookupByLibrary.simpleMessage("支付失败"),
|
||||
"paymentFailedTalkToProvider": m32,
|
||||
"paymentFailedWithReason": m33,
|
||||
"paymentFailedTalkToProvider": m31,
|
||||
"paymentFailedWithReason": m32,
|
||||
"pendingSync": MessageLookupByLibrary.simpleMessage("正在等待同步"),
|
||||
"peopleUsingYourCode": MessageLookupByLibrary.simpleMessage("使用您的代码的人"),
|
||||
"permDeleteWarning":
|
||||
|
@ -778,7 +774,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("您添加的照片将从相册中移除"),
|
||||
"pickCenterPoint": MessageLookupByLibrary.simpleMessage("选择中心点"),
|
||||
"pinAlbum": MessageLookupByLibrary.simpleMessage("置顶相册"),
|
||||
"playStoreFreeTrialValidTill": m64,
|
||||
"playStoreFreeTrialValidTill": m63,
|
||||
"playstoreSubscription":
|
||||
MessageLookupByLibrary.simpleMessage("PlayStore 订阅"),
|
||||
"pleaseContactSupportAndWeWillBeHappyToHelp":
|
||||
|
@ -786,10 +782,10 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"请用英语联系 support@ente.io ,我们将乐意提供帮助!"),
|
||||
"pleaseContactSupportIfTheProblemPersists":
|
||||
MessageLookupByLibrary.simpleMessage("如果问题仍然存在,请联系支持"),
|
||||
"pleaseEmailUsAt": m34,
|
||||
"pleaseEmailUsAt": m33,
|
||||
"pleaseGrantPermissions": MessageLookupByLibrary.simpleMessage("请授予权限"),
|
||||
"pleaseLoginAgain": MessageLookupByLibrary.simpleMessage("请重新登录"),
|
||||
"pleaseSendTheLogsTo": m35,
|
||||
"pleaseSendTheLogsTo": m34,
|
||||
"pleaseTryAgain": MessageLookupByLibrary.simpleMessage("请重试"),
|
||||
"pleaseVerifyTheCodeYouHaveEntered":
|
||||
MessageLookupByLibrary.simpleMessage("请验证您输入的代码"),
|
||||
|
@ -813,7 +809,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"raiseTicket": MessageLookupByLibrary.simpleMessage("提升工单"),
|
||||
"rateTheApp": MessageLookupByLibrary.simpleMessage("为此应用评分"),
|
||||
"rateUs": MessageLookupByLibrary.simpleMessage("给我们评分"),
|
||||
"rateUsOnStore": m36,
|
||||
"rateUsOnStore": m35,
|
||||
"recover": MessageLookupByLibrary.simpleMessage("恢复"),
|
||||
"recoverAccount": MessageLookupByLibrary.simpleMessage("恢复账户"),
|
||||
"recoverButton": MessageLookupByLibrary.simpleMessage("恢复"),
|
||||
|
@ -838,7 +834,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("推荐朋友和 2 倍您的计划"),
|
||||
"referralStep1": MessageLookupByLibrary.simpleMessage("1. 将此代码提供给您的朋友"),
|
||||
"referralStep2": MessageLookupByLibrary.simpleMessage("2. 他们注册一个付费计划"),
|
||||
"referralStep3": m37,
|
||||
"referralStep3": m36,
|
||||
"referrals": MessageLookupByLibrary.simpleMessage("推荐人"),
|
||||
"referralsAreCurrentlyPaused":
|
||||
MessageLookupByLibrary.simpleMessage("推荐已暂停"),
|
||||
|
@ -857,7 +853,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"removeFromFavorite": MessageLookupByLibrary.simpleMessage("从收藏中移除"),
|
||||
"removeLink": MessageLookupByLibrary.simpleMessage("移除链接"),
|
||||
"removeParticipant": MessageLookupByLibrary.simpleMessage("移除参与者"),
|
||||
"removeParticipantBody": m38,
|
||||
"removeParticipantBody": m37,
|
||||
"removePublicLink": MessageLookupByLibrary.simpleMessage("删除公开链接"),
|
||||
"removeShareItemsWarning":
|
||||
MessageLookupByLibrary.simpleMessage("您要删除的某些项目是由其他人添加的,您将无法访问它们"),
|
||||
|
@ -868,7 +864,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"renameAlbum": MessageLookupByLibrary.simpleMessage("重命名相册"),
|
||||
"renameFile": MessageLookupByLibrary.simpleMessage("重命名文件"),
|
||||
"renewSubscription": MessageLookupByLibrary.simpleMessage("续费订阅"),
|
||||
"renewsOn": m39,
|
||||
"renewsOn": m38,
|
||||
"reportABug": MessageLookupByLibrary.simpleMessage("报告错误"),
|
||||
"reportBug": MessageLookupByLibrary.simpleMessage("报告错误"),
|
||||
"resendEmail": MessageLookupByLibrary.simpleMessage("重新发送电子邮件"),
|
||||
|
@ -913,8 +909,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("所选文件夹将被加密和备份"),
|
||||
"selectedItemsWillBeDeletedFromAllAlbumsAndMoved":
|
||||
MessageLookupByLibrary.simpleMessage("所选项目将从所有相册中删除并移动到回收站。"),
|
||||
"selectedPhotos": m40,
|
||||
"selectedPhotosWithYours": m41,
|
||||
"selectedPhotos": m39,
|
||||
"selectedPhotosWithYours": m40,
|
||||
"send": MessageLookupByLibrary.simpleMessage("发送"),
|
||||
"sendEmail": MessageLookupByLibrary.simpleMessage("发送电子邮件"),
|
||||
"sendInvite": MessageLookupByLibrary.simpleMessage("发送邀请"),
|
||||
|
@ -933,16 +929,16 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("打开相册并点击右上角的分享按钮进行分享"),
|
||||
"shareAnAlbumNow": MessageLookupByLibrary.simpleMessage("立即分享相册"),
|
||||
"shareLink": MessageLookupByLibrary.simpleMessage("分享链接"),
|
||||
"shareMyVerificationID": m42,
|
||||
"shareMyVerificationID": m41,
|
||||
"shareOnlyWithThePeopleYouWant":
|
||||
MessageLookupByLibrary.simpleMessage("仅与您想要的人分享"),
|
||||
"shareTextConfirmOthersVerificationID": m43,
|
||||
"shareTextConfirmOthersVerificationID": m42,
|
||||
"shareTextRecommendUsingEnte": MessageLookupByLibrary.simpleMessage(
|
||||
"下载 ente,以便我们轻松分享原始质量的照片和视频\n\nhttps://ente.io"),
|
||||
"shareTextReferralCode": m44,
|
||||
"shareTextReferralCode": m43,
|
||||
"shareWithNonenteUsers":
|
||||
MessageLookupByLibrary.simpleMessage("与非ente 用户分享"),
|
||||
"shareWithPeopleSectionTitle": m45,
|
||||
"shareWithPeopleSectionTitle": m44,
|
||||
"shareYourFirstAlbum":
|
||||
MessageLookupByLibrary.simpleMessage("分享您的第一个相册"),
|
||||
"sharedAlbumSectionDescription": MessageLookupByLibrary.simpleMessage(
|
||||
|
@ -953,17 +949,17 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("新共享的照片"),
|
||||
"sharedPhotoNotificationsExplanation":
|
||||
MessageLookupByLibrary.simpleMessage("当有人将照片添加到您所属的共享相册时收到通知"),
|
||||
"sharedWith": m46,
|
||||
"sharedWith": m45,
|
||||
"sharedWithMe": MessageLookupByLibrary.simpleMessage("与我共享"),
|
||||
"sharedWithYou": MessageLookupByLibrary.simpleMessage("已与您共享"),
|
||||
"sharing": MessageLookupByLibrary.simpleMessage("正在分享..."),
|
||||
"signUpTerms": MessageLookupByLibrary.simpleMessage(
|
||||
"我同意 <u-terms>服务条款</u-terms> 和 <u-policy>隐私政策</u-policy>"),
|
||||
"singleFileDeleteFromDevice": m47,
|
||||
"singleFileDeleteFromDevice": m46,
|
||||
"singleFileDeleteHighlight":
|
||||
MessageLookupByLibrary.simpleMessage("它将从所有相册中删除。"),
|
||||
"singleFileInBothLocalAndRemote": m48,
|
||||
"singleFileInRemoteOnly": m49,
|
||||
"singleFileInBothLocalAndRemote": m47,
|
||||
"singleFileInRemoteOnly": m48,
|
||||
"skip": MessageLookupByLibrary.simpleMessage("略过"),
|
||||
"social": MessageLookupByLibrary.simpleMessage("社交"),
|
||||
"someItemsAreInBothEnteAndYourDevice":
|
||||
|
@ -993,12 +989,12 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"storage": MessageLookupByLibrary.simpleMessage("存储空间"),
|
||||
"storageBreakupFamily": MessageLookupByLibrary.simpleMessage("家庭"),
|
||||
"storageBreakupYou": MessageLookupByLibrary.simpleMessage("您"),
|
||||
"storageInGB": m50,
|
||||
"storageInGB": m49,
|
||||
"storageLimitExceeded": MessageLookupByLibrary.simpleMessage("已超出存储限制"),
|
||||
"storageUsageInfo": m51,
|
||||
"storageUsageInfo": m50,
|
||||
"strongStrength": MessageLookupByLibrary.simpleMessage("强"),
|
||||
"subAlreadyLinkedErrMessage": m52,
|
||||
"subWillBeCancelledOn": m53,
|
||||
"subAlreadyLinkedErrMessage": m51,
|
||||
"subWillBeCancelledOn": m52,
|
||||
"subscribe": MessageLookupByLibrary.simpleMessage("订阅"),
|
||||
"subscribeToEnableSharing":
|
||||
MessageLookupByLibrary.simpleMessage("您的订阅似乎已过期。请订阅以启用分享。"),
|
||||
|
@ -1009,7 +1005,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("取消归档成功"),
|
||||
"suggestFeatures": MessageLookupByLibrary.simpleMessage("建议新功能"),
|
||||
"support": MessageLookupByLibrary.simpleMessage("支持"),
|
||||
"syncProgress": m54,
|
||||
"syncProgress": m53,
|
||||
"syncStopped": MessageLookupByLibrary.simpleMessage("同步已停止"),
|
||||
"syncing": MessageLookupByLibrary.simpleMessage("正在同步···"),
|
||||
"systemTheme": MessageLookupByLibrary.simpleMessage("系统"),
|
||||
|
@ -1032,7 +1028,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"theme": MessageLookupByLibrary.simpleMessage("主题"),
|
||||
"theseItemsWillBeDeletedFromYourDevice":
|
||||
MessageLookupByLibrary.simpleMessage("这些项目将从您的设备中删除。"),
|
||||
"theyAlsoGetXGb": m55,
|
||||
"theyAlsoGetXGb": m54,
|
||||
"theyWillBeDeletedFromAllAlbums":
|
||||
MessageLookupByLibrary.simpleMessage("他们将从所有相册中删除。"),
|
||||
"thisActionCannotBeUndone":
|
||||
|
@ -1046,7 +1042,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("这个邮箱地址已经被使用"),
|
||||
"thisImageHasNoExifData":
|
||||
MessageLookupByLibrary.simpleMessage("此图像没有Exif 数据"),
|
||||
"thisIsPersonVerificationId": m56,
|
||||
"thisIsPersonVerificationId": m55,
|
||||
"thisIsYourVerificationId":
|
||||
MessageLookupByLibrary.simpleMessage("这是您的验证 ID"),
|
||||
"thisWillLogYouOutOfTheFollowingDevice":
|
||||
|
@ -1061,7 +1057,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"total": MessageLookupByLibrary.simpleMessage("总计"),
|
||||
"totalSize": MessageLookupByLibrary.simpleMessage("总大小"),
|
||||
"trash": MessageLookupByLibrary.simpleMessage("回收站"),
|
||||
"trashDaysLeft": m57,
|
||||
"trashDaysLeft": m56,
|
||||
"tryAgain": MessageLookupByLibrary.simpleMessage("请再试一次"),
|
||||
"turnOnBackupForAutoUpload":
|
||||
MessageLookupByLibrary.simpleMessage("打开备份以自动上传添加到此设备文件夹的文件。"),
|
||||
|
@ -1106,7 +1102,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"verificationId": MessageLookupByLibrary.simpleMessage("验证 ID"),
|
||||
"verify": MessageLookupByLibrary.simpleMessage("验证"),
|
||||
"verifyEmail": MessageLookupByLibrary.simpleMessage("验证电子邮件"),
|
||||
"verifyEmailID": m58,
|
||||
"verifyEmailID": m57,
|
||||
"verifyIDLabel": MessageLookupByLibrary.simpleMessage("验证"),
|
||||
"verifyPassword": MessageLookupByLibrary.simpleMessage("验证密码"),
|
||||
"verifying": MessageLookupByLibrary.simpleMessage("正在验证..."),
|
||||
|
@ -1124,11 +1120,11 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"weAreOpenSource": MessageLookupByLibrary.simpleMessage("我们是开源的 !"),
|
||||
"weDontSupportEditingPhotosAndAlbumsThatYouDont":
|
||||
MessageLookupByLibrary.simpleMessage("我们不支持编辑您尚未拥有的照片和相册"),
|
||||
"weHaveSendEmailTo": m59,
|
||||
"weHaveSendEmailTo": m58,
|
||||
"weakStrength": MessageLookupByLibrary.simpleMessage("弱"),
|
||||
"welcomeBack": MessageLookupByLibrary.simpleMessage("欢迎回来!"),
|
||||
"yearly": MessageLookupByLibrary.simpleMessage("每年"),
|
||||
"yearsAgo": m60,
|
||||
"yearsAgo": m59,
|
||||
"yes": MessageLookupByLibrary.simpleMessage("是"),
|
||||
"yesCancel": MessageLookupByLibrary.simpleMessage("是的,取消"),
|
||||
"yesConvertToViewer": MessageLookupByLibrary.simpleMessage("是的,转换为查看者"),
|
||||
|
@ -1154,7 +1150,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("莫开玩笑,您不能与自己分享"),
|
||||
"youDontHaveAnyArchivedItems":
|
||||
MessageLookupByLibrary.simpleMessage("您没有任何存档的项目。"),
|
||||
"youHaveSuccessfullyFreedUp": m61,
|
||||
"youHaveSuccessfullyFreedUp": m60,
|
||||
"yourAccountHasBeenDeleted":
|
||||
MessageLookupByLibrary.simpleMessage("您的账户已删除"),
|
||||
"yourPlanWasSuccessfullyDowngraded":
|
||||
|
|
60
lib/generated/l10n.dart
generated
|
@ -1530,6 +1530,16 @@ class S {
|
|||
);
|
||||
}
|
||||
|
||||
/// `None`
|
||||
String get noDeviceLimit {
|
||||
return Intl.message(
|
||||
'None',
|
||||
name: 'noDeviceLimit',
|
||||
desc: 'Text to indicate that there is limit on number of devices',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Link expiry`
|
||||
String get linkExpiry {
|
||||
return Intl.message(
|
||||
|
@ -1650,16 +1660,6 @@ class S {
|
|||
);
|
||||
}
|
||||
|
||||
/// `When set to the maximum ({maxValue}), the device limit will be relaxed to allow for temporary spikes of large number of viewers.`
|
||||
String maxDeviceLimitSpikeHandling(int maxValue) {
|
||||
return Intl.message(
|
||||
'When set to the maximum ($maxValue), the device limit will be relaxed to allow for temporary spikes of large number of viewers.',
|
||||
name: 'maxDeviceLimitSpikeHandling',
|
||||
desc: '',
|
||||
args: [maxValue],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Never`
|
||||
String get never {
|
||||
return Intl.message(
|
||||
|
@ -3282,6 +3282,16 @@ class S {
|
|||
);
|
||||
}
|
||||
|
||||
/// `Cannot delete shared files`
|
||||
String get cannotDeleteSharedFiles {
|
||||
return Intl.message(
|
||||
'Cannot delete shared files',
|
||||
name: 'cannotDeleteSharedFiles',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `The download could not be completed`
|
||||
String get theDownloadCouldNotBeCompleted {
|
||||
return Intl.message(
|
||||
|
@ -4455,6 +4465,36 @@ class S {
|
|||
);
|
||||
}
|
||||
|
||||
/// `Please allow access to all photos in the Settings app`
|
||||
String get grantFullAccessPrompt {
|
||||
return Intl.message(
|
||||
'Please allow access to all photos in the Settings app',
|
||||
name: 'grantFullAccessPrompt',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Open Settings`
|
||||
String get openSettings {
|
||||
return Intl.message(
|
||||
'Open Settings',
|
||||
name: 'openSettings',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Select more photos`
|
||||
String get selectMorePhotos {
|
||||
return Intl.message(
|
||||
'Select more photos',
|
||||
name: 'selectMorePhotos',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Existing user`
|
||||
String get existingUser {
|
||||
return Intl.message(
|
||||
|
|