mirror of
https://github.com/twofas/2fas-ios.git
synced 2024-11-22 02:10:19 +01:00
[TF-1579] japanese language support
This commit is contained in:
parent
1f20e02c84
commit
27ddfea5bb
@ -1884,6 +1884,11 @@
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
8F00E4692C23953B001F15AD /* SortTokensView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SortTokensView.swift; sourceTree = "<group>"; };
|
||||
8F1077252C8C80310031448C /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
|
||||
8F1077262C8C80310031448C /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/TwoFASWidget.strings; sourceTree = "<group>"; };
|
||||
8F1077272C8C80310031448C /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Localizable.strings; sourceTree = "<group>"; };
|
||||
8F1077282C8C80320031448C /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
8F1077292C8C805B0031448C /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ../TwoFAS/Other/ja.lproj/Localizable.strings; sourceTree = "<group>"; };
|
||||
8F43E6FF2C4C50DD0006D380 /* AppleWatchPresenter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppleWatchPresenter.swift; sourceTree = "<group>"; };
|
||||
8F43E7022C4C511A0006D380 /* AppleWatchFlowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppleWatchFlowController.swift; sourceTree = "<group>"; };
|
||||
8F594C412C3027160066562F /* AppleWatchView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppleWatchView.swift; sourceTree = "<group>"; };
|
||||
@ -9146,6 +9151,7 @@
|
||||
tr,
|
||||
"zh-Hans",
|
||||
el,
|
||||
ja,
|
||||
);
|
||||
mainGroup = C236666A1FB2644900989ACA;
|
||||
packageReferences = (
|
||||
@ -11153,6 +11159,7 @@
|
||||
C281909E2B0B84910042BB7D /* tr */,
|
||||
C21BF26C2B5B340100915507 /* zh-Hans */,
|
||||
8FD3F0882C37324B0042092E /* el */,
|
||||
8F1077282C8C80320031448C /* ja */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
@ -11174,6 +11181,7 @@
|
||||
C281909D2B0B84910042BB7D /* tr */,
|
||||
C21BF26B2B5B340100915507 /* zh-Hans */,
|
||||
8FD3F0872C37324B0042092E /* el */,
|
||||
8F1077272C8C80310031448C /* ja */,
|
||||
);
|
||||
name = Localizable.strings;
|
||||
sourceTree = "<group>";
|
||||
@ -11182,6 +11190,7 @@
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
C23666831FB2644900989ACA /* Base */,
|
||||
8F1077252C8C80310031448C /* ja */,
|
||||
);
|
||||
name = LaunchScreen.storyboard;
|
||||
sourceTree = "<group>";
|
||||
@ -11204,6 +11213,7 @@
|
||||
C281909C2B0B84910042BB7D /* tr */,
|
||||
C21BF26A2B5B340100915507 /* zh-Hans */,
|
||||
8FD3F0862C37324B0042092E /* el */,
|
||||
8F1077262C8C80310031448C /* ja */,
|
||||
);
|
||||
name = TwoFASWidget.intentdefinition;
|
||||
sourceTree = "<group>";
|
||||
@ -11225,6 +11235,7 @@
|
||||
C2BBD2412B81310A009A91FB /* fr */,
|
||||
C2BBD2422B81311F009A91FB /* zh-Hans */,
|
||||
8FD3F0892C3732A80042092E /* el */,
|
||||
8F1077292C8C805B0031448C /* ja */,
|
||||
);
|
||||
name = Localizable.strings;
|
||||
sourceTree = "<group>";
|
||||
|
26
TwoFAS/TwoFAS/Other/ja.lproj/InfoPlist.strings
Normal file
26
TwoFAS/TwoFAS/Other/ja.lproj/InfoPlist.strings
Normal file
@ -0,0 +1,26 @@
|
||||
/*
|
||||
InfoPlist.strings
|
||||
TwoFAS
|
||||
|
||||
This file is part of the 2FAS iOS app (https://github.com/twofas/2fas-ios)
|
||||
Copyright © 2023 Two Factor Authentication Service, Inc.
|
||||
Contributed by Zbigniew Cisiński. All rights reserved.
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>
|
||||
|
||||
*/
|
||||
|
||||
"NSCameraUsageDescription" = "QRコードのスキャンに使用";
|
||||
"NSFaceIDUsageDescription" = "Face IDでアプリのロックを解除できます";
|
||||
"CFBundleSpokenName" = "2 F A S";
|
1
TwoFAS/TwoFAS/Other/ja.lproj/LaunchScreen.strings
Normal file
1
TwoFAS/TwoFAS/Other/ja.lproj/LaunchScreen.strings
Normal file
@ -0,0 +1 @@
|
||||
|
BIN
TwoFAS/TwoFAS/Other/ja.lproj/Localizable.strings
Normal file
BIN
TwoFAS/TwoFAS/Other/ja.lproj/Localizable.strings
Normal file
Binary file not shown.
20
TwoFAS/TwoFASWidget/ja.lproj/TwoFASWidget.strings
Normal file
20
TwoFAS/TwoFASWidget/ja.lproj/TwoFASWidget.strings
Normal file
@ -0,0 +1,20 @@
|
||||
"8o4A0t" = "Secret";
|
||||
|
||||
"RJKeab" = "Not ready!";
|
||||
|
||||
"TCKl7W" = "Not ready!";
|
||||
|
||||
"gpCwrM" = "SelectService";
|
||||
|
||||
"j9DeQY" = "Service";
|
||||
|
||||
"tVvJ9c" = "Select Service Intent";
|
||||
|
||||
"tWXYU5" = "Can't access any services. Go to app";
|
||||
|
||||
"v59oNn" = "Service";
|
||||
|
||||
"yuCzEy" = "Can't access any services. Go to app";
|
||||
|
||||
"zWXHbd" = "Enter service name";
|
||||
|
Loading…
Reference in New Issue
Block a user