Skip to content

Commit 888d40a

Browse files
committed
Allow to set default server, derived skin
1 parent 38a0bb9 commit 888d40a

40 files changed

Lines changed: 394 additions & 136 deletions

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 0 additions & 113 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@
88

99
/* Begin PBXBuildFile section */
1010
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
11-
15D50FCFD732803DB5F7D19F /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 52F39F125EA6E89243852EF4 /* Pods_Runner.framework */; };
1211
331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; };
1312
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
1413
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
1514
78A318202AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage in Frameworks */ = {isa = PBXBuildFile; productRef = 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */; };
16-
8F86F14BB95E0E214856C8DD /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E3DEC57265F40C9506EE4D92 /* Pods_RunnerTests.framework */; };
1715
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
1816
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
1917
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
@@ -46,38 +44,29 @@
4644
/* Begin PBXFileReference section */
4745
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
4846
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
49-
24814F6FB9972C835F020E2D /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
5047
331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
5148
331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
5249
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
53-
52F39F125EA6E89243852EF4 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
5450
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
5551
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
5652
78E0A7A72DC9AD7400C4905E /* FlutterGeneratedPluginSwiftPackage */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = FlutterGeneratedPluginSwiftPackage; path = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage; sourceTree = "<group>"; };
5753
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
58-
7F5A7C2780D60219E2D057CF /* Pods-RunnerTests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.profile.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.profile.xcconfig"; sourceTree = "<group>"; };
59-
81E21FA1F81F8FF472F22322 /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = "<group>"; };
6054
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
6155
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
6256
97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
6357
97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
6458
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
6559
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
6660
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
67-
B17085325DAB029341955C7B /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
6861
CF7ED1FE2A68B1A1000F6F4E /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
6962
CF8A00011CF9000F007C1B7D /* Runner.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Runner.entitlements; sourceTree = "<group>"; };
70-
D6E98D88F6BCA6C26F5B6492 /* Pods-RunnerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.debug.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.debug.xcconfig"; sourceTree = "<group>"; };
71-
E3DEC57265F40C9506EE4D92 /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
72-
E6B338DF4AEB6707237CB9FC /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
7363
/* End PBXFileReference section */
7464

