-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Translation sync #631
Merged
Merged
Translation sync #631
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Make Info.plist for app, File Provider and File Provider UI use it
…s-app into release/1.0.1_June19
…e server response was cut off, prompting a retry and resulting in a "item already exists" error
# Conflicts: # ownCloud/Resources/de-DE.lproj/Localizable.strings # ownCloud/Resources/de.lproj/Localizable.strings # ownCloud/Resources/es.lproj/Localizable.strings # ownCloud/Resources/pt-BR.lproj/Localizable.strings # ownCloud/Resources/sq.lproj/Localizable.strings # ownCloud/Resources/th-TH.lproj/Localizable.strings # ownCloud/Resources/zh-Hans.lproj/Localizable.strings
- uploads use new OCCoreOptionAutomaticConflictResolutionNameStyle option to automatically resolve naming conflicts during upload - Duplicate action uses the new OCCore name suggestion API to - determine naming conflicts and resolve them automatically - match the name style of the file to duplicate, f.ex. - duplicating "File copy.jpg" will create "File copy 2.jpg" - duplicating "File (1).jpg" will create "File (2).jpg" - duplicating "File Kopie 2.jpg" will create "File Kopie 3.jpg" - folder creation uses the new OCCore name suggestion API to - detect naming conflicts beforehand - pre-fill the new folder name name with an unused name directly
…es will be deleted to give the user a UI feedback
- minor code fixes
…y log file using new SDK protocol - Show SDK commit hash in Settings
- added ImageSystemName key value to show native system icons on iOS 13 - added missing release notes since version 1.2.0
# Conflicts: # ios-sdk
# Conflicts: # ios-sdk # ownCloud Intents/Info.plist # ownCloud/AppDelegate.swift # ownCloud/Resources/es.lproj/Localizable.strings # ownCloud/Resources/sq.lproj/Localizable.strings # ownCloud/Resources/th-TH.lproj/Localizable.strings
# Conflicts: # ios-sdk # ownCloud/Resources/ar.lproj/Localizable.strings # ownCloud/Resources/eu.lproj/Localizable.strings
# Conflicts: # ios-sdk
# Conflicts: # ios-sdk # ownCloud/Resources/de.lproj/Localizable.strings # ownCloud/Resources/ru.lproj/Localizable.strings
|
- Using correct SDK
jesmrec
approved these changes
Mar 3, 2020
mneuwert
approved these changes
Mar 3, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Get the latest translation into Transifex and back into the App.
Motivation and Context
Translate all keys in all all languages.
Types of changes
Checklist: