Cloud features: part 1

This commit is contained in:
utkabobr
2025-04-06 05:38:54 +03:00
parent abf53f1c43
commit a27a8c1d5d
45 changed files with 2211 additions and 139 deletions
+48 -1
View File
@@ -17,6 +17,18 @@
<string name="MenuFileOpenFileBigObject">File has more than 500k triangles. Processing could be slow.</string>
<string name="MenuFileOpenFileLoading">Loading file…</string>
<string name="MenuFileDelete">Remove model</string>
<string name="MenuFileAIGenerator">Model\nfrom photo</string>
<string name="MenuFileAIGeneratorPleaseWaitSetup">Please wait…</string>
<string name="MenuFileAIGeneratorErrorNotLoadedUserAccount">Error: user info not fetched yet.</string>
<string name="MenuFileAIGeneratorFromCamera">Take a photo</string>
<string name="MenuFileAIGeneratorFromGallery">Choose from gallery</string>
<string name="MenuFileAIGeneratorRemaining">Remaining: %d / %d generations</string>
<string name="MenuFileAIGeneratorUploading">Uploading image…</string>
<string name="MenuFileAIGeneratorProcessing">Processing image…</string>
<string name="MenuFileAIGeneratorDownloading">Downloading model…</string>
<string name="MenuFileAIGeneratorError">Failed to generate model</string>
<string name="MenuFileAIGeneratorSavedAs">Saved model as %s.</string>
<string name="MenuFileAIGeneratorNoGenerationsLeft">No generations left.</string>
<string name="MenuFileCalibrations">Calibrat.</string>
<string name="MenuFileCalibrationsLA">K3D Linear Advance</string>
<string name="MenuFileCalibrationsLADescription">Linear/Pressure Advance Calibration</string>
@@ -157,6 +169,31 @@
<string name="SettingsProfileCopy">%s - Copy</string>
<string name="SettingsCloneProfile">Clone current</string>
<string name="SettingsDeleteProfile">Delete current</string>
<string name="SettingsCloudNotLoggedIn">Not logged in</string>
<string name="SettingsCloudLoading">Loading…</string>
<string name="SettingsCloudTapToManage">Tap to manage</string>
<string name="SettingsCloudTapToShowMore">Tap to learn more</string>
<string name="SettingsCloudManageTitle">Beam 3D Account</string>
<string name="SettingsCloudManageDescription">Provides the following benefits:</string>
<string name="SettingsCloudManageFeatureCloudSync">Cloud profiles sync</string>
<string name="SettingsCloudManageFeatureCloudSyncDescription">Store your profiles in Beam Cloud</string>
<string name="SettingsCloudManageFeatureAIGenerator">AI model generator</string>
<string name="SettingsCloudManageFeatureAIGeneratorDescription">%1$d models from photo per month</string>
<string name="SettingsCloudManageFeatureFreeForAll">Slice Beam can remain free for all</string>
<string name="SettingsCloudManageFeatureFreeForAllDescription">Thanks for your support!</string>
<string name="SettingsCloudManageLevelRedirectMessage">By subscribing to this level you accept terms of service.</string>
<string name="SettingsCloudManageLevelRedirectAlreadySubscribed">Already subscribed?</string>
<string name="SettingsCloudManageFree">Free</string>
<string name="SettingsCloudManageSubscribed">You are subscribed</string>
<string name="SettingsCloudManageWillBeLater">Will be later</string>
<string name="SettingsCloudManageTermsOfService">Terms of service</string>
<string name="SettingsCloudManageButtonManage">Account settings</string>
<string name="SettingsCloudManageButtonLogIn">Login</string>
<string name="SettingsCloudManageButtonLogInCancelTitle">Cancel</string>
<string name="SettingsCloudManageButtonLogInCancel">Cancel login?</string>
<string name="SettingsCloudManageButtonLogOut">Log out</string>
<string name="SettingsCloudManageLoggedInAs">Logged in as «%1$s»</string>
<string name="SettingsCloudManageSubscription">Manage subscription</string>
<string name="Changelog">Changelog</string>
<string name="ChangelogBoosty" translatable="false">Boosty</string>
<string name="ChangelogBoostyDescription">The release of this update was supported by:</string>
@@ -165,9 +202,19 @@
<string name="OrcaConversionPleaseWait">Converting profiles, please wait…</string>
<string name="OrcaConversionNotAConfigBundle">Not a config bundle</string>
<string name="AppCrashed">Something went wrong</string>
<string name="AppCrashedDesc">Android version: %s\nDevice: %s\nLogs:\n%s</string>
<string name="AppCrashedDesc">Android version: %1$s\nDevice: %2$s\nLogs:\n%3$s</string>
<string name="AppCrashedShare">Share</string>
<string name="AppCrashedRestart">Try to start app again</string>
<string name="BedConfigurationError">Bed config error</string>
<string name="BedConfigurationErrorDesc">You should fix your bed configuration before usage.</string>
<string name="CloudSyncInProgress">Cloud synchronization in progress…</string>
<string name="CloudSyncSuccess">Successfully synchronized profiles.</string>
<string name="CloudSyncError">Failed to synchronize profiles, will retry later.</string>
<string name="CloudSyncConflict">Cloud profiles conflict.</string>
<string name="CloudSyncConflictResolve">Resolve</string>
<string name="CloudSyncConflictResolveMessage">Cloud profiles conflict, please select which profiles you want to keep.\n\nLast changed cloud: %1$s\nLast changed on device: %2$s</string>
<string name="CloudSyncConflictChooseRemote">Keep cloud profiles</string>
<string name="CloudSyncConflictChooseLocal">Keep local profiles</string>
<string name="Yes">Yes</string>
<string name="No">No</string>
</resources>