7565
/* Begin PBXFrameworksBuildPhase section */
7666
5802127CBDAB87134A4A9654 /* Frameworks */ = {
7767
isa = PBXFrameworksBuildPhase;
7868
buildActionMask = 2147483647;
7969
files = (
80-
8F86F14BB95E0E214856C8DD /* Pods_RunnerTests.framework in Frameworks */,
8170
);
8271
runOnlyForDeploymentPostprocessing = 0;
8372
};
@@ -86,7 +75,6 @@
8675
buildActionMask = 2147483647;
8776
files = (
8877
78A318202AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage in Frameworks */,
89-
15D50FCFD732803DB5F7D19F /* Pods_Runner.framework in Frameworks */,
9078
);
9179
runOnlyForDeploymentPostprocessing = 0;
9280
};
@@ -121,7 +109,6 @@
121109
97C146EF1CF9000F007C117D /* Products */,
122110
331C8082294A63A400263BE5 /* RunnerTests */,
123111
EA8B8CB1D95C41E83EE132F2 /* Pods */,
124-
CDABA5CC6AD926D439EA0D18 /* Frameworks */,
125112
);
126113
sourceTree = "<group>";
127114
};
@@ -151,24 +138,9 @@
151138
path = Runner;
152139
sourceTree = "<group>";
153140
};
154-
CDABA5CC6AD926D439EA0D18 /* Frameworks */ = {
155-
isa = PBXGroup;
156-
children = (
157-
52F39F125EA6E89243852EF4 /* Pods_Runner.framework */,
158-
E3DEC57265F40C9506EE4D92 /* Pods_RunnerTests.framework */,
159-
);
160-
name = Frameworks;
161-
sourceTree = "<group>";
162-
};
163141
EA8B8CB1D95C41E83EE132F2 /* Pods */ = {
164142
isa = PBXGroup;
165143
children = (
166-
24814F6FB9972C835F020E2D /* Pods-Runner.debug.xcconfig */,
167-
B17085325DAB029341955C7B /* Pods-Runner.release.xcconfig */,
168-
E6B338DF4AEB6707237CB9FC /* Pods-Runner.profile.xcconfig */,
169-
D6E98D88F6BCA6C26F5B6492 /* Pods-RunnerTests.debug.xcconfig */,
170-
81E21FA1F81F8FF472F22322 /* Pods-RunnerTests.release.xcconfig */,
171-
7F5A7C2780D60219E2D057CF /* Pods-RunnerTests.profile.xcconfig */,
172144
);
173145
path = Pods;
174146
sourceTree = "<group>";
@@ -180,7 +152,6 @@
180152
isa = PBXNativeTarget;
181153
buildConfigurationList = 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
182154
buildPhases = (
183-
E75FAAB4E37BB6E4E3C0E702 /* [CP] Check Pods Manifest.lock */,
184155
331C807D294A63A400263BE5 /* Sources */,
185156
331C807F294A63A400263BE5 /* Resources */,
186157
5802127CBDAB87134A4A9654 /* Frameworks */,
@@ -199,15 +170,12 @@
199170
isa = PBXNativeTarget;
200171
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
201172
buildPhases = (
202-
1579346C304ADE2C31DFAEB2 /* [CP] Check Pods Manifest.lock */,
203173
9740EEB61CF901F6004384FC /* Run Script */,
204174
97C146EA1CF9000F007C117D /* Sources */,
205175
97C146EB1CF9000F007C117D /* Frameworks */,
206176
97C146EC1CF9000F007C117D /* Resources */,
207177
9705A1C41CF9048500538489 /* Embed Frameworks */,
208178
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
209-
158E7310A4F9712695D31899 /* [CP] Embed Pods Frameworks */,
210-
33EA653761A7F6027DB2D7DD /* [CP] Copy Pods Resources */,
211179
);
212180
buildRules = (
213181
);
@@ -286,62 +254,6 @@
286254
/* End PBXResourcesBuildPhase section */
287255

288256
/* Begin PBXShellScriptBuildPhase section */
289-
1579346C304ADE2C31DFAEB2 /* [CP] Check Pods Manifest.lock */ = {
290-
isa = PBXShellScriptBuildPhase;
291-
buildActionMask = 2147483647;
292-
files = (
293-
);
294-
inputFileListPaths = (
295-
);
296-
inputPaths = (
297-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
298-
"${PODS_ROOT}/Manifest.lock",
299-
);
300-
name = "[CP] Check Pods Manifest.lock";
301-
outputFileListPaths = (
302-
);
303-
outputPaths = (
304-
"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
305-
);
306-
runOnlyForDeploymentPostprocessing = 0;
307-
shellPath = /bin/sh;
308-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
309-
showEnvVarsInLog = 0;
310-
};
311-
158E7310A4F9712695D31899 /* [CP] Embed Pods Frameworks */ = {
312-
isa = PBXShellScriptBuildPhase;
313-
buildActionMask = 2147483647;
314-
files = (
315-
);
316-
inputFileListPaths = (
317-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
318-
);
319-
name = "[CP] Embed Pods Frameworks";
320-
outputFileListPaths = (
321-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
322-
);
323-
runOnlyForDeploymentPostprocessing = 0;
324-
shellPath = /bin/sh;
325-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
326-
showEnvVarsInLog = 0;
327-
};
328-
33EA653761A7F6027DB2D7DD /* [CP] Copy Pods Resources */ = {
329-
isa = PBXShellScriptBuildPhase;
330-
buildActionMask = 2147483647;
331-
files = (
332-
);
333-
inputFileListPaths = (
334-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
335-
);
336-
name = "[CP] Copy Pods Resources";
337-
outputFileListPaths = (
338-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
339-
);
340-
runOnlyForDeploymentPostprocessing = 0;
341-
shellPath = /bin/sh;
342-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
343-
showEnvVarsInLog = 0;
344-
};
345257
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
346258
isa = PBXShellScriptBuildPhase;
347259
alwaysOutOfDate = 1;
@@ -373,28 +285,6 @@
373285
shellPath = /bin/sh;
374286
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
375287
};
376-
E75FAAB4E37BB6E4E3C0E702 /* [CP] Check Pods Manifest.lock */ = {
377-
isa = PBXShellScriptBuildPhase;
378-
buildActionMask = 2147483647;
379-
files = (
380-
);
381-
inputFileListPaths = (
382-
);
383-
inputPaths = (
384-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
385-
"${PODS_ROOT}/Manifest.lock",
386-
);
387-
name = "[CP] Check Pods Manifest.lock";
388-
outputFileListPaths = (
389-
);
390-
outputPaths = (
391-
"$(DERIVED_FILE_DIR)/Pods-RunnerTests-checkManifestLockResult.txt",
392-
);
393-
runOnlyForDeploymentPostprocessing = 0;
394-
shellPath = /bin/sh;
395-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
396-
showEnvVarsInLog = 0;
397-
};
398288
/* End PBXShellScriptBuildPhase section */
399289

400290
/* Begin PBXSourcesBuildPhase section */
@@ -524,7 +414,6 @@
524414
};
525415
331C8088294A63A400263BE5 /* Debug */ = {
526416
isa = XCBuildConfiguration;
527-
baseConfigurationReference = D6E98D88F6BCA6C26F5B6492 /* Pods-RunnerTests.debug.xcconfig */;
528417
buildSettings = {
529418
BUNDLE_LOADER = "$(TEST_HOST)";
530419
CODE_SIGN_STYLE = Automatic;
@@ -542,7 +431,6 @@
542431
};
543432
331C8089294A63A400263BE5 /* Release */ = {
544433
isa = XCBuildConfiguration;
545-
baseConfigurationReference = 81E21FA1F81F8FF472F22322 /* Pods-RunnerTests.release.xcconfig */;
546434
buildSettings = {
547435
BUNDLE_LOADER = "$(TEST_HOST)";
548436
CODE_SIGN_STYLE = Automatic;
@@ -558,7 +446,6 @@
558446
};
559447
331C808A294A63A400263BE5 /* Profile */ = {
560448
isa = XCBuildConfiguration;
561-
baseConfigurationReference = 7F5A7C2780D60219E2D057CF /* Pods-RunnerTests.profile.xcconfig */;
562449
buildSettings = {
563450
BUNDLE_LOADER = "$(TEST_HOST)";
564451
CODE_SIGN_STYLE = Automatic;

lib/l10n/app_ar.arb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1985,5 +1985,8 @@
19851985
"skinModelSlim": "نحيف",
19861986
"shareServerLabel": "مشاركة خادمك",
19871987
"shareServerOn": "يمكن لأصدقائك رؤية الخادم الذي تلعب فيه",
1988-
"shareServerOff": "يرى أصدقاؤك أنك تلعب دون معرفة المكان"
1988+
"shareServerOff": "يرى أصدقاؤك أنك تلعب دون معرفة المكان",
1989+
"makeDefaultServer": "تعيين كخادم افتراضي",
1990+
"isDefaultServer": "يُفتح افتراضيًا",
1991+
"defaultServerSet": "سيتم فتح {name} افتراضيًا"
19891992
}

lib/l10n/app_bn.arb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1985,5 +1985,8 @@
19851985
"skinModelSlim": "সরু",
19861986
"shareServerLabel": "আপনার সার্ভার শেয়ার করুন",
19871987
"shareServerOn": "বন্ধুরা দেখতে পাবে আপনি কোন সার্ভারে আছেন",
1988-
"shareServerOff": "বন্ধুরা দেখবে আপনি খেলছেন, কোথায় নয়"
1988+
"shareServerOff": "বন্ধুরা দেখবে আপনি খেলছেন, কোথায় নয়",
1989+
"makeDefaultServer": "ডিফল্ট সার্ভার হিসেবে সেট করুন",
1990+
"isDefaultServer": "ডিফল্টভাবে খোলে",
1991+
"defaultServerSet": "এখন থেকে {name} ডিফল্টভাবে খুলবে"
19891992
}

lib/l10n/app_de.arb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1985,5 +1985,8 @@
19851985
"skinModelSlim": "Schmal",
19861986
"shareServerLabel": "Server teilen",
19871987
"shareServerOn": "Freunde sehen, auf welchem Server du bist",
1988-
"shareServerOff": "Freunde sehen, dass du spielst, aber nicht wo"
1988+
"shareServerOff": "Freunde sehen, dass du spielst, aber nicht wo",
1989+
"makeDefaultServer": "Als Standardserver festlegen",
1990+
"isDefaultServer": "Wird standardmäßig geöffnet",
1991+
"defaultServerSet": "{name} wird künftig standardmäßig geöffnet"
19891992
}

lib/l10n/app_en.arb

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2887,5 +2887,18 @@
28872887
"shareServerOff": "Friends see you are playing, not where",
28882888
"@shareServerOff": {
28892889
"description": "Profile: server visibility"
2890+
},
2891+
"makeDefaultServer": "Set as default server",
2892+
"isDefaultServer": "Opens by default",
2893+
"@makeDefaultServer": {
2894+
"description": "Tooltip on the star that pins a saved server as the one the connector opens on"
2895+
},
2896+
"@isDefaultServer": {
2897+
"description": "Tooltip on the star of the server the connector already opens on"
2898+
},
2899+
"defaultServerSet": "{name} will open by default",
2900+
"@defaultServerSet": {
2901+
"description": "Toast shown when a saved server is pinned as the one the connector opens on",
2902+
"placeholders": { "name": { "type": "String" } }
28902903
}
28912904
}

lib/l10n/app_es.arb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1985,5 +1985,8 @@
19851985
"skinModelSlim": "Delgado",
19861986
"shareServerLabel": "Compartir tu servidor",
19871987
"shareServerOn": "Tus amigos ven en qué servidor estás",
1988-
"shareServerOff": "Tus amigos ven que juegas, pero no dónde"
1988+
"shareServerOff": "Tus amigos ven que juegas, pero no dónde",
1989+
"makeDefaultServer": "Establecer como servidor predeterminado",
1990+
"isDefaultServer": "Se abre de forma predeterminada",
1991+
"defaultServerSet": "{name} se abrirá de forma predeterminada"
19891992
}

lib/l10n/app_fr.arb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1985,5 +1985,8 @@
19851985
"skinModelSlim": "Fin",
19861986
"shareServerLabel": "Partager ton serveur",
19871987
"shareServerOn": "Tes amis voient sur quel serveur tu es",
1988-
"shareServerOff": "Tes amis voient que tu joues, pas où"
1988+
"shareServerOff": "Tes amis voient que tu joues, pas où",
1989+
"makeDefaultServer": "Définir comme serveur par défaut",
1990+
"isDefaultServer": "Ouvert par défaut",
1991+
"defaultServerSet": "{name} s'ouvrira par défaut"
19891992
}

