浏览代码

added all localized intent

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 年之前
父节点
当前提交
a3c70d3eb2
共有 46 个文件被更改,包括 1681 次插入1 次删除
  1. 97 1
      Nextcloud.xcodeproj/project.pbxproj
  2. 0 0
      Widget/Intent/Base.lproj/Dashboard.intentdefinition
  3. 36 0
      Widget/Intent/ca.lproj/Dashboard.strings
  4. 36 0
      Widget/Intent/cs-CZ.lproj/Dashboard.strings
  5. 36 0
      Widget/Intent/da.lproj/Dashboard.strings
  6. 36 0
      Widget/Intent/de.lproj/Dashboard.strings
  7. 36 0
      Widget/Intent/en-GB.lproj/Dashboard.strings
  8. 36 0
      Widget/Intent/en.lproj/Dashboard.strings
  9. 36 0
      Widget/Intent/es-419.lproj/Dashboard.strings
  10. 36 0
      Widget/Intent/es-CL.lproj/Dashboard.strings
  11. 36 0
      Widget/Intent/es-CO.lproj/Dashboard.strings
  12. 36 0
      Widget/Intent/es-CR.lproj/Dashboard.strings
  13. 36 0
      Widget/Intent/es-DO.lproj/Dashboard.strings
  14. 36 0
      Widget/Intent/es-EC.lproj/Dashboard.strings
  15. 36 0
      Widget/Intent/es-GT.lproj/Dashboard.strings
  16. 36 0
      Widget/Intent/es-HN.lproj/Dashboard.strings
  17. 36 0
      Widget/Intent/es-MX.lproj/Dashboard.strings
  18. 36 0
      Widget/Intent/es-NI.lproj/Dashboard.strings
  19. 36 0
      Widget/Intent/es-PA.lproj/Dashboard.strings
  20. 36 0
      Widget/Intent/es-PE.lproj/Dashboard.strings
  21. 36 0
      Widget/Intent/es-PR.lproj/Dashboard.strings
  22. 36 0
      Widget/Intent/es-PY.lproj/Dashboard.strings
  23. 36 0
      Widget/Intent/es-SV.lproj/Dashboard.strings
  24. 36 0
      Widget/Intent/es-UY.lproj/Dashboard.strings
  25. 36 0
      Widget/Intent/es.lproj/Dashboard.strings
  26. 36 0
      Widget/Intent/eu.lproj/Dashboard.strings
  27. 36 0
      Widget/Intent/fr.lproj/Dashboard.strings
  28. 36 0
      Widget/Intent/gl.lproj/Dashboard.strings
  29. 36 0
      Widget/Intent/hu.lproj/Dashboard.strings
  30. 36 0
      Widget/Intent/is.lproj/Dashboard.strings
  31. 36 0
      Widget/Intent/it.lproj/Dashboard.strings
  32. 36 0
      Widget/Intent/ja-JP.lproj/Dashboard.strings
  33. 36 0
      Widget/Intent/ka-GE.lproj/Dashboard.strings
  34. 36 0
      Widget/Intent/ko.lproj/Dashboard.strings
  35. 36 0
      Widget/Intent/nb-NO.lproj/Dashboard.strings
  36. 36 0
      Widget/Intent/nl.lproj/Dashboard.strings
  37. 36 0
      Widget/Intent/pl.lproj/Dashboard.strings
  38. 36 0
      Widget/Intent/pt-BR.lproj/Dashboard.strings
  39. 36 0
      Widget/Intent/pt-PT.lproj/Dashboard.strings
  40. 36 0
      Widget/Intent/ru.lproj/Dashboard.strings
  41. 36 0
      Widget/Intent/sk-SK.lproj/Dashboard.strings
  42. 36 0
      Widget/Intent/sr.lproj/Dashboard.strings
  43. 36 0
      Widget/Intent/sv.lproj/Dashboard.strings
  44. 36 0
      Widget/Intent/tr.lproj/Dashboard.strings
  45. 36 0
      Widget/Intent/zh-Hans.lproj/Dashboard.strings
  46. 36 0
      Widget/Intent/zh-Hant-TW.lproj/Dashboard.strings

+ 97 - 1
Nextcloud.xcodeproj/project.pbxproj

@@ -674,6 +674,50 @@
 		F70D87CD25EE6E58008CBBBD /* NCRenameFile.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = NCRenameFile.storyboard; sourceTree = "<group>"; };
 		F70D87CE25EE6E58008CBBBD /* NCRenameFile.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCRenameFile.swift; sourceTree = "<group>"; };
 		F70D8D8024A4A9BF000A5756 /* NCNetworkingProcessUpload.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NCNetworkingProcessUpload.swift; sourceTree = "<group>"; };
+		F70EA92A28D4B98800920635 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Dashboard.strings; sourceTree = "<group>"; };
+		F70EA92C28D4B98B00920635 /* eu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = eu; path = eu.lproj/Dashboard.strings; sourceTree = "<group>"; };
+		F70EA92E28D4B98C00920635 /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/Dashboard.strings; sourceTree = "<group>"; };
+		F70EA93028D4B98C00920635 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Dashboard.strings"; sourceTree = "<group>"; };
+		F70EA93228D4B98C00920635 /* zh-Hant-TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant-TW"; path = "zh-Hant-TW.lproj/Dashboard.strings"; sourceTree = "<group>"; };
+		F70EA93428D4B98D00920635 /* cs-CZ */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "cs-CZ"; path = "cs-CZ.lproj/Dashboard.strings"; sourceTree = "<group>"; };
+		F70EA93628D4B98E00920635 /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/Dashboard.strings; sourceTree = "<group>"; };
+		F70EA93828D4B98F00920635 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Dashboard.strings; sourceTree = "<group>"; };
+		F70EA93A28D4B99100920635 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Dashboard.strings; sourceTree = "<group>"; };
+		F70EA93C28D4B99100920635 /* es-UY */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-UY"; path = "es-UY.lproj/Dashboard.strings"; sourceTree = "<group>"; };
+		F70EA93E28D4B99200920635 /* es-PR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-PR"; path = "es-PR.lproj/Dashboard.strings"; sourceTree = "<group>"; };
+		F70EA94028D4B99300920635 /* es-PE */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-PE"; path = "es-PE.lproj/Dashboard.strings"; sourceTree = "<group>"; };
+		F70EA94228D4B99300920635 /* es-PY */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-PY"; path = "es-PY.lproj/Dashboard.strings"; sourceTree = "<group>"; };
+		F70EA94428D4B99400920635 /* es-PA */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-PA"; path = "es-PA.lproj/Dashboard.strings"; sourceTree = "<group>"; };
+		F70EA94628D4B99400920635 /* es-NI */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-NI"; path = "es-NI.lproj/Dashboard.strings"; sourceTree = "<group>"; };
+		F70EA94828D4B99600920635 /* ja-JP */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "ja-JP"; path = "ja-JP.lproj/Dashboard.strings"; sourceTree = "<group>"; };
+		F70EA94A28D4B99600920635 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Dashboard.strings; sourceTree = "<group>"; };
+		F70EA94C28D4B99700920635 /* is */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = is; path = is.lproj/Dashboard.strings; sourceTree = "<group>"; };
+		F70EA94E28D4B99700920635 /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/Dashboard.strings; sourceTree = "<group>"; };
+		F70EA95028D4B99800920635 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Dashboard.strings; sourceTree = "<group>"; };
+		F70EA95228D4B99800920635 /* ka-GE */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "ka-GE"; path = "ka-GE.lproj/Dashboard.strings"; sourceTree = "<group>"; };
+		F70EA95428D4B99900920635 /* gl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = gl; path = gl.lproj/Dashboard.strings; sourceTree = "<group>"; };
+		F70EA95628D4B99A00920635 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Dashboard.strings; sourceTree = "<group>"; };
+		F70EA95828D4B99A00920635 /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/Dashboard.strings"; sourceTree = "<group>"; };
+		F70EA95A28D4B99B00920635 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Dashboard.strings; sourceTree = "<group>"; };
+		F70EA95C28D4B99C00920635 /* es-MX */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-MX"; path = "es-MX.lproj/Dashboard.strings"; sourceTree = "<group>"; };
+		F70EA95E28D4B99D00920635 /* es-419 */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-419"; path = "es-419.lproj/Dashboard.strings"; sourceTree = "<group>"; };
+		F70EA96028D4B99D00920635 /* es-HN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-HN"; path = "es-HN.lproj/Dashboard.strings"; sourceTree = "<group>"; };
+		F70EA96228D4B99E00920635 /* es-GT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-GT"; path = "es-GT.lproj/Dashboard.strings"; sourceTree = "<group>"; };
+		F70EA96428D4B99F00920635 /* es-SV */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-SV"; path = "es-SV.lproj/Dashboard.strings"; sourceTree = "<group>"; };
+		F70EA96628D4B99F00920635 /* es-EC */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-EC"; path = "es-EC.lproj/Dashboard.strings"; sourceTree = "<group>"; };
+		F70EA96828D4B9A000920635 /* es-DO */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-DO"; path = "es-DO.lproj/Dashboard.strings"; sourceTree = "<group>"; };
+		F70EA96A28D4B9A100920635 /* es-CR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-CR"; path = "es-CR.lproj/Dashboard.strings"; sourceTree = "<group>"; };
+		F70EA96C28D4B9A200920635 /* es-CO */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-CO"; path = "es-CO.lproj/Dashboard.strings"; sourceTree = "<group>"; };
+		F70EA96E28D4B9A200920635 /* es-CL */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-CL"; path = "es-CL.lproj/Dashboard.strings"; sourceTree = "<group>"; };
+		F70EA97028D4B9A300920635 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Dashboard.strings; sourceTree = "<group>"; };
+		F70EA97228D4B9A300920635 /* sk-SK */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "sk-SK"; path = "sk-SK.lproj/Dashboard.strings"; sourceTree = "<group>"; };
+		F70EA97428D4B9A400920635 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/Dashboard.strings; sourceTree = "<group>"; };
+		F70EA97628D4B9A500920635 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Dashboard.strings; sourceTree = "<group>"; };
+		F70EA97828D4B9A500920635 /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-PT"; path = "pt-PT.lproj/Dashboard.strings"; sourceTree = "<group>"; };
+		F70EA97A28D4B9A600920635 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Dashboard.strings"; sourceTree = "<group>"; };
+		F70EA97C28D4B9A700920635 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Dashboard.strings; sourceTree = "<group>"; };
+		F70EA97E28D4B9A700920635 /* nb-NO */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "nb-NO"; path = "nb-NO.lproj/Dashboard.strings"; sourceTree = "<group>"; };
+		F70EA98028D4B9A800920635 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Dashboard.strings; sourceTree = "<group>"; };
 		F70F2BA4225F2D8900EBB73E /* ZIPFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ZIPFoundation.framework; path = Carthage/Build/iOS/ZIPFoundation.framework; sourceTree = "<group>"; };
 		F70F96AF2874394B006C8379 /* Nextcloud-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Nextcloud-Bridging-Header.h"; sourceTree = "<group>"; };
 		F710C5EF2471A6D1009AD8B7 /* Sentry.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Sentry.framework; path = Carthage/Build/iOS/Sentry.framework; sourceTree = "<group>"; };
@@ -1266,6 +1310,14 @@
 			path = "Rename file";
 			sourceTree = "<group>";
 		};
+		F70EA92828D4B97C00920635 /* Intent */ = {
+			isa = PBXGroup;
+			children = (
+				F7FABE3928D1DAD00000A325 /* Dashboard.intentdefinition */,
+			);
+			path = Intent;
+			sourceTree = "<group>";
+		};
 		F710E80C1EF95C9C00DC2427 /* Intro */ = {
 			isa = PBXGroup;
 			children = (
@@ -1391,7 +1443,7 @@
 				F72EA95628B7BAE700C88F0C /* Files */,
 				F77ED59628C9CEEE00E24ED0 /* Toolbar */,
 				F7346E2028B0FA3A006CE2D2 /* Widget-Brinding-header.h */,
-				F7FABE3928D1DAD00000A325 /* Dashboard.intentdefinition */,
+				F70EA92828D4B97C00920635 /* Intent */,
 				F7346E1528B0EF5C006CE2D2 /* Widget.swift */,
 			);
 			path = Widget;
@@ -3082,6 +3134,50 @@
 			isa = PBXVariantGroup;
 			children = (
 				F7FABE3828D1DAD00000A325 /* Base */,
+				F70EA92A28D4B98800920635 /* en */,
+				F70EA92C28D4B98B00920635 /* eu */,
+				F70EA92E28D4B98C00920635 /* ca */,
+				F70EA93028D4B98C00920635 /* zh-Hans */,
+				F70EA93228D4B98C00920635 /* zh-Hant-TW */,
+				F70EA93428D4B98D00920635 /* cs-CZ */,
+				F70EA93628D4B98E00920635 /* da */,
+				F70EA93828D4B98F00920635 /* tr */,
+				F70EA93A28D4B99100920635 /* sv */,
+				F70EA93C28D4B99100920635 /* es-UY */,
+				F70EA93E28D4B99200920635 /* es-PR */,
+				F70EA94028D4B99300920635 /* es-PE */,
+				F70EA94228D4B99300920635 /* es-PY */,
+				F70EA94428D4B99400920635 /* es-PA */,
+				F70EA94628D4B99400920635 /* es-NI */,
+				F70EA94828D4B99600920635 /* ja-JP */,
+				F70EA94A28D4B99600920635 /* it */,
+				F70EA94C28D4B99700920635 /* is */,
+				F70EA94E28D4B99700920635 /* hu */,
+				F70EA95028D4B99800920635 /* de */,
+				F70EA95228D4B99800920635 /* ka-GE */,
+				F70EA95428D4B99900920635 /* gl */,
+				F70EA95628D4B99A00920635 /* fr */,
+				F70EA95828D4B99A00920635 /* en-GB */,
+				F70EA95A28D4B99B00920635 /* nl */,
+				F70EA95C28D4B99C00920635 /* es-MX */,
+				F70EA95E28D4B99D00920635 /* es-419 */,
+				F70EA96028D4B99D00920635 /* es-HN */,
+				F70EA96228D4B99E00920635 /* es-GT */,
+				F70EA96428D4B99F00920635 /* es-SV */,
+				F70EA96628D4B99F00920635 /* es-EC */,
+				F70EA96828D4B9A000920635 /* es-DO */,
+				F70EA96A28D4B9A100920635 /* es-CR */,
+				F70EA96C28D4B9A200920635 /* es-CO */,
+				F70EA96E28D4B9A200920635 /* es-CL */,
+				F70EA97028D4B9A300920635 /* es */,
+				F70EA97228D4B9A300920635 /* sk-SK */,
+				F70EA97428D4B9A400920635 /* sr */,
+				F70EA97628D4B9A500920635 /* ru */,
+				F70EA97828D4B9A500920635 /* pt-PT */,
+				F70EA97A28D4B9A600920635 /* pt-BR */,
+				F70EA97C28D4B9A700920635 /* pl */,
+				F70EA97E28D4B9A700920635 /* nb-NO */,
+				F70EA98028D4B9A800920635 /* ko */,
 			);
 			name = Dashboard.intentdefinition;
 			sourceTree = "<group>";

+ 0 - 0
Widget/Base.lproj/Dashboard.intentdefinition → Widget/Intent/Base.lproj/Dashboard.intentdefinition


+ 36 - 0
Widget/Intent/ca.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/cs-CZ.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/da.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/de.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/en-GB.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/en.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/es-419.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/es-CL.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/es-CO.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/es-CR.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/es-DO.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/es-EC.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/es-GT.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/es-HN.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/es-MX.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/es-NI.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/es-PA.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/es-PE.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/es-PR.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/es-PY.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/es-SV.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/es-UY.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/es.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/eu.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/fr.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/gl.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/hu.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/is.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/it.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/ja-JP.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/ka-GE.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/ko.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/nb-NO.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/nl.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/pl.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/pt-BR.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/pt-PT.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/ru.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/sk-SK.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/sr.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/sv.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/tr.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/zh-Hans.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+

+ 36 - 0
Widget/Intent/zh-Hant-TW.lproj/Dashboard.strings

@@ -0,0 +1,36 @@
+"9yMkyI" = "Applications";
+
+"TRaTZg" = "Application";
+
+"XKkeMc-jHprBS" = "Just to confirm, you wanted ‘Notes’?";
+
+"XKkeMc-maQPuV" = "Just to confirm, you wanted ‘Recommendations’?";
+
+"XKkeMc-oMvXKY" = "Just to confirm, you wanted ‘User status’?";
+
+"XKkeMc-roy1t6" = "Just to confirm, you wanted ‘Activity’?";
+
+"XKkeMc-zqY55O" = "Just to confirm, you wanted ‘Deck’?";
+
+"gpCwrM" = "Dashboard";
+
+"jHprBS" = "Notes";
+
+"maQPuV" = "Recommendations";
+
+"oMvXKY" = "User status";
+
+"qZKu0p-jHprBS" = "There are ${count} options matching ‘Notes’.";
+
+"qZKu0p-maQPuV" = "There are ${count} options matching ‘Recommendations’.";
+
+"qZKu0p-oMvXKY" = "There are ${count} options matching ‘User status’.";
+
+"qZKu0p-roy1t6" = "There are ${count} options matching ‘Activity’.";
+
+"qZKu0p-zqY55O" = "There are ${count} options matching ‘Deck’.";
+
+"roy1t6" = "Activity";
+
+"zqY55O" = "Deck";
+