Skip to content
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

Add Finish Language #1872

Merged
merged 1 commit into from
Dec 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ios/QBImagePicker/QBImagePicker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
7D92D893270E4FF700BFC37E /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
7D92D894270E500300BFC37E /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
82C8A8C927C370E300A3B0EB /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
1F83427F28819162002788FE /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = fi.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
AA3AD06D1ACF9A3A00BF523E /* QBVideoIconView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QBVideoIconView.h; sourceTree = "<group>"; };
AA3AD06E1ACF9A3A00BF523E /* QBVideoIconView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QBVideoIconView.m; sourceTree = "<group>"; };
AA3AD0711ACFA06700BF523E /* QBVideoIndicatorView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QBVideoIndicatorView.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -258,6 +259,7 @@
sv,
nb,
vi,
fi,
);
mainGroup = AAA8FDF91ACDA079002A9710;
productRefGroup = AAA8FE041ACDA079002A9710 /* Products */;
Expand Down Expand Up @@ -339,6 +341,7 @@
7D92D894270E500300BFC37E /* sv */,
6525CF3C27CFBCA8004F9AAE /* nb */,
82C8A8C927C370E300A3B0EB /* vi */,
1F83427F28819162002788FE /* fi */,
);
name = QBImagePicker.strings;
sourceTree = "<group>";
Expand Down
25 changes: 25 additions & 0 deletions ios/QBImagePicker/QBImagePicker/fi.lproj/QBImagePicker.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/*
QBImagePicker.strings
QBImagePicker
*/

"albums.title" = "Kuvia";

"assets.footer.photo" = "%ld Kuva";
"assets.footer.photos" = "%ld Kuvia";
"assets.footer.video" = "%ld Video";
"assets.footer.videos" = "%ld Videoita";
"assets.footer.photo-and-video" = "%ld Kuva, %ld Video";
"assets.footer.photos-and-video" = "%ld Kuvia, %ld Video";
"assets.footer.photo-and-videos" = "%ld Kuva, %ld Videoita";
"assets.footer.photos-and-videos" = "%ld Kuvia, %ld Videoita";

"assets.toolbar.item-selected" = "%ld Valittu objekti";
"assets.toolbar.items-selected" = "%ld Valitut kohteet";

"permission.help" = "Olet myöntänyt pääsyn rajoitettuun määrään valittuja kuvia ja videoita.";
"permission.manage" = "KÄSITTELE";
"permission.title" = "Jos haluat käyttää kaikkia sovelluksessa olevia kuviasi, anna käyttöoikeus koko kirjastoosi laitteesi asetuksista.";
"permission.choose_more" = "Valitse lisää kuvia";
"permission.change_settings" = "Vaihda asetuksia";
"permission.cancel" = "Peruuttaa";
1 change: 1 addition & 0 deletions ios/imageCropPicker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
"zh-Hans",
nb,
vi,
fi,
);
mainGroup = 3400A7FF1CEB54A6008A0BC7;
productRefGroup = 3400A8091CEB54A6008A0BC7 /* Products */;
Expand Down