lib/l10n/app_hi.arb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1985,5 +1985,8 @@
19851985
"skinModelSlim": "पतला",
19861986
"shareServerLabel": "अपना सर्वर साझा करें",
19871987
"shareServerOn": "दोस्त देख सकते हैं कि आप किस सर्वर पर हैं",
1988-
"shareServerOff": "दोस्त देखते हैं कि आप खेल रहे हैं, कहाँ नहीं"
1988+
"shareServerOff": "दोस्त देखते हैं कि आप खेल रहे हैं, कहाँ नहीं",
1989+
"makeDefaultServer": "डिफ़ॉल्ट सर्वर के रूप में सेट करें",
1990+
"isDefaultServer": "डिफ़ॉल्ट रूप से खुलता है",
1991+
"defaultServerSet": "अब {name} डिफ़ॉल्ट रूप से खुलेगा"
19891992
}

lib/l10n/app_id.arb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1982,5 +1982,8 @@
19821982
"skinModelSlim": "Ramping",
19831983
"shareServerLabel": "Bagikan servermu",
19841984
"shareServerOn": "Teman bisa melihat server yang kamu mainkan",
1985-
"shareServerOff": "Teman melihat kamu bermain, tapi tidak di mana"
1985+
"shareServerOff": "Teman melihat kamu bermain, tapi tidak di mana",
1986+
"makeDefaultServer": "Jadikan server default",
1987+
"isDefaultServer": "Dibuka secara default",
1988+
"defaultServerSet": "{name} akan dibuka secara default"
19861989
}

lib/l10n/app_ja.arb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1985,5 +1985,8 @@
19851985
"skinModelSlim": "細身",
19861986
"shareServerLabel": "サーバーを共有",
19871987
"shareServerOn": "フレンドにいるサーバーが見えます",
1988-
"shareServerOff": "フレンドにはプレイ中とだけ表示されます"
1988+
"shareServerOff": "フレンドにはプレイ中とだけ表示されます",
1989+
"makeDefaultServer": "デフォルトのサーバーに設定",
1990+
"isDefaultServer": "デフォルトで開きます",
1991+
"defaultServerSet": "今後は {name} がデフォルトで開きます"
19891992
}

0 commit comments

Comments
 (0)