diff --git a/Toki Trainer.xcodeproj/project.pbxproj b/Toki Trainer.xcodeproj/project.pbxproj index 0765984..f942771 100644 --- a/Toki Trainer.xcodeproj/project.pbxproj +++ b/Toki Trainer.xcodeproj/project.pbxproj @@ -12,8 +12,6 @@ 7E2811172733027F0063DC78 /* TokiDictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E2811142733027F0063DC78 /* TokiDictionary.swift */; }; 7E2811182733027F0063DC78 /* TokiJSONLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E2811152733027F0063DC78 /* TokiJSONLoader.swift */; }; 7E2811192733027F0063DC78 /* TokiPartOfSpeech.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E2811162733027F0063DC78 /* TokiPartOfSpeech.swift */; }; - 7E28111C273302860063DC78 /* toki-partsofspeech.json in Resources */ = {isa = PBXBuildFile; fileRef = 7E28111A273302860063DC78 /* toki-partsofspeech.json */; }; - 7E28111D273302860063DC78 /* toki-dictionary.json in Resources */ = {isa = PBXBuildFile; fileRef = 7E28111B273302860063DC78 /* toki-dictionary.json */; }; 7E28112227330DD30063DC78 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E28112127330DD20063DC78 /* Constants.swift */; }; 7E449775275AA0600016B6DC /* WidgetKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7E449774275AA0600016B6DC /* WidgetKit.framework */; }; 7E449777275AA0600016B6DC /* SwiftUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7E449776275AA0600016B6DC /* SwiftUI.framework */; }; @@ -27,7 +25,6 @@ 7E44978A275ABF5C0016B6DC /* TokiPartOfSpeech.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E2811162733027F0063DC78 /* TokiPartOfSpeech.swift */; }; 7E44978B275ABF5C0016B6DC /* TokiDictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E2811142733027F0063DC78 /* TokiDictionary.swift */; }; 7E44978C275ABF690016B6DC /* TokiDictionaryViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E20D6002734466800D75B9A /* TokiDictionaryViewModel.swift */; }; - 7E44978D275AC4AE0016B6DC /* toki-dictionary.json in Resources */ = {isa = PBXBuildFile; fileRef = 7E28111B273302860063DC78 /* toki-dictionary.json */; }; 7E716B3E273986E5009E2CF6 /* TokiLesson.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E716B3D273986E5009E2CF6 /* TokiLesson.swift */; }; 7E716B4227398CDF009E2CF6 /* FlashCardLessonsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E716B4127398CDF009E2CF6 /* FlashCardLessonsView.swift */; }; 7E716B4427398D3D009E2CF6 /* FlashCardLessonsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E716B4327398D3D009E2CF6 /* FlashCardLessonsViewModel.swift */; }; @@ -40,8 +37,11 @@ 7E943A28273211C300E7DDF4 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7E943A27273211C300E7DDF4 /* Preview Assets.xcassets */; }; 7E943A2A273211C300E7DDF4 /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E943A29273211C300E7DDF4 /* Persistence.swift */; }; 7E943A2D273211C300E7DDF4 /* Toki_Trainer.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 7E943A2B273211C300E7DDF4 /* Toki_Trainer.xcdatamodeld */; }; - 7EBAE6AA273D65FD00BCFA09 /* toki-lessons.json in Resources */ = {isa = PBXBuildFile; fileRef = 7EBAE6A9273D65FD00BCFA09 /* toki-lessons.json */; }; 7EF546162737B8FB00537AE6 /* FlashCardResultsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EF546152737B8FA00537AE6 /* FlashCardResultsView.swift */; }; + C13FCE342A9D170B00E8976B /* toki-dictionary.json in Resources */ = {isa = PBXBuildFile; fileRef = C13FCE372A9D170B00E8976B /* toki-dictionary.json */; }; + C13FCE352A9D170B00E8976B /* toki-dictionary.json in Resources */ = {isa = PBXBuildFile; fileRef = C13FCE372A9D170B00E8976B /* toki-dictionary.json */; }; + C13FCE382A9D171300E8976B /* toki-lessons.json in Resources */ = {isa = PBXBuildFile; fileRef = C13FCE3A2A9D171300E8976B /* toki-lessons.json */; }; + C13FCE3B2A9D171600E8976B /* toki-partsofspeech.json in Resources */ = {isa = PBXBuildFile; fileRef = C13FCE3D2A9D171600E8976B /* toki-partsofspeech.json */; }; E1A8B364290B905600B53385 /* ViewExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1A8B363290B905600B53385 /* ViewExtensions.swift */; }; E1D79AE328EC396200A104BF /* DictionaryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1D79AE228EC396200A104BF /* DictionaryView.swift */; }; E1D79AE528F1914600A104BF /* TranslatorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1D79AE428F1914600A104BF /* TranslatorView.swift */; }; @@ -79,8 +79,6 @@ 7E2811142733027F0063DC78 /* TokiDictionary.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TokiDictionary.swift; sourceTree = ""; }; 7E2811152733027F0063DC78 /* TokiJSONLoader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TokiJSONLoader.swift; sourceTree = ""; }; 7E2811162733027F0063DC78 /* TokiPartOfSpeech.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TokiPartOfSpeech.swift; sourceTree = ""; }; - 7E28111A273302860063DC78 /* toki-partsofspeech.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "toki-partsofspeech.json"; sourceTree = ""; }; - 7E28111B273302860063DC78 /* toki-dictionary.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "toki-dictionary.json"; sourceTree = ""; }; 7E28112127330DD20063DC78 /* Constants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = ""; }; 7E449772275AA0600016B6DC /* Toki Trainer WidgetsExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "Toki Trainer WidgetsExtension.appex"; sourceTree = BUILT_PRODUCTS_DIR; }; 7E449774275AA0600016B6DC /* WidgetKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WidgetKit.framework; path = System/Library/Frameworks/WidgetKit.framework; sourceTree = SDKROOT; }; @@ -103,8 +101,16 @@ 7E943A27273211C300E7DDF4 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; 7E943A29273211C300E7DDF4 /* Persistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Persistence.swift; sourceTree = ""; }; 7E943A2C273211C300E7DDF4 /* Toki_Trainer.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Toki_Trainer.xcdatamodel; sourceTree = ""; }; - 7EBAE6A9273D65FD00BCFA09 /* toki-lessons.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "toki-lessons.json"; sourceTree = ""; }; 7EF546152737B8FA00537AE6 /* FlashCardResultsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlashCardResultsView.swift; sourceTree = ""; }; + C13FCE362A9D170B00E8976B /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.json; name = Base; path = "Base.lproj/toki-dictionary.json"; sourceTree = ""; }; + C13FCE392A9D171300E8976B /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.json; name = Base; path = "Base.lproj/toki-lessons.json"; sourceTree = ""; }; + C13FCE3C2A9D171600E8976B /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.json; name = Base; path = "Base.lproj/toki-partsofspeech.json"; sourceTree = ""; }; + C13FCE3E2A9D173000E8976B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.json; name = en; path = "en.lproj/toki-partsofspeech.json"; sourceTree = ""; }; + C13FCE3F2A9D173A00E8976B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.json; name = en; path = "en.lproj/toki-lessons.json"; sourceTree = ""; }; + C13FCE402A9D173F00E8976B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.json; name = en; path = "en.lproj/toki-dictionary.json"; sourceTree = ""; }; + C13FCE412A9D181B00E8976B /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.json; name = fr; path = "fr.lproj/toki-dictionary.json"; sourceTree = ""; }; + C13FCE422A9D181B00E8976B /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.json; name = fr; path = "fr.lproj/toki-lessons.json"; sourceTree = ""; }; + C13FCE432A9D181B00E8976B /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.json; name = fr; path = "fr.lproj/toki-partsofspeech.json"; sourceTree = ""; }; E1A8B363290B905600B53385 /* ViewExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewExtensions.swift; sourceTree = ""; }; E1D79AE228EC396200A104BF /* DictionaryView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DictionaryView.swift; sourceTree = ""; }; E1D79AE428F1914600A104BF /* TranslatorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TranslatorView.swift; sourceTree = ""; }; @@ -170,9 +176,9 @@ 7E28111E273302890063DC78 /* JSON Data */ = { isa = PBXGroup; children = ( - 7E28111B273302860063DC78 /* toki-dictionary.json */, - 7EBAE6A9273D65FD00BCFA09 /* toki-lessons.json */, - 7E28111A273302860063DC78 /* toki-partsofspeech.json */, + C13FCE372A9D170B00E8976B /* toki-dictionary.json */, + C13FCE3A2A9D171300E8976B /* toki-lessons.json */, + C13FCE3D2A9D171600E8976B /* toki-partsofspeech.json */, ); path = "JSON Data"; sourceTree = ""; @@ -334,6 +340,7 @@ knownRegions = ( en, Base, + fr, ); mainGroup = 7E943A14273211C200E7DDF4; productRefGroup = 7E943A1E273211C200E7DDF4 /* Products */; @@ -351,7 +358,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 7E44978D275AC4AE0016B6DC /* toki-dictionary.json in Resources */, + C13FCE352A9D170B00E8976B /* toki-dictionary.json in Resources */, 7E44977D275AA0620016B6DC /* Assets.xcassets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -360,11 +367,11 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 7EBAE6AA273D65FD00BCFA09 /* toki-lessons.json in Resources */, + C13FCE382A9D171300E8976B /* toki-lessons.json in Resources */, 7E943A28273211C300E7DDF4 /* Preview Assets.xcassets in Resources */, 7E943A25273211C300E7DDF4 /* Assets.xcassets in Resources */, - 7E28111D273302860063DC78 /* toki-dictionary.json in Resources */, - 7E28111C273302860063DC78 /* toki-partsofspeech.json in Resources */, + C13FCE342A9D170B00E8976B /* toki-dictionary.json in Resources */, + C13FCE3B2A9D171600E8976B /* toki-partsofspeech.json in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -425,6 +432,39 @@ }; /* End PBXTargetDependency section */ +/* Begin PBXVariantGroup section */ + C13FCE372A9D170B00E8976B /* toki-dictionary.json */ = { + isa = PBXVariantGroup; + children = ( + C13FCE362A9D170B00E8976B /* Base */, + C13FCE402A9D173F00E8976B /* en */, + C13FCE412A9D181B00E8976B /* fr */, + ); + name = "toki-dictionary.json"; + sourceTree = ""; + }; + C13FCE3A2A9D171300E8976B /* toki-lessons.json */ = { + isa = PBXVariantGroup; + children = ( + C13FCE392A9D171300E8976B /* Base */, + C13FCE3F2A9D173A00E8976B /* en */, + C13FCE422A9D181B00E8976B /* fr */, + ); + name = "toki-lessons.json"; + sourceTree = ""; + }; + C13FCE3D2A9D171600E8976B /* toki-partsofspeech.json */ = { + isa = PBXVariantGroup; + children = ( + C13FCE3C2A9D171600E8976B /* Base */, + C13FCE3E2A9D173000E8976B /* en */, + C13FCE432A9D181B00E8976B /* fr */, + ); + name = "toki-partsofspeech.json"; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + /* Begin XCBuildConfiguration section */ 7E449785275AA0620016B6DC /* Debug */ = { isa = XCBuildConfiguration; @@ -484,6 +524,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; @@ -545,6 +586,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; @@ -609,6 +651,8 @@ DEVELOPMENT_TEAM = W9ASV855X5; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_CFBundleDisplayName = "Toki Trainer"; + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.education"; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchScreen_Generation = YES; @@ -618,7 +662,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.1; + MARKETING_VERSION = 1.2; PRODUCT_BUNDLE_IDENTIFIER = "info.maddie.Toki-Trainer"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; @@ -640,6 +684,8 @@ DEVELOPMENT_TEAM = W9ASV855X5; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_CFBundleDisplayName = "Toki Trainer"; + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.education"; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchScreen_Generation = YES; @@ -649,7 +695,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.1; + MARKETING_VERSION = 1.2; PRODUCT_BUNDLE_IDENTIFIER = "info.maddie.Toki-Trainer"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; diff --git a/Toki Trainer.xcodeproj/xcshareddata/xcschemes/Toki Trainer WidgetsExtension.xcscheme b/Toki Trainer.xcodeproj/xcshareddata/xcschemes/Toki Trainer WidgetsExtension.xcscheme new file mode 100644 index 0000000..9db875e --- /dev/null +++ b/Toki Trainer.xcodeproj/xcshareddata/xcschemes/Toki Trainer WidgetsExtension.xcscheme @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Toki Trainer.xcodeproj/xcshareddata/xcschemes/Toki Trainer.xcscheme b/Toki Trainer.xcodeproj/xcshareddata/xcschemes/Toki Trainer.xcscheme new file mode 100644 index 0000000..76f286c --- /dev/null +++ b/Toki Trainer.xcodeproj/xcshareddata/xcschemes/Toki Trainer.xcscheme @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Toki Trainer.xcodeproj/xcuserdata/madeline.xcuserdatad/xcschemes/Toki Trainer French.xcscheme b/Toki Trainer.xcodeproj/xcuserdata/madeline.xcuserdatad/xcschemes/Toki Trainer French.xcscheme new file mode 100644 index 0000000..62bee2b --- /dev/null +++ b/Toki Trainer.xcodeproj/xcuserdata/madeline.xcuserdatad/xcschemes/Toki Trainer French.xcscheme @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Toki Trainer.xcodeproj/xcuserdata/madeline.xcuserdatad/xcschemes/xcschememanagement.plist b/Toki Trainer.xcodeproj/xcuserdata/madeline.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..092ce2c --- /dev/null +++ b/Toki Trainer.xcodeproj/xcuserdata/madeline.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,37 @@ + + + + + SchemeUserState + + Toki Trainer French.xcscheme + + orderHint + 0 + + Toki Trainer WidgetsExtension.xcscheme_^#shared#^_ + + orderHint + 2 + + Toki Trainer.xcscheme_^#shared#^_ + + orderHint + 1 + + + SuppressBuildableAutocreation + + 7E449771275AA0600016B6DC + + primary + + + 7E943A1C273211C200E7DDF4 + + primary + + + + + diff --git a/Toki Trainer/JSON Data/toki-dictionary.json b/Toki Trainer/JSON Data/Base.lproj/toki-dictionary.json similarity index 100% rename from Toki Trainer/JSON Data/toki-dictionary.json rename to Toki Trainer/JSON Data/Base.lproj/toki-dictionary.json diff --git a/Toki Trainer/JSON Data/toki-lessons.json b/Toki Trainer/JSON Data/Base.lproj/toki-lessons.json similarity index 100% rename from Toki Trainer/JSON Data/toki-lessons.json rename to Toki Trainer/JSON Data/Base.lproj/toki-lessons.json diff --git a/Toki Trainer/JSON Data/toki-partsofspeech.json b/Toki Trainer/JSON Data/Base.lproj/toki-partsofspeech.json similarity index 100% rename from Toki Trainer/JSON Data/toki-partsofspeech.json rename to Toki Trainer/JSON Data/Base.lproj/toki-partsofspeech.json diff --git a/Toki Trainer/JSON Data/en.lproj/toki-dictionary.json b/Toki Trainer/JSON Data/en.lproj/toki-dictionary.json new file mode 100644 index 0000000..f5631ce --- /dev/null +++ b/Toki Trainer/JSON Data/en.lproj/toki-dictionary.json @@ -0,0 +1,1751 @@ +[ + { + "word": "a", + "definitions": [ + { + "pos": "interj", + "definition": "ah, ha, uh, oh, ooh, aw, well (emotion word)" + } + ] + }, + { + "word": "akesi", + "definitions": [ + { + "pos": "n", + "definition": "non-cute animal, reptile, amphibian" + } + ] + }, + { + "word": "ala", + "definitions": [ + { + "pos": "mod", + "definition": "no, not, none, un-" + }, + { + "pos": "n", + "definition": "nothing, negation, zero" + }, + { + "pos": "interj", + "definition": "no!" + } + ] + }, + { + "word": "alasa", + "definitions": [ + { + "pos": "vt", + "definition": "gather, hunt" + } + ] + }, + { + "word": "ale", + "definitions": [ + { + "pos": "n", + "definition": "everything, anything, life, the universe" + }, + { + "pos": "mod", + "definition": "all, every, complete, whole" + } + ] + }, + { + "word": "ali", + "definitions": [ + { + "pos": "n", + "definition": "everything, anything, life, the universe" + }, + { + "pos": "mod", + "definition": "all, every, complete, whole" + } + ] + }, + { + "word": "anpa", + "definitions": [ + { + "pos": "n", + "definition": "bottom, lower part, under, below, floor, beneath" + }, + { + "pos": "mod", + "definition": "low, lower, bottom, down" + } + ] + }, + { + "word": "ante", + "definitions": [ + { + "pos": "n", + "definition": "difference" + }, + { + "pos": "mod", + "definition": "different" + }, + { + "pos": "conj", + "definition": "otherwise, or else" + }, + { + "pos": "vt", + "definition": "change, alter, modify" + } + ] + }, + { + "word": "anu", + "definitions": [ + { + "pos": "conj", + "definition": "or" + } + ] + }, + { + "word": "awen", + "definitions": [ + { + "pos": "vi", + "definition": "stay, wait, remain" + }, + { + "pos": "vt", + "definition": "keep" + }, + { + "pos": "mod", + "definition": "remaining, stationary, permanent, sedentary" + } + ] + }, + { + "word": "e", + "definitions": [ + { + "pos": "sep", + "definition": "(introduces a direct object)" + } + ] + }, + { + "word": "en", + "definitions": [ + { + "pos": "conj", + "definition": "and (used to coordinate head nouns)" + } + ] + }, + { + "word": "esun", + "definitions": [ + { + "pos": "n", + "definition": "market, shop" + } + ] + }, + { + "word": "ijo", + "definitions": [ + { + "pos": "n", + "definition": "thing, something, stuff, anything, object" + }, + { + "pos": "mod", + "definition": "of something" + }, + { + "pos": "vt", + "definition": "objectify" + } + ] + }, + { + "word": "ike", + "definitions": [ + { + "pos": "mod", + "definition": "bad, negative, wrong, evil, overly complex, (figuratively) unhealthy" + }, + { + "pos": "interj", + "definition": "oh dear! woe! alas!" + }, + { + "pos": "n", + "definition": "negativity, badness, evil" + }, + { + "pos": "vt", + "definition": "to make bad, to worsen, to have a negative effect upon" + }, + { + "pos": "vi", + "definition": "to be bad, to suck" + }, + { + "pos": "extra", + "definition": "[sounds like icky]" + } + ] + }, + { + "word": "ilo", + "definitions": [ + { + "pos": "n", + "definition": "tool, device, machine, thing used for a specific purpose" + } + ] + }, + { + "word": "insa", + "definitions": [ + { + "pos": "n", + "definition": "inside, inner world, centre, stomach" + }, + { + "pos": "mod", + "definition": "inner, internal" + }, + { + "pos": "extra", + "definition": "[inside]" + } + ] + }, + { + "word": "jaki", + "definitions": [ + { + "pos": "mod", + "definition": "dirty, gross, filthy" + }, + { + "pos": "n", + "definition": "dirt, pollution, garbage, filth" + }, + { + "pos": "vt", + "definition": "pollute, dirty" + }, + { + "pos": "interj", + "definition": "ew! yuck!" + }, + { + "pos": "extra", + "definition": "[yucky]" + } + ] + }, + { + "word": "jan", + "definitions": [ + { + "pos": "n", + "definition": "person, people, human, being, somebody, anybody" + }, + { + "pos": "mod", + "definition": "human, somebody's, personal, of people" + }, + { + "pos": "vt", + "definition": "personify, humanize, personalize" + } + ] + }, + { + "word": "jelo", + "definitions": [ + { + "pos": "mod", + "definition": "yellow, light green" + }, + { + "pos": "extra", + "definition": "[yellow]" + } + ] + }, + { + "word": "jo", + "definitions": [ + { + "pos": "vt", + "definition": "have, contain" + }, + { + "pos": "n", + "definition": "having" + }, + { + "pos": "kama", + "definition": "receive, get, take, obtain" + } + ] + }, + { + "word": "kala", + "definitions": [ + { + "pos": "n", + "definition": "fish, sea creature" + } + ] + }, + { + "word": "kalama", + "definitions": [ + { + "pos": "n", + "definition": "sound, noise, voice" + }, + { + "pos": "vi", + "definition": "make noise" + }, + { + "pos": "vt", + "definition": "sound, ring, play (an instrument)" + } + ] + }, + { + "word": "kama", + "definitions": [ + { + "pos": "vi", + "definition": "come, become, arrive, happen, pursue actions to arrive to (a certain state), manage to, start to" + }, + { + "pos": "n", + "definition": "event, happening, chance, arrival, beginning" + }, + { + "pos": "mod", + "definition": "coming, future" + }, + { + "pos": "vt", + "definition": "bring about, summon" + }, + { + "pos": "extra", + "definition": "[come up]" + } + ] + }, + { + "word": "kasi", + "definitions": [ + { + "pos": "n", + "definition": "plant, leaf, herb, tree, wood" + } + ] + }, + { + "word": "ken", + "definitions": [ + { + "pos": "vi", + "definition": "can, is able to, is allowed to, may, is possible" + }, + { + "pos": "n", + "definition": "possibility, ability, power to do things, permission" + }, + { + "pos": "vt", + "definition": "make possible, enable, allow, permit" + }, + { + "pos": "cont", + "definition": "it is possible that" + } + ] + }, + { + "word": "kepeken", + "definitions": [ + { + "pos": "vt", + "definition": "use" + }, + { + "pos": "prep", + "definition": "with" + } + ] + }, + { + "word": "kili", + "definitions": [ + { + "pos": "n", + "definition": "fruit, pulpy vegetable, mushroom" + } + ] + }, + { + "word": "kin", + "definitions": [ + { + "pos": "mod", + "definition": "also, too, even, indeed (emphasizes the word(s) before it)" + } + ] + }, + { + "word": "kipisi", + "definitions": [ + { + "pos": "extra", + "definition": "(yet undefined entry in the official word list)" + } + ] + }, + { + "word": "kiwen", + "definitions": [ + { + "pos": "mod", + "definition": "hard, solid, stone-like, made of stone or metal" + }, + { + "pos": "n", + "definition": "hard thing, rock, stone, metal, mineral, clay" + } + ] + }, + { + "word": "ko", + "definitions": [ + { + "pos": "n", + "definition": "semi-solid or squishy substance, e.g. paste, powder, gum" + } + ] + }, + { + "word": "kon", + "definitions": [ + { + "pos": "n", + "definition": "air, wind, smell, soul" + }, + { + "pos": "mod", + "definition": "air-like, ethereal, gaseous" + } + ] + }, + { + "word": "kule", + "definitions": [ + { + "pos": "n", + "definition": "colour, paint" + }, + { + "pos": "mod", + "definition": "colourful" + }, + { + "pos": "vt", + "definition": "colour, paint" + } + ] + }, + { + "word": "kulupu", + "definitions": [ + { + "pos": "n", + "definition": "group, community, society, company, people" + }, + { + "pos": "mod", + "definition": "communal, shared, public, of the society" + } + ] + }, + { + "word": "kute", + "definitions": [ + { + "pos": "vt", + "definition": "listen, hear" + }, + { + "pos": "mod", + "definition": "auditory, hearing" + } + ] + }, + { + "word": "la", + "definitions": [ + { + "pos": "sep", + "definition": "(between adverb or phrase of context and sentence)" + } + ] + }, + { + "word": "lape", + "definitions": [ + { + "pos": "n", + "definition": "n, vi sleep, rest" + }, + { + "pos": "mod", + "definition": "sleeping, of sleep" + } + ] + }, + { + "word": "laso", + "definitions": [ + { + "pos": "mod", + "definition": "blue, blue-green" + } + ] + }, + { + "word": "lawa", + "definitions": [ + { + "pos": "n", + "definition": "head, mind" + }, + { + "pos": "mod", + "definition": "main, leading, in charge" + }, + { + "pos": "vt", + "definition": "lead, control, rule, steer" + } + ] + }, + { + "word": "len", + "definitions": [ + { + "pos": "n", + "definition": "clothing, cloth, fabric" + } + ] + }, + { + "word": "lete", + "definitions": [ + { + "pos": "n", + "definition": "cold" + }, + { + "pos": "mod", + "definition": "cold, uncooked" + }, + { + "pos": "vt", + "definition": "cool down, chill" + } + ] + }, + { + "word": "li", + "definitions": [ + { + "pos": "sep", + "definition": "(between any subject except mi and sina and its verb, also used to introduce a new verb for the same subject)" + } + ] + }, + { + "word": "lili", + "definitions": [ + { + "pos": "mod", + "definition": "small, little, young, a bit, short, few, less" + }, + { + "pos": "vt", + "definition": "reduce, shorten, shrink, lessen" + } + ] + }, + { + "word": "linja", + "definitions": [ + { + "pos": "n", + "definition": "long, very thin, floppy thing, e.g. string, rope, hair, thread, cord, chain" + } + ] + }, + { + "word": "lipu", + "definitions": [ + { + "pos": "n", + "definition": "flat and bendable thing, e.g. paper, card, ticket" + } + ] + }, + { + "word": "loje", + "definitions": [ + { + "pos": "mod", + "definition": "red" + } + ] + }, + { + "word": "lon", + "definitions": [ + { + "pos": "prep", + "definition": "be (located) in/at/on" + }, + { + "pos": "vi", + "definition": "be there, be present, be real/true, exist, be awake" + } + ] + }, + { + "word": "luka", + "definitions": [ + { + "pos": "n", + "definition": "hand, arm" + } + ] + }, + { + "word": "lukin", + "definitions": [ + { + "pos": "vt", + "definition": "see, look at, watch, read" + }, + { + "pos": "vi", + "definition": "look, watch out, pay attention" + }, + { + "pos": "mod", + "definition": "visual(ly)" + }, + { + "pos": "extra", + "definition": "[looking]" + } + ] + }, + { + "word": "lupa", + "definitions": [ + { + "pos": "n", + "definition": "hole, orifice, window, door" + }, + { + "pos": "extra", + "definition": "[sounds like loop]" + } + ] + }, + { + "word": "ma", + "definitions": [ + { + "pos": "n", + "definition": "land, earth, country, (outdoor) area" + } + ] + }, + { + "word": "mama", + "definitions": [ + { + "pos": "n", + "definition": "parent, mother, father" + }, + { + "pos": "mod", + "definition": "of the parent, parental, maternal, fatherly" + }, + { + "pos": "extra", + "definition": "[sounds like momma]" + } + ] + }, + { + "word": "mani", + "definitions": [ + { + "pos": "n", + "definition": "money, material wealth, currency, dollar, capital" + }, + { + "pos": "extra", + "definition": "[money]" + } + ] + }, + { + "word": "meli", + "definitions": [ + { + "pos": "n", + "definition": "woman, female, girl, wife, girlfriend" + }, + { + "pos": "mod", + "definition": "female, feminine, womanly" + }, + { + "pos": "extra", + "definition": "[Mary]" + } + ] + }, + { + "word": "mi", + "definitions": [ + { + "pos": "n", + "definition": "I, we" + }, + { + "pos": "mod", + "definition": "my, our" + }, + { + "pos": "extra", + "definition": "[me]" + } + ] + }, + { + "word": "mije", + "definitions": [ + { + "pos": "n", + "definition": "man, male, boy, husband, boyfriend" + }, + { + "pos": "mod", + "definition": "male, masculine, manly" + } + ] + }, + { + "word": "moku", + "definitions": [ + { + "pos": "n", + "definition": "food, meal" + }, + { + "pos": "vt", + "definition": "eat, drink, swallow, ingest, consume" + } + ] + }, + { + "word": "moli", + "definitions": [ + { + "pos": "n", + "definition": "death" + }, + { + "pos": "vi", + "definition": "die, be dead" + }, + { + "pos": "vt", + "definition": "kill" + }, + { + "pos": "mod", + "definition": "dead, deadly, fatal" + } + ] + }, + { + "word": "monsi", + "definitions": [ + { + "pos": "n", + "definition": "back, rear end, butt, behind" + }, + { + "pos": "mod", + "definition": "back, rear" + } + ] + }, + { + "word": "mu", + "definitions": [ + { + "pos": "interj", + "definition": "woof! meow! moo! etc. (cute animal noise)" + }, + { + "pos": "extra", + "definition": "[moo]" + } + ] + }, + { + "word": "mun", + "definitions": [ + { + "pos": "n", + "definition": "moon" + }, + { + "pos": "mod", + "definition": "lunar" + }, + { + "pos": "extra", + "definition": "[moon]" + } + ] + }, + { + "word": "musi", + "definitions": [ + { + "pos": "n", + "definition": "fun, playing, game, recreation, art, entertainment" + }, + { + "pos": "mod", + "definition": "artful, fun, recreational" + }, + { + "pos": "vi", + "definition": "play, have fun" + }, + { + "pos": "vt", + "definition": "amuse, entertain" + } + ] + }, + { + "word": "mute", + "definitions": [ + { + "pos": "mod", + "definition": "many, very, much, several, a lot, abundant, numerous, more" + }, + { + "pos": "n", + "definition": "amount, quantity" + }, + { + "pos": "vt", + "definition": "make many or much" + }, + { + "pos": "extra", + "definition": "[multi]" + } + ] + }, + { + "word": "namako", + "definitions": [ + { + "pos": "n", + "definition": "food additive, accessory, something extra" + }, + { + "pos": "vt", + "definition": "season, embellish, stimulate" + } + ] + }, + { + "word": "nanpa", + "definitions": [ + { + "pos": "n", + "definition": "number" + }, + { + "pos": "oth", + "definition": "-th (ordinal numbers)" + }, + { + "pos": "extra", + "definition": "[number]" + } + ] + }, + { + "word": "nasa", + "definitions": [ + { + "pos": "mod", + "definition": "silly, crazy, foolish, drunk, strange, stupid, weird" + }, + { + "pos": "vt", + "definition": "drive crazy, make weird" + } + ] + }, + { + "word": "nasin", + "definitions": [ + { + "pos": "n", + "definition": "way, manner, custom, road, path, doctrine, system, method" + } + ] + }, + { + "word": "nena", + "definitions": [ + { + "pos": "n", + "definition": "bump, nose, hill, mountain, button" + } + ] + }, + { + "word": "ni", + "definitions": [ + { + "pos": "mod", + "definition": "this, that" + } + ] + }, + { + "word": "nimi", + "definitions": [ + { + "pos": "n", + "definition": "word, name" + } + ] + }, + { + "word": "noka", + "definitions": [ + { + "pos": "n", + "definition": "leg, foot" + } + ] + }, + { + "word": "o", + "definitions": [ + { + "pos": "sep", + "definition": "O (vocative or imperative)" + }, + { + "pos": "interj", + "definition": "hey! (calling somebody's attention)" + } + ] + }, + { + "word": "oko", + "definitions": [ + { + "pos": "n", + "definition": "eye" + }, + { + "pos": "extra", + "definition": "[similar to oculist]" + } + ] + }, + { + "word": "olin", + "definitions": [ + { + "pos": "n", + "definition": "love" + }, + { + "pos": "mod", + "definition": "love" + }, + { + "pos": "vt", + "definition": "to love (a person)" + } + ] + }, + { + "word": "ona", + "definitions": [ + { + "pos": "n", + "definition": "she, he, it, they" + }, + { + "pos": "mod", + "definition": "her, his, its, their" + } + ] + }, + { + "word": "open", + "definitions": [ + { + "pos": "vt", + "definition": "open, turn on" + } + ] + }, + { + "word": "pakala", + "definitions": [ + { + "pos": "n", + "definition": "blunder, accident, mistake, destruction, damage, breaking" + }, + { + "pos": "vt", + "definition": "screw up, fuck up, botch, ruin, break, hurt, injure, damage, spoil, ruin" + }, + { + "pos": "vi", + "definition": "screw up, fall apart, break" + }, + { + "pos": "interj", + "definition": "damn! fuck!" + } + ] + }, + { + "word": "pali", + "definitions": [ + { + "pos": "n", + "definition": "activity, work, deed, project" + }, + { + "pos": "mod", + "definition": "active, work-related, operating, working" + }, + { + "pos": "vt", + "definition": "do, make, build, create" + }, + { + "pos": "vi", + "definition": "act, work, function" + } + ] + }, + { + "word": "palisa", + "definitions": [ + { + "pos": "n", + "definition": "long, mostly hard object, e.g. rod, stick, branch" + } + ] + }, + { + "word": "pan", + "definitions": [ + { + "pos": "n", + "definition": "grain, cereal" + } + ] + }, + { + "word": "pana", + "definitions": [ + { + "pos": "vt", + "definition": "give, put, send, place, release, emit, cause" + }, + { + "pos": "n", + "definition": "giving, transfer, exchange" + } + ] + }, + { + "word": "pi", + "definitions": [ + { + "pos": "sep", + "definition": "of, belonging to" + } + ] + }, + { + "word": "pilin", + "definitions": [ + { + "pos": "n", + "definition": "feelings, emotion, heart" + }, + { + "pos": "vi", + "definition": "feel" + }, + { + "pos": "vt", + "definition": "feel, think, sense, touch" + }, + { + "pos": "extra", + "definition": "[feeling]" + } + ] + }, + { + "word": "pimeja", + "definitions": [ + { + "pos": "mod", + "definition": "black, dark" + }, + { + "pos": "n", + "definition": "darkness, shadows" + }, + { + "pos": "vt", + "definition": "darken" + } + ] + }, + { + "word": "pini", + "definitions": [ + { + "pos": "n", + "definition": "end, tip" + }, + { + "pos": "mod", + "definition": "completed, finished, past, done, ago" + }, + { + "pos": "vt", + "definition": "finish, close, end, turn off" + } + ] + }, + { + "word": "pipi", + "definitions": [ + { + "pos": "n", + "definition": "bug, insect, spider" + } + ] + }, + { + "word": "poka", + "definitions": [ + { + "pos": "n", + "definition": "side, hip, next to" + }, + { + "pos": "prep", + "definition": "in the accompaniment of, with" + }, + { + "pos": "mod", + "definition": "neighbouring" + } + ] + }, + { + "word": "poki", + "definitions": [ + { + "pos": "n", + "definition": "container, box, bowl, cup, glass" + }, + { + "pos": "extra", + "definition": "[box]" + } + ] + }, + { + "word": "pona", + "definitions": [ + { + "pos": "n", + "definition": "good, simplicity, positivity" + }, + { + "pos": "mod", + "definition": "good, simple, positive, nice, correct, right" + }, + { + "pos": "interj", + "definition": "great! good! thanks! OK! cool! yay!" + }, + { + "pos": "vt", + "definition": "improve, fix, repair, make good" + }, + { + "pos": "extra", + "definition": "[bonam]" + } + ] + }, + { + "word": "pu", + "definitions": [ + { + "pos": "extra", + "definition": "(yet undefined entry in the official word list)" + } + ] + }, + { + "word": "sama", + "definitions": [ + { + "pos": "mod", + "definition": "same, similar, equal, of equal status or position" + }, + { + "pos": "prep", + "definition": "preplike, as, seem" + } + ] + }, + { + "word": "seli", + "definitions": [ + { + "pos": "n", + "definition": "fire, warmth, heat" + }, + { + "pos": "mod", + "definition": "hot, warm, cooked" + }, + { + "pos": "vt", + "definition": "heat, warm up, cook" + } + ] + }, + { + "word": "selo", + "definitions": [ + { + "pos": "n", + "definition": "outside, surface, skin, shell, bark, shape, peel" + } + ] + }, + { + "word": "seme", + "definitions": [ + { + "pos": "oth", + "definition": "what, which, wh- (question word)" + } + ] + }, + { + "word": "sewi", + "definitions": [ + { + "pos": "n", + "definition": "high, up, above, top, over, on" + }, + { + "pos": "mod", + "definition": "superior, elevated, religious, formal" + } + ] + }, + { + "word": "sijelo", + "definitions": [ + { + "pos": "n", + "definition": "body, physical state" + } + ] + }, + { + "word": "sike", + "definitions": [ + { + "pos": "n", + "definition": "circle, wheel, sphere, ball, cycle" + }, + { + "pos": "mod", + "definition": "round, cyclical" + } + ] + }, + { + "word": "sin", + "definitions": [ + { + "pos": "mod", + "definition": "new, fresh, another, more" + }, + { + "pos": "vt", + "definition": "renew, renovate, freshen" + } + ] + }, + { + "word": "sina", + "definitions": [ + { + "pos": "n", + "definition": "you" + }, + { + "pos": "mod", + "definition": "your" + } + ] + }, + { + "word": "sinpin", + "definitions": [ + { + "pos": "n", + "definition": "front, chest, torso, face, wall" + } + ] + }, + { + "word": "sitelen", + "definitions": [ + { + "pos": "n", + "definition": "picture, image" + }, + { + "pos": "vt", + "definition": "draw, write" + } + ] + }, + { + "word": "sona", + "definitions": [ + { + "pos": "n", + "definition": "knowledge, wisdom, intelligence, understanding" + }, + { + "pos": "vt", + "definition": "know, understand, know how to" + }, + { + "pos": "vi", + "definition": "know, understand" + }, + { + "pos": "kama", + "definition": "learn, study" + } + ] + }, + { + "word": "soweli", + "definitions": [ + { + "pos": "n", + "definition": "animal, especially land mammal, lovable animal" + } + ] + }, + { + "word": "suli", + "definitions": [ + { + "pos": "mod", + "definition": "big, tall, long, adult, important" + }, + { + "pos": "vt", + "definition": "enlarge, lengthen" + }, + { + "pos": "n", + "definition": "size" + } + ] + }, + { + "word": "suno", + "definitions": [ + { + "pos": "n", + "definition": "sun, light" + } + ] + }, + { + "word": "supa", + "definitions": [ + { + "pos": "n", + "definition": "horizontal surface, e.g furniture, table, chair, pillow, floor" + } + ] + }, + { + "word": "suwi", + "definitions": [ + { + "pos": "n", + "definition": "candy, sweet food" + }, + { + "pos": "mod", + "definition": "sweet, cute" + }, + { + "pos": "vt", + "definition": "sweeten" + }, + { + "pos": "extra", + "definition": "[sweet]" + } + ] + }, + { + "word": "tan", + "definitions": [ + { + "pos": "prep", + "definition": "from, by, because of, since" + }, + { + "pos": "n", + "definition": "origin, cause" + } + ] + }, + { + "word": "taso", + "definitions": [ + { + "pos": "mod", + "definition": "only, sole" + }, + { + "pos": "conj", + "definition": "but" + }, + { + "pos": "extra", + "definition": "[that's all]" + } + ] + }, + { + "word": "tawa", + "definitions": [ + { + "pos": "prep", + "definition": "to, in order to, towards, for, until" + }, + { + "pos": "vi", + "definition": "go to, walk, travel, move, leave" + }, + { + "pos": "n", + "definition": "movement, transportation" + }, + { + "pos": "mod", + "definition": "moving, mobile" + }, + { + "pos": "vt", + "definition": "move, displace" + }, + { + "pos": "extra", + "definition": "[towards]" + } + ] + }, + { + "word": "telo", + "definitions": [ + { + "pos": "n", + "definition": "water, liquid, juice, sauce" + }, + { + "pos": "vt", + "definition": "water, wash with water" + } + ] + }, + { + "word": "tenpo", + "definitions": [ + { + "pos": "n", + "definition": "time, period of time, moment, duration, situation" + } + ] + }, + { + "word": "toki", + "definitions": [ + { + "pos": "n", + "definition": "language, talking, speech, communication" + }, + { + "pos": "mod", + "definition": "talking, verbal" + }, + { + "pos": "vt", + "definition": "say" + }, + { + "pos": "vi", + "definition": "talk, chat, communicate" + }, + { + "pos": "interj", + "definition": "hello! hi!" + } + ] + }, + { + "word": "tomo", + "definitions": [ + { + "pos": "n", + "definition": "indoor constructed space, e.g. house, home, room, building" + }, + { + "pos": "mod", + "definition": "urban, domestic, household" + } + ] + }, + { + "word": "tu", + "definitions": [ + { + "pos": "mod", + "definition": "two" + }, + { + "pos": "n", + "definition": "duo, pair" + }, + { + "pos": "vt", + "definition": "double, separate/cut/divide in two" + }, + { + "pos": "extra", + "definition": "[two]" + } + ] + }, + { + "word": "unpa", + "definitions": [ + { + "pos": "n", + "definition": "sex, sexuality" + }, + { + "pos": "mod", + "definition": "erotic, sexual" + }, + { + "pos": "vt", + "definition": "have sex with, sleep with, fuck" + }, + { + "pos": "vi", + "definition": "have sex" + } + ] + }, + { + "word": "uta", + "definitions": [ + { + "pos": "n", + "definition": "mouth" + }, + { + "pos": "mod", + "definition": "oral" + } + ] + }, + { + "word": "utala", + "definitions": [ + { + "pos": "n", + "definition": "conflict, disharmony, competition, fight, war, battle, attack, blow, argument, physical or verbal violence" + }, + { + "pos": "vt", + "definition": "hit, strike, attack, compete against" + } + ] + }, + { + "word": "walo", + "definitions": [ + { + "pos": "mod", + "definition": "white, light (colour)" + }, + { + "pos": "n", + "definition": "white thing or part, whiteness, lightness" + }, + { + "pos": "extra", + "definition": "[sounds like wall, which is often white]" + } + ] + }, + { + "word": "wan", + "definitions": [ + { + "pos": "mod", + "definition": "one, a" + }, + { + "pos": "n", + "definition": "unit, element, particle, part, piece" + }, + { + "pos": "vt", + "definition": "unite, make one" + }, + { + "pos": "extra", + "definition": "[one]" + } + ] + }, + { + "word": "waso", + "definitions": [ + { + "pos": "n", + "definition": "bird, winged animal" + } + ] + }, + { + "word": "wawa", + "definitions": [ + { + "pos": "n", + "definition": "energy, strength, power" + }, + { + "pos": "mod", + "definition": "energetic, strong, fierce, intense, sure, confident" + }, + { + "pos": "vt", + "definition": "strengthen, energize, empower" + } + ] + }, + { + "word": "weka", + "definitions": [ + { + "pos": "mod", + "definition": "away, absent, missing" + }, + { + "pos": "n", + "definition": "absence" + }, + { + "pos": "vt", + "definition": "throw away, remove, get rid of" + } + ] + }, + { + "word": "wile", + "definitions": [ + { + "pos": "vt", + "definition": "to want, need, wish, have to, must, will, should" + }, + { + "pos": "n", + "definition": "desire, need, will" + }, + { + "pos": "mod", + "definition": "necessary" + } + ] + } +] diff --git a/Toki Trainer/JSON Data/en.lproj/toki-lessons.json b/Toki Trainer/JSON Data/en.lproj/toki-lessons.json new file mode 100644 index 0000000..59e63f2 --- /dev/null +++ b/Toki Trainer/JSON Data/en.lproj/toki-lessons.json @@ -0,0 +1,1714 @@ +[ + { + "lesson": "Nouns", + "words": [ + { + "word": "ijo", + "definitions": [ + { + "pos": "n", + "definition": "thing, something, stuff, anything, object" + }, + { + "pos": "mod", + "definition": "of something" + }, + { + "pos": "vt", + "definition": "objectify" + } + ] + }, + { + "word": "jan", + "definitions": [ + { + "pos": "n", + "definition": "person, people, human, being, somebody, anybody" + }, + { + "pos": "mod", + "definition": "human, somebody's, personal, of people" + }, + { + "pos": "vt", + "definition": "personify, humanize, personalize" + } + ] + }, + { + "word": "kili", + "definitions": [ + { + "pos": "n", + "definition": "fruit, pulpy vegetable, mushroom" + } + ] + }, + { + "word": "lipu", + "definitions": [ + { + "pos": "n", + "definition": "flat and bendable thing, e.g. paper, card, ticket" + } + ] + }, + { + "word": "meli", + "definitions": [ + { + "pos": "n", + "definition": "woman, female, girl, wife, girlfriend" + }, + { + "pos": "mod", + "definition": "female, feminine, womanly" + }, + { + "pos": "extra", + "definition": "[Mary]" + } + ] + }, + { + "word": "ni", + "definitions": [ + { + "pos": "mod", + "definition": "this, that" + } + ] + }, + { + "word": "soweli", + "definitions": [ + { + "pos": "n", + "definition": "animal, especially land mammal, lovable animal" + } + ] + }, + { + "word": "li", + "definitions": [ + { + "pos": "sep", + "definition": "(between any subject except mi and sina and its verb, also used to introduce a new verb for the same subject)" + } + ] + } + ] + }, + { + "lesson": "Nouns and Adjectives", + "words": [ + { + "word": "telo", + "definitions": [ + { + "pos": "n", + "definition": "water, liquid, juice, sauce" + }, + { + "pos": "vt", + "definition": "water, wash with water" + } + ] + }, + { + "word": "tomo", + "definitions": [ + { + "pos": "n", + "definition": "indoor constructed space, e.g. house, home, room, building" + }, + { + "pos": "mod", + "definition": "urban, domestic, household" + } + ] + }, + { + "word": "lili", + "definitions": [ + { + "pos": "mod", + "definition": "small, little, young, a bit, short, few, less" + }, + { + "pos": "vt", + "definition": "reduce, shorten, shrink, lessen" + } + ] + }, + { + "word": "pona", + "definitions": [ + { + "pos": "n", + "definition": "good, simplicity, positivity" + }, + { + "pos": "mod", + "definition": "good, simple, positive, nice, correct, right" + }, + { + "pos": "interj", + "definition": "great! good! thanks! OK! cool! yay!" + }, + { + "pos": "vt", + "definition": "improve, fix, repair, make good" + }, + { + "pos": "extra", + "definition": "[bonam]" + } + ] + }, + { + "word": "suli", + "definitions": [ + { + "pos": "mod", + "definition": "big, tall, long, adult, important" + }, + { + "pos": "vt", + "definition": "enlarge, lengthen" + }, + { + "pos": "n", + "definition": "size" + } + ] + } + ] + }, + { + "lesson": "You and I", + "words": [ + { + "word": "mi", + "definitions": [ + { + "pos": "n", + "definition": "I, we" + }, + { + "pos": "mod", + "definition": "my, our" + }, + { + "pos": "extra", + "definition": "[me]" + } + ] + }, + { + "word": "mije", + "definitions": [ + { + "pos": "n", + "definition": "man, male, boy, husband, boyfriend" + }, + { + "pos": "mod", + "definition": "male, masculine, manly" + } + ] + }, + { + "word": "sina", + "definitions": [ + { + "pos": "n", + "definition": "you" + }, + { + "pos": "mod", + "definition": "your" + } + ] + }, + { + "word": "kulupu", + "definitions": [ + { + "pos": "n", + "definition": "group, community, society, company, people" + }, + { + "pos": "mod", + "definition": "communal, shared, public, of the society" + } + ] + }, + { + "word": "sin", + "definitions": [ + { + "pos": "mod", + "definition": "new, fresh, another, more" + }, + { + "pos": "vt", + "definition": "renew, renovate, freshen" + } + ] + }, + { + "word": "wawa", + "definitions": [ + { + "pos": "n", + "definition": "energy, strength, power" + }, + { + "pos": "mod", + "definition": "energetic, strong, fierce, intense, sure, confident" + }, + { + "pos": "vt", + "definition": "strengthen, energize, empower" + } + ] + } + ] + }, + { + "lesson": "Verbs", + "words": [ + { + "word": "jo", + "definitions": [ + { + "pos": "vt", + "definition": "have, contain" + }, + { + "pos": "n", + "definition": "having" + }, + { + "pos": "kama", + "definition": "receive, get, take, obtain" + } + ] + }, + { + "word": "kute", + "definitions": [ + { + "pos": "vt", + "definition": "listen, hear" + }, + { + "pos": "mod", + "definition": "auditory, hearing" + } + ] + }, + { + "word": "moku", + "definitions": [ + { + "pos": "n", + "definition": "food, meal" + }, + { + "pos": "vt", + "definition": "eat, drink, swallow, ingest, consume" + } + ] + }, + { + "word": "pali", + "definitions": [ + { + "pos": "n", + "definition": "activity, work, deed, project" + }, + { + "pos": "mod", + "definition": "active, work-related, operating, working" + }, + { + "pos": "vt", + "definition": "do, make, build, create" + }, + { + "pos": "vi", + "definition": "act, work, function" + } + ] + }, + { + "word": "sona", + "definitions": [ + { + "pos": "n", + "definition": "knowledge, wisdom, intelligence, understanding" + }, + { + "pos": "vt", + "definition": "know, understand, know how to" + }, + { + "pos": "vi", + "definition": "know, understand" + }, + { + "pos": "kama", + "definition": "learn, study" + } + ] + }, + { + "word": "toki", + "definitions": [ + { + "pos": "n", + "definition": "language, talking, speech, communication" + }, + { + "pos": "mod", + "definition": "talking, verbal" + }, + { + "pos": "vt", + "definition": "say" + }, + { + "pos": "vi", + "definition": "talk, chat, communicate" + }, + { + "pos": "interj", + "definition": "hello! hi!" + } + ] + }, + { + "word": "e", + "definitions": [ + { + "pos": "sep", + "definition": "(introduces a direct object)" + } + ] + } + ] + }, + { + "lesson": "More Adjectives", + "words": [ + { + "word": "ala", + "definitions": [ + { + "pos": "mod", + "definition": "no, not, none, un-" + }, + { + "pos": "n", + "definition": "nothing, negation, zero" + }, + { + "pos": "interj", + "definition": "no!" + } + ] + }, + { + "word": "ike", + "definitions": [ + { + "pos": "mod", + "definition": "bad, negative, wrong, evil, overly complex, (figuratively) unhealthy" + }, + { + "pos": "interj", + "definition": "oh dear! woe! alas!" + }, + { + "pos": "n", + "definition": "negativity, badness, evil" + }, + { + "pos": "vt", + "definition": "to make bad, to worsen, to have a negative effect upon" + }, + { + "pos": "vi", + "definition": "to be bad, to suck" + }, + { + "pos": "extra", + "definition": "[sounds like icky]" + } + ] + }, + { + "word": "mute", + "definitions": [ + { + "pos": "mod", + "definition": "many, very, much, several, a lot, abundant, numerous, more" + }, + { + "pos": "n", + "definition": "amount, quantity" + }, + { + "pos": "vt", + "definition": "make many or much" + }, + { + "pos": "extra", + "definition": "[multi]" + } + ] + }, + { + "word": "pu", + "definitions": [ + { + "pos": "extra", + "definition": "(yet undefined entry in the official word list)" + } + ] + }, + { + "word": "sewi", + "definitions": [ + { + "pos": "n", + "definition": "high, up, above, top, over, on" + }, + { + "pos": "mod", + "definition": "superior, elevated, religious, formal" + } + ] + }, + { + "word": "wan", + "definitions": [ + { + "pos": "mod", + "definition": "one, a" + }, + { + "pos": "n", + "definition": "unit, element, particle, part, piece" + }, + { + "pos": "vt", + "definition": "unite, make one" + }, + { + "pos": "extra", + "definition": "[one]" + } + ] + }, + { + "word": "mama", + "definitions": [ + { + "pos": "n", + "definition": "parent, mother, father" + }, + { + "pos": "mod", + "definition": "of the parent, parental, maternal, fatherly" + }, + { + "pos": "extra", + "definition": "[sounds like momma]" + } + ] + } + ] + }, + { + "lesson": "Questions and Answers", + "words": [ + { + "word": "ilo", + "definitions": [ + { + "pos": "n", + "definition": "tool, device, machine, thing used for a specific purpose" + } + ] + }, + { + "word": "kala", + "definitions": [ + { + "pos": "n", + "definition": "fish, sea creature" + } + ] + }, + { + "word": "ona", + "definitions": [ + { + "pos": "n", + "definition": "she, he, it, they" + }, + { + "pos": "mod", + "definition": "her, his, its, their" + } + ] + }, + { + "word": "anu", + "definitions": [ + { + "pos": "conj", + "definition": "or" + } + ] + }, + { + "word": "seme", + "definitions": [ + { + "pos": "oth", + "definition": "what, which, wh- (question word)" + } + ] + } + ] + }, + { + "lesson": "Prepositions", + "words": [ + { + "word": "pana", + "definitions": [ + { + "pos": "vt", + "definition": "give, put, send, place, release, emit, cause" + }, + { + "pos": "n", + "definition": "giving, transfer, exchange" + } + ] + }, + { + "word": "tawa", + "definitions": [ + { + "pos": "prep", + "definition": "to, in order to, towards, for, until" + }, + { + "pos": "vi", + "definition": "go to, walk, travel, move, leave" + }, + { + "pos": "n", + "definition": "movement, transportation" + }, + { + "pos": "mod", + "definition": "moving, mobile" + }, + { + "pos": "vt", + "definition": "move, displace" + }, + { + "pos": "extra", + "definition": "[towards]" + } + ] + }, + { + "word": "lon", + "definitions": [ + { + "pos": "prep", + "definition": "be (located) in/at/on" + }, + { + "pos": "vi", + "definition": "be there, be present, be real/true, exist, be awake" + } + ] + }, + { + "word": "kepeken", + "definitions": [ + { + "pos": "vt", + "definition": "use" + }, + { + "pos": "prep", + "definition": "with" + } + ] + }, + { + "word": "tan", + "definitions": [ + { + "pos": "prep", + "definition": "from, by, because of, since" + }, + { + "pos": "n", + "definition": "origin, cause" + } + ] + } + ] + }, + { + "lesson": "Proper Names", + "words": [ + { + "word": "ma", + "definitions": [ + { + "pos": "n", + "definition": "land, earth, country, (outdoor) area" + } + ] + }, + { + "word": "nasin", + "definitions": [ + { + "pos": "n", + "definition": "way, manner, custom, road, path, doctrine, system, method" + } + ] + }, + { + "word": "nena", + "definitions": [ + { + "pos": "n", + "definition": "bump, nose, hill, mountain, button" + } + ] + }, + { + "word": "nimi", + "definitions": [ + { + "pos": "n", + "definition": "word, name" + } + ] + }, + { + "word": "utala", + "definitions": [ + { + "pos": "n", + "definition": "conflict, disharmony, competition, fight, war, battle, attack, blow, argument, physical or verbal violence" + }, + { + "pos": "vt", + "definition": "hit, strike, attack, compete against" + } + ] + } + ] + }, + { + "lesson": "Greetings and Feelings", + "words": [ + { + "word": "a", + "definitions": [ + { + "pos": "interj", + "definition": "ah, ha, uh, oh, ooh, aw, well (emotion word)" + } + ] + }, + { + "word": "mu", + "definitions": [ + { + "pos": "interj", + "definition": "woof! meow! moo! etc. (cute animal noise)" + }, + { + "pos": "extra", + "definition": "[moo]" + } + ] + }, + { + "word": "o", + "definitions": [ + { + "pos": "sep", + "definition": "O (vocative or imperative)" + }, + { + "pos": "interj", + "definition": "hey! (calling somebody's attention)" + } + ] + }, + { + "word": "pilin", + "definitions": [ + { + "pos": "n", + "definition": "feelings, emotion, heart" + }, + { + "pos": "vi", + "definition": "feel" + }, + { + "pos": "vt", + "definition": "feel, think, sense, touch" + }, + { + "pos": "extra", + "definition": "[feeling]" + } + ] + } + ] + }, + { + "lesson": "pi", + "words": [ + { + "word": "kasi", + "definitions": [ + { + "pos": "n", + "definition": "plant, leaf, herb, tree, wood" + } + ] + }, + { + "word": "sijelo", + "definitions": [ + { + "pos": "n", + "definition": "body, physical state" + } + ] + }, + { + "word": "suno", + "definitions": [ + { + "pos": "n", + "definition": "sun, light" + } + ] + }, + { + "word": "tenpo", + "definitions": [ + { + "pos": "n", + "definition": "time, period of time, moment, duration, situation" + } + ] + }, + { + "word": "awen", + "definitions": [ + { + "pos": "vi", + "definition": "stay, wait, remain" + }, + { + "pos": "vt", + "definition": "keep" + }, + { + "pos": "mod", + "definition": "remaining, stationary, permanent, sedentary" + } + ] + }, + { + "word": "tawa", + "definitions": [ + { + "pos": "prep", + "definition": "to, in order to, towards, for, until" + }, + { + "pos": "vi", + "definition": "go to, walk, travel, move, leave" + }, + { + "pos": "n", + "definition": "movement, transportation" + }, + { + "pos": "mod", + "definition": "moving, mobile" + }, + { + "pos": "vt", + "definition": "move, displace" + }, + { + "pos": "extra", + "definition": "[towards]" + } + ] + }, + { + "word": "pi", + "definitions": [ + { + "pos": "sep", + "definition": "of, belonging to" + } + ] + } + ] + }, + { + "lesson": "Numbers", + "words": [ + { + "word": "ala", + "definitions": [ + { + "pos": "mod", + "definition": "no, not, none, un-" + }, + { + "pos": "n", + "definition": "nothing, negation, zero" + }, + { + "pos": "interj", + "definition": "no!" + } + ] + }, + { + "word": "wan", + "definitions": [ + { + "pos": "mod", + "definition": "one, a" + }, + { + "pos": "n", + "definition": "unit, element, particle, part, piece" + }, + { + "pos": "vt", + "definition": "unite, make one" + }, + { + "pos": "extra", + "definition": "[one]" + } + ] + }, + { + "word": "tu", + "definitions": [ + { + "pos": "mod", + "definition": "two" + }, + { + "pos": "n", + "definition": "duo, pair" + }, + { + "pos": "vt", + "definition": "double, separate/cut/divide in two" + }, + { + "pos": "extra", + "definition": "[two]" + } + ] + }, + { + "word": "mute", + "definitions": [ + { + "pos": "mod", + "definition": "many, very, much, several, a lot, abundant, numerous, more" + }, + { + "pos": "n", + "definition": "amount, quantity" + }, + { + "pos": "vt", + "definition": "make many or much" + }, + { + "pos": "extra", + "definition": "[multi]" + } + ] + }, + { + "word": "ale", + "definitions": [ + { + "pos": "n", + "definition": "everything, anything, life, the universe" + }, + { + "pos": "mod", + "definition": "all, every, complete, whole" + } + ] + } + ] + }, + { + "lesson": "Pre-Verbs", + "words": [ + { + "word": "kama", + "definitions": [ + { + "pos": "vi", + "definition": "come, become, arrive, happen, pursue actions to arrive to (a certain state), manage to, start to" + }, + { + "pos": "n", + "definition": "event, happening, chance, arrival, beginning" + }, + { + "pos": "mod", + "definition": "coming, future" + }, + { + "pos": "vt", + "definition": "bring about, summon" + }, + { + "pos": "extra", + "definition": "[come up]" + } + ] + }, + { + "word": "ken", + "definitions": [ + { + "pos": "vi", + "definition": "can, is able to, is allowed to, may, is possible" + }, + { + "pos": "n", + "definition": "possibility, ability, power to do things, permission" + }, + { + "pos": "vt", + "definition": "make possible, enable, allow, permit" + }, + { + "pos": "cont", + "definition": "it is possible that" + } + ] + }, + { + "word": "wile", + "definitions": [ + { + "pos": "vt", + "definition": "to want, need, wish, have to, must, will, should" + }, + { + "pos": "n", + "definition": "desire, need, will" + }, + { + "pos": "mod", + "definition": "necessary" + } + ] + }, + { + "word": "lukin", + "definitions": [ + { + "pos": "vt", + "definition": "see, look at, watch, read" + }, + { + "pos": "vi", + "definition": "look, watch out, pay attention" + }, + { + "pos": "mod", + "definition": "visual(ly)" + }, + { + "pos": "extra", + "definition": "[looking]" + } + ] + }, + { + "word": "sona", + "definitions": [ + { + "pos": "n", + "definition": "knowledge, wisdom, intelligence, understanding" + }, + { + "pos": "vt", + "definition": "know, understand, know how to" + }, + { + "pos": "vi", + "definition": "know, understand" + }, + { + "pos": "kama", + "definition": "learn, study" + } + ] + }, + { + "word": "kama", + "definitions": [ + { + "pos": "vi", + "definition": "come, become, arrive, happen, pursue actions to arrive to (a certain state), manage to, start to" + }, + { + "pos": "n", + "definition": "event, happening, chance, arrival, beginning" + }, + { + "pos": "mod", + "definition": "coming, future" + }, + { + "pos": "vt", + "definition": "bring about, summon" + }, + { + "pos": "extra", + "definition": "[come up]" + } + ] + }, + { + "word": "lukin", + "definitions": [ + { + "pos": "vt", + "definition": "see, look at, watch, read" + }, + { + "pos": "vi", + "definition": "look, watch out, pay attention" + }, + { + "pos": "mod", + "definition": "visual(ly)" + }, + { + "pos": "extra", + "definition": "[looking]" + } + ] + } + ] + }, + { + "lesson": "Colors and la", + "words": [ + { + "word": "jelo", + "definitions": [ + { + "pos": "mod", + "definition": "yellow, light green" + }, + { + "pos": "extra", + "definition": "[yellow]" + } + ] + }, + { + "word": "laso", + "definitions": [ + { + "pos": "mod", + "definition": "blue, blue-green" + } + ] + }, + { + "word": "loje", + "definitions": [ + { + "pos": "mod", + "definition": "red" + } + ] + }, + { + "word": "pimeja", + "definitions": [ + { + "pos": "mod", + "definition": "black, dark" + }, + { + "pos": "n", + "definition": "darkness, shadows" + }, + { + "pos": "vt", + "definition": "darken" + } + ] + }, + { + "word": "walo", + "definitions": [ + { + "pos": "mod", + "definition": "white, light (colour)" + }, + { + "pos": "n", + "definition": "white thing or part, whiteness, lightness" + }, + { + "pos": "extra", + "definition": "[sounds like wall, which is often white]" + } + ] + }, + { + "word": "la", + "definitions": [ + { + "pos": "sep", + "definition": "(between adverb or phrase of context and sentence)" + } + ] + } + ] + }, + { + "lesson": "Spatial Nouns", + "words": [ + { + "word": "insa", + "definitions": [ + { + "pos": "n", + "definition": "inside, inner world, centre, stomach" + }, + { + "pos": "mod", + "definition": "inner, internal" + }, + { + "pos": "extra", + "definition": "[inside]" + } + ] + }, + { + "word": "monsi", + "definitions": [ + { + "pos": "n", + "definition": "back, rear end, butt, behind" + }, + { + "pos": "mod", + "definition": "back, rear" + } + ] + }, + { + "word": "noka", + "definitions": [ + { + "pos": "n", + "definition": "leg, foot" + } + ] + }, + { + "word": "poka", + "definitions": [ + { + "pos": "n", + "definition": "side, hip, next to" + }, + { + "pos": "prep", + "definition": "in the accompaniment of, with" + }, + { + "pos": "mod", + "definition": "neighbouring" + } + ] + }, + { + "word": "sewi", + "definitions": [ + { + "pos": "n", + "definition": "high, up, above, top, over, on" + }, + { + "pos": "mod", + "definition": "superior, elevated, religious, formal" + } + ] + }, + { + "word": "sinpin", + "definitions": [ + { + "pos": "n", + "definition": "front, chest, torso, face, wall" + } + ] + } + ] + }, + { + "lesson": "Particles and Perspective", + "words": [ + { + "word": "anpa", + "definitions": [ + { + "pos": "n", + "definition": "bottom, lower part, under, below, floor, beneath" + }, + { + "pos": "mod", + "definition": "low, lower, bottom, down" + } + ] + }, + { + "word": "ante", + "definitions": [ + { + "pos": "n", + "definition": "difference" + }, + { + "pos": "mod", + "definition": "different" + }, + { + "pos": "conj", + "definition": "otherwise, or else" + }, + { + "pos": "vt", + "definition": "change, alter, modify" + } + ] + }, + { + "word": "en", + "definitions": [ + { + "pos": "conj", + "definition": "and (used to coordinate head nouns)" + } + ] + }, + { + "word": "lete", + "definitions": [ + { + "pos": "n", + "definition": "cold" + }, + { + "pos": "mod", + "definition": "cold, uncooked" + }, + { + "pos": "vt", + "definition": "cool down, chill" + } + ] + }, + { + "word": "lupa", + "definitions": [ + { + "pos": "n", + "definition": "hole, orifice, window, door" + }, + { + "pos": "extra", + "definition": "[sounds like loop]" + } + ] + }, + { + "word": "open", + "definitions": [ + { + "pos": "vt", + "definition": "open, turn on" + } + ] + }, + { + "word": "sama", + "definitions": [ + { + "pos": "mod", + "definition": "same, similar, equal, of equal status or position" + }, + { + "pos": "prep", + "definition": "preplike, as, seem" + } + ] + }, + { + "word": "suwi", + "definitions": [ + { + "pos": "n", + "definition": "candy, sweet food" + }, + { + "pos": "mod", + "definition": "sweet, cute" + }, + { + "pos": "vt", + "definition": "sweeten" + }, + { + "pos": "extra", + "definition": "[sweet]" + } + ] + }, + { + "word": "taso", + "definitions": [ + { + "pos": "mod", + "definition": "only, sole" + }, + { + "pos": "conj", + "definition": "but" + }, + { + "pos": "extra", + "definition": "[that's all]" + } + ] + }, + { + "word": "tawa", + "definitions": [ + { + "pos": "prep", + "definition": "to, in order to, towards, for, until" + }, + { + "pos": "vi", + "definition": "go to, walk, travel, move, leave" + }, + { + "pos": "n", + "definition": "movement, transportation" + }, + { + "pos": "mod", + "definition": "moving, mobile" + }, + { + "pos": "vt", + "definition": "move, displace" + }, + { + "pos": "extra", + "definition": "[towards]" + } + ] + } + ] + }, + { + "lesson": "Hunting Adventure", + "words": [ + { + "word": "alasa", + "definitions": [ + { + "pos": "vt", + "definition": "gather, hunt" + } + ] + }, + { + "word": "lawa", + "definitions": [ + { + "pos": "n", + "definition": "head, mind" + }, + { + "pos": "mod", + "definition": "main, leading, in charge" + }, + { + "pos": "vt", + "definition": "lead, control, rule, steer" + } + ] + }, + { + "word": "len", + "definitions": [ + { + "pos": "n", + "definition": "clothing, cloth, fabric" + } + ] + }, + { + "word": "linja", + "definitions": [ + { + "pos": "n", + "definition": "long, very thin, floppy thing, e.g. string, rope, hair, thread, cord, chain" + } + ] + }, + { + "word": "pakala", + "definitions": [ + { + "pos": "n", + "definition": "blunder, accident, mistake, destruction, damage, breaking" + }, + { + "pos": "vt", + "definition": "screw up, fuck up, botch, ruin, break, hurt, injure, damage, spoil, ruin" + }, + { + "pos": "vi", + "definition": "screw up, fall apart, break" + }, + { + "pos": "interj", + "definition": "damn! fuck!" + } + ] + }, + { + "word": "palisa", + "definitions": [ + { + "pos": "n", + "definition": "long, mostly hard object, e.g. rod, stick, branch" + } + ] + }, + { + "word": "pipi", + "definitions": [ + { + "pos": "n", + "definition": "bug, insect, spider" + } + ] + }, + { + "word": "waso", + "definitions": [ + { + "pos": "n", + "definition": "bird, winged animal" + } + ] + }, + { + "word": "weka", + "definitions": [ + { + "pos": "mod", + "definition": "away, absent, missing" + }, + { + "pos": "n", + "definition": "absence" + }, + { + "pos": "vt", + "definition": "throw away, remove, get rid of" + } + ] + } + ] + }, + { + "lesson": "Cooking Adventure", + "words": [ + { + "word": "lape", + "definitions": [ + { + "pos": "n", + "definition": "n, vi sleep, rest" + }, + { + "pos": "mod", + "definition": "sleeping, of sleep" + } + ] + }, + { + "word": "olin", + "definitions": [ + { + "pos": "n", + "definition": "love" + }, + { + "pos": "mod", + "definition": "love" + }, + { + "pos": "vt", + "definition": "to love (a person)" + } + ] + }, + { + "word": "pan", + "definitions": [ + { + "pos": "n", + "definition": "grain, cereal" + } + ] + }, + { + "word": "pini", + "definitions": [ + { + "pos": "n", + "definition": "end, tip" + }, + { + "pos": "mod", + "definition": "completed, finished, past, done, ago" + }, + { + "pos": "vt", + "definition": "finish, close, end, turn off" + } + ] + }, + { + "word": "seli", + "definitions": [ + { + "pos": "n", + "definition": "fire, warmth, heat" + }, + { + "pos": "mod", + "definition": "hot, warm, cooked" + }, + { + "pos": "vt", + "definition": "heat, warm up, cook" + } + ] + }, + { + "word": "supa", + "definitions": [ + { + "pos": "n", + "definition": "horizontal surface, e.g furniture, table, chair, pillow, floor" + } + ] + }, + { + "word": "uta", + "definitions": [ + { + "pos": "n", + "definition": "mouth" + }, + { + "pos": "mod", + "definition": "oral" + } + ] + }, + { + "word": "telo", + "definitions": [ + { + "pos": "n", + "definition": "water, liquid, juice, sauce" + }, + { + "pos": "vt", + "definition": "water, wash with water" + } + ] + }, + { + "word": "seli", + "definitions": [ + { + "pos": "n", + "definition": "fire, warmth, heat" + }, + { + "pos": "mod", + "definition": "hot, warm, cooked" + }, + { + "pos": "vt", + "definition": "heat, warm up, cook" + } + ] + } + ] + } +] diff --git a/Toki Trainer/JSON Data/en.lproj/toki-partsofspeech.json b/Toki Trainer/JSON Data/en.lproj/toki-partsofspeech.json new file mode 100644 index 0000000..bdf0f76 --- /dev/null +++ b/Toki Trainer/JSON Data/en.lproj/toki-partsofspeech.json @@ -0,0 +1,46 @@ +[ + { + "pos": "n", + "definition": "head noun" + }, + { + "pos": "mod", + "definition": "modifier (adjective or adverb)" + }, + { + "pos": "sep", + "definition": "separator" + }, + { + "pos": "vt", + "definition": "verb, transitive (normally used with e)" + }, + { + "pos": "vi", + "definition": "verb, intransitive" + }, + { + "pos": "interj", + "definition": "interjection" + }, + { + "pos": "prep", + "definition": "quasi-preposition" + }, + { + "pos": "conj", + "definition": "conjunction" + }, + { + "pos": "kama", + "definition": "compound verb preceded by kama" + }, + { + "pos": "cont", + "definition": "context word used before la" + }, + { + "pos": "oth", + "definition": "special, other word" + } +] \ No newline at end of file diff --git a/Toki Trainer/JSON Data/fr.lproj/toki-dictionary.json b/Toki Trainer/JSON Data/fr.lproj/toki-dictionary.json new file mode 100644 index 0000000..81ed78f --- /dev/null +++ b/Toki Trainer/JSON Data/fr.lproj/toki-dictionary.json @@ -0,0 +1,1651 @@ +[ + { + "word": "a", + "definitions": [ + { + "pos": "interj", + "definition": "ah, ha, ouh, oh, aw (accent, émotion ou confirmation)" + } + ] + }, + { + "word": "akesi", + "definitions": [ + { + "pos": "n", + "definition": "animal non-migion, reptile, amphibien" + } + ] + }, + { + "word": "ala", + "definitions": [ + { + "pos": "mod", + "definition": "non, ne...pas, aucun, in-/dé-" + }, + { + "pos": "n", + "definition": "rien, négation, zéro" + }, + { + "pos": "interj", + "definition": "non!" + } + ] + }, + { + "word": "alasa", + "definitions": [ + { + "pos": "vt", + "definition": "chasser, cueillir" + } + ] + }, + { + "word": "ale", + "definitions": [ + { + "pos": "n", + "definition": "tout, abondance, la vie, l'univers, l'infini" + }, + { + "pos": "mod", + "definition": "tous, tout, abondants, innombrables" + } + ] + }, + { + "word": "ali", + "definitions": [ + { + "pos": "n", + "definition": "tout, abondance, la vie, l'univers, l'infini" + }, + { + "pos": "mod", + "definition": "tous, tout, abondants, innombrables" + } + ] + }, + { + "word": "anpa", + "definitions": [ + { + "pos": "n", + "definition": "le fond, le sol, le bas" + }, + { + "pos": "mod", + "definition": "bas, humble, incliné vers le bas, qui dépend" + }, + { + "pos": "vt", + "definition": "vaincre, abaisser" + }, + { + "pos": "vi", + "definition": "se prosterner, abaisser" + } + ] + }, + { + "word": "ante", + "definitions": [ + { + "pos": "n", + "definition": "différence" + }, + { + "pos": "mod", + "definition": "différent, changé, autre" + }, + { + "pos": "conj", + "definition": "sinon" + }, + { + "pos": "vt", + "definition": "changer, modifier" + } + ] + }, + { + "word": "anu", + "definitions": [ + { + "pos": "conj", + "definition": "ou" + } + ] + }, + { + "word": "awen", + "definitions": [ + { + "pos": "vi", + "definition": "rester, attendre" + }, + { + "pos": "vt", + "definition": "garder" + }, + { + "pos": "mod", + "definition": "resté, protégé, gardé, qui attend, qui persiste,conservé" + } + ] + }, + { + "word": "e", + "definitions": [ + { + "pos": "sep", + "definition": "(introduit l'objet direct)" + } + ] + }, + { + "word": "en", + "definitions": [ + { + "pos": "conj", + "definition": "et (utilisé entre plusieurs sujets)" + } + ] + }, + { + "word": "esun", + "definitions": [ + { + "pos": "n", + "definition": "marché, boutique, foire, magasin, commerce" + }, + { + "pos": "vt", + "definition": "acheter, vendre, échanger" + } + ] + }, + { + "word": "ijo", + "definitions": [ + { + "pos": "n", + "definition": "chose, phénomène, objet, matière, quelque chose objet" + } + ] + }, + { + "word": "ike", + "definitions": [ + { + "pos": "mod", + "definition": "mauvais, négatif, faux, mal, malsain" + }, + { + "pos": "interj", + "definition": "oh cher !, malheur !, hélas !" + }, + { + "pos": "n", + "definition": "négativité, méchanceté, mal" + }, + { + "pos": "vt", + "definition": "rendre mauvais, aggraver, avoir un effet négatif sur..." + }, + { + "pos": "vi", + "definition": "être mauvais" + } + ] + }, + { + "word": "ilo", + "definitions": [ + { + "pos": "n", + "definition": "outil, instrument, équipement, machine, appareil" + } + ] + }, + { + "word": "insa", + "definitions": [ + { + "pos": "n", + "definition": "centre, contenu, intérieur, entre, estomac" + }, + { + "pos": "mod", + "definition": "intérieur, central" + } + ] + }, + { + "word": "jaki", + "definitions": [ + { + "pos": "mod", + "definition": "dégoûtant, obscène, maladif, toxique, impur" + }, + { + "pos": "n", + "definition": "pllution, saleté, ordures" + }, + { + "pos": "vt", + "definition": "polluer, salir" + }, + { + "pos": "interj", + "definition": "berk !" + } + ] + }, + { + "word": "jan", + "definitions": [ + { + "pos": "n", + "definition": "être humain, personne, quelqu'un" + }, + { + "pos": "vt", + "definition": "personnifier, humaniser, personnaliser" + } + ] + }, + { + "word": "jelo", + "definitions": [ + { + "pos": "mod", + "definition": "jaune, vert clair" + } + ] + }, + { + "word": "jo", + "definitions": [ + { + "pos": "vt", + "definition": "avoir, porter, contenir, tenir, posséder" + }, + { + "pos": "n", + "definition": "possession" + }, + { + "pos": "kama", + "definition": "recevoir" + } + ] + }, + { + "word": "kala", + "definitions": [ + { + "pos": "n", + "definition": "poisson, animal sous-marin" + } + ] + }, + { + "word": "kalama", + "definitions": [ + { + "pos": "n", + "definition": "son, bruit, voix" + }, + { + "pos": "vi", + "definition": "émettre un son, réciter, proférer" + }, + { + "pos": "vt", + "definition": "sonner, jouer (d'un instrument)" + } + ] + }, + { + "word": "kama", + "definitions": [ + { + "pos": "vi", + "definition": "venir, devenir, succéder arriver, se passer, poursuivre des actions pour arrivé à (un certain état), réussir à, commencer à" + }, + { + "pos": "n", + "definition": "arrivée, début, futur" + }, + { + "pos": "mod", + "definition": "qui arrive, qui vient, futur, venu" + }, + { + "pos": "vt", + "definition": "provoquer, convoquer" + } + ] + }, + { + "word": "kasi", + "definitions": [ + { + "pos": "n", + "definition": "plante, feuille, herbe, arbre, bois, végétation" + } + ] + }, + { + "word": "ken", + "definitions": [ + { + "pos": "vi", + "definition": "pouvoir" + }, + { + "pos": "n", + "definition": "possibilité, capacité, permission" + }, + { + "pos": "vt", + "definition": "permettre, être capable de, être autorisé à" + }, + { + "pos": "cont", + "definition": "il est possible que" + } + ] + }, + { + "word": "kepeken", + "definitions": [ + { + "pos": "prep", + "definition": "avec, en utilisant, au moyen de" + } + ] + }, + { + "word": "kili", + "definitions": [ + { + "pos": "n", + "definition": "fruit, légume, champigion" + } + ] + }, + { + "word": "kin", + "definitions": [ + { + "pos": "mod", + "definition": "aussi, même, en effet (met l'accent sur le(s) mot(s) qui le précède)" + } + ] + }, + { + "word": "kipisi", + "definitions": [ + { + "pos": "vt", + "definition": "diviser, séparer, couper, trancher" + }, + { + "pos": "n", + "definition": "partie, morceau, portion, séparation" + } + ] + }, + { + "word": "kiwen", + "definitions": [ + { + "pos": "mod", + "definition": "dur, solid" + }, + { + "pos": "n", + "definition": "objet dur, métal, pierre" + } + ] + }, + { + "word": "ko", + "definitions": [ + { + "pos": "n", + "definition": "argile, pâte, poudre, substance collante, semi-solide" + } + ] + }, + { + "word": "kon", + "definitions": [ + { + "pos": "n", + "definition": "air, souffle, essence, esprit, réalité caché, argent invicible, odeurs, âme" + }, + { + "pos": "mod", + "definition": "ressemblant à de l'air, gazeuse" + } + ] + }, + { + "word": "kule", + "definitions": [ + { + "pos": "n", + "definition": "coloré, pigmenté, peintn" + }, + { + "pos": "mod", + "definition": "coloré" + }, + { + "pos": "vt", + "definition": "colorer, peindre" + } + ] + }, + { + "word": "kulupu", + "definitions": [ + { + "pos": "n", + "definition": "communauté, groupe, nation, société, tribu" + }, + { + "pos": "mod", + "definition": "partagé, de la société" + } + ] + }, + { + "word": "kute", + "definitions": [ + { + "pos": "vt", + "definition": "écouter, entendre, faire attention à, obéir" + }, + { + "pos": "n", + "definition": "oreille" + }, + { + "pos": "mod", + "definition": "auditif, audience" + } + ] + }, + { + "word": "la", + "definitions": [ + { + "pos": "sep", + "definition": "(entre le contexte et la phrase principale)" + } + ] + }, + { + "word": "lape", + "definitions": [ + { + "pos": "n", + "definition": "dormir, repos" + }, + { + "pos": "mod", + "definition": "dormant" + } + ] + }, + { + "word": "laso", + "definitions": [ + { + "pos": "mod", + "definition": "bleu, vert" + } + ] + }, + { + "word": "lawa", + "definitions": [ + { + "pos": "n", + "definition": "tête, mental" + }, + { + "pos": "mod", + "definition": "principal, dirigeant" + }, + { + "pos": "vt", + "definition": "dominer, diriger, guider, mener, posséder, contrôler" + } + ] + }, + { + "word": "len", + "definitions": [ + { + "pos": "n", + "definition": "tissu, vêtement, textile, couverture" + } + ] + }, + { + "word": "lete", + "definitions": [ + { + "pos": "n", + "definition": "froid" + }, + { + "pos": "mod", + "definition": "froid, frais, cru" + }, + { + "pos": "vt", + "definition": "refroidir" + } + ] + }, + { + "word": "li", + "definitions": [ + { + "pos": "sep", + "definition": "\\\"(entre le sujet et son verbe, à l'exception de mi ou sina tout seul ; sert aussi à introduire un nouveau verbe pour le même sujet)\\\"" + } + ] + }, + { + "word": "lili", + "definitions": [ + { + "pos": "mod", + "definition": "petit, (un) peu, jeune, moins" + }, + { + "pos": "vt", + "definition": "réduire, raccourcir, rétrécir, amoindrir" + } + ] + }, + { + "word": "linja", + "definitions": [ + { + "pos": "n", + "definition": "objet long et flexible, corde, cheveu, fil, ligne" + } + ] + }, + { + "word": "lipu", + "definitions": [ + { + "pos": "n", + "definition": "objet plat, livre, document, carte, papier, site web" + } + ] + }, + { + "word": "loje", + "definitions": [ + { + "pos": "mod", + "definition": "rouge" + } + ] + }, + { + "word": "lon", + "definitions": [ + { + "pos": "prep", + "definition": "à situé à, present à, dans, sur, réel, vrai, actuel" + }, + { + "pos": "vi", + "definition": "être là, être present, être vrai, exister,être éveillé" + } + ] + }, + { + "word": "luka", + "definitions": [ + { + "pos": "n", + "definition": "main, bras, organe du toucher" + } + ] + }, + { + "word": "lukin", + "definitions": [ + { + "pos": "vt", + "definition": "voir, regarder, lire" + }, + { + "pos": "vi", + "definition": "regarder, faire attention, surveiller, observer, examiner" + }, + { + "pos": "mod", + "definition": "visuellement" + } + ] + }, + { + "word": "lupa", + "definitions": [ + { + "pos": "n", + "definition": "trou, orifice, fenêtre, porte" + } + ] + }, + { + "word": "ma", + "definitions": [ + { + "pos": "n", + "definition": "terre, sol, monde, lieu en pleine air, pays, territoire" + } + ] + }, + { + "word": "mama", + "definitions": [ + { + "pos": "n", + "definition": "parent, ancêtre, créateur, mother, father, celuiou celle qui prend soin" + }, + { + "pos": "mod", + "definition": "parental, maternel, paternel" + } + ] + }, + { + "word": "mani", + "definitions": [ + { + "pos": "n", + "definition": "argent, richesse, grand animal,domestiqué" + } + ] + }, + { + "word": "meli", + "definitions": [ + { + "pos": "n", + "definition": "femme, femelle, épouse," + }, + { + "pos": "mod", + "definition": "féminin" + } + ] + }, + { + "word": "mi", + "definitions": [ + { + "pos": "n", + "definition": "je, moi, nous" + }, + { + "pos": "mod", + "definition": "mon, ma, mes, notre, nos" + } + ] + }, + { + "word": "mije", + "definitions": [ + { + "pos": "n", + "definition": "homme, mâle, mari, garçon" + }, + { + "pos": "mod", + "definition": "masculin" + } + ] + }, + { + "word": "moku", + "definitions": [ + { + "pos": "n", + "definition": "nourriture, repas" + }, + { + "pos": "vt", + "definition": "manger, boire, avaler, ingérer, consommer" + } + ] + }, + { + "word": "moli", + "definitions": [ + { + "pos": "n", + "definition": "mort" + }, + { + "pos": "vi", + "definition": "mourrir, être mort" + }, + { + "pos": "vt", + "definition": "tuer" + }, + { + "pos": "mod", + "definition": "mortel, mourant" + } + ] + }, + { + "word": "monsi", + "definitions": [ + { + "pos": "n", + "definition": "dos, derrière, arrière" + }, + { + "pos": "mod", + "definition": "arrière" + } + ] + }, + { + "word": "mu", + "definitions": [ + { + "pos": "interj", + "definition": "ouaf! miaou! meuglement etc (cri ou communication d'animal mignon)" + } + ] + }, + { + "word": "mun", + "definitions": [ + { + "pos": "n", + "definition": "lune, astre, étoile" + }, + { + "pos": "mod", + "definition": "lunaire" + } + ] + }, + { + "word": "musi", + "definitions": [ + { + "pos": "n", + "definition": "amusement, jeu, loisirs, art, divertissement" + }, + { + "pos": "mod", + "definition": "artistique, divertissant, frivole, pour s'amuser" + }, + { + "pos": "vi", + "definition": "jouer, s'amuser" + }, + { + "pos": "vt", + "definition": "amuser, divertir" + } + ] + }, + { + "word": "mute", + "definitions": [ + { + "pos": "mod", + "definition": "beaucoup, plusieurs, nombreux, plus" + }, + { + "pos": "n", + "definition": "quantité" + } + ] + }, + { + "word": "namako", + "definitions": [ + { + "pos": "n", + "definition": "additif alimentaire, embellissement, épice, péché, accessoire, quelque chose en plus" + }, + { + "pos": "vt", + "definition": "épicé, piquant, assaisonner, embellir, stimuler" + } + ] + }, + { + "word": "nanpa", + "definitions": [ + { + "pos": "n", + "definition": "nombre" + }, + { + "pos": "oth", + "definition": "-ième (nombre ordinal)" + } + ] + }, + { + "word": "nasa", + "definitions": [ + { + "pos": "mod", + "definition": "étrange, insolite, fou, bête, idiot, ivre, stupide, fou, insensé, bizarre" + }, + { + "pos": "vt", + "definition": "rendre fou, rendre bizarre" + } + ] + }, + { + "word": "nasin", + "definitions": [ + { + "pos": "n", + "definition": "chemin, voie, manière, façon, coutume, méthode, route, doctrine, système" + } + ] + }, + { + "word": "nena", + "definitions": [ + { + "pos": "n", + "definition": "nez, bosse, colline, montagne, bouton" + } + ] + }, + { + "word": "ni", + "definitions": [ + { + "pos": "mod", + "definition": "ce, cette" + } + ] + }, + { + "word": "nimi", + "definitions": [ + { + "pos": "n", + "definition": "word, name" + } + ] + }, + { + "word": "noka", + "definitions": [ + { + "pos": "n", + "definition": "pied, jambe, organe de locomotion, bas, dessous" + } + ] + }, + { + "word": "o", + "definitions": [ + { + "pos": "sep", + "definition": "ô ! (vocatif or imperatif)" + }, + { + "pos": "interj", + "definition": "hé! (voulant l'attention de quelqu'un)" + } + ] + }, + { + "word": "oko", + "definitions": [ + { + "pos": "n", + "definition": "eye" + } + ] + }, + { + "word": "olin", + "definitions": [ + { + "pos": "n", + "definition": "amour" + }, + { + "pos": "mod", + "definition": "aimé" + }, + { + "pos": "vt", + "definition": "aimer, respecter, compatir montrer de l'affection" + } + ] + }, + { + "word": "ona", + "definitions": [ + { + "pos": "n", + "definition": "il, elle, ils, elles" + }, + { + "pos": "mod", + "definition": "son, sa, ses, leur, leurs" + } + ] + }, + { + "word": "open", + "definitions": [ + { + "pos": "vt", + "definition": "commencer, ouvrir, allumer" + } + ] + }, + { + "word": "pakala", + "definitions": [ + { + "pos": "n", + "definition": "accident, erreur, destruction, dommage, rupture" + }, + { + "pos": "vt", + "definition": "bousiller, foutre en l'air, bâcler, se ruiner, casser, blesser, ruiner" + }, + { + "pos": "vi", + "definition": "bousiller, s'effondrer, casser, briser" + }, + { + "pos": "interj", + "definition": "putain!, merde!" + } + ] + }, + { + "word": "pali", + "definitions": [ + { + "pos": "n", + "definition": "activité, travail, acte, projet" + }, + { + "pos": "mod", + "definition": "actif, lié au travail, opérationnel, travaillant" + }, + { + "pos": "vt", + "definition": "faire, construire, créer, fournir, préparer" + }, + { + "pos": "vi", + "definition": "agir, travailler, fonctionner" + } + ] + }, + { + "word": "palisa", + "definitions": [ + { + "pos": "n", + "definition": "objet long, objet dur, tige, bâton, branche" + } + ] + }, + { + "word": "pan", + "definitions": [ + { + "pos": "n", + "definition": "céréale, riz, blé, orge, maïs, avoine, pain, pâtes" + } + ] + }, + { + "word": "pana", + "definitions": [ + { + "pos": "vt", + "definition": "give, put, send, place, release, emit, cause" + }, + { + "pos": "n", + "definition": "giving, transfer, exchange" + } + ] + }, + { + "word": "pi", + "definitions": [ + { + "pos": "sep", + "definition": "de" + } + ] + }, + { + "word": "pilin", + "definitions": [ + { + "pos": "n", + "definition": "sentiment, émotion, cœur (physique ou psychologique)" + }, + { + "pos": "mod", + "definition": "qui ressent (une émotion, une expérience directe)" + }, + { + "pos": "vi", + "definition": "sentir" + }, + { + "pos": "vt", + "definition": "se sentir, penser, sentir" + } + ] + }, + { + "word": "pimeja", + "definitions": [ + { + "pos": "mod", + "definition": "noir, foncé, sombre" + }, + { + "pos": "n", + "definition": "noir, ombre" + }, + { + "pos": "vt", + "definition": "assombrir" + } + ] + }, + { + "word": "pini", + "definitions": [ + { + "pos": "n", + "definition": "fin" + }, + { + "pos": "mod", + "definition": "fin, passé, completé" + }, + { + "pos": "vt", + "definition": "finir, fermer, éteindre" + } + ] + }, + { + "word": "pipi", + "definitions": [ + { + "pos": "n", + "definition": "insecte, araignée, fourmi" + } + ] + }, + { + "word": "poka", + "definitions": [ + { + "pos": "n", + "definition": "hanche, coté, proximité" + }, + { + "pos": "prep", + "definition": "accompagner de" + }, + { + "pos": "mod", + "definition": "voisin" + } + ] + }, + { + "word": "poki", + "definitions": [ + { + "pos": "n", + "definition": "sac, bol, récipient, tasse, placard, tiroir, vase" + } + ] + }, + { + "word": "pona", + "definitions": [ + { + "pos": "n", + "definition": "bonheur, simplicité, positivité" + }, + { + "pos": "mod", + "definition": "bon, positif, utile, sympa, paisible, simple" + }, + { + "pos": "interj", + "definition": "super! bien! merci! OK! cool! Waa!" + }, + { + "pos": "vt", + "definition": "améliorer, fixer, rendre bien, rendre mieux" + } + ] + }, + { + "word": "pu", + "definitions": [ + { + "pos": "mod", + "definition": "interagissant avec le livre officiel du Toki Pona" + } + ] + }, + { + "word": "sama", + "definitions": [ + { + "pos": "mod", + "definition": "même, semblable, l'un l'autre, fraternel, homologue" + }, + { + "pos": "prep", + "definition": "comme" + } + ] + }, + { + "word": "seli", + "definitions": [ + { + "pos": "n", + "definition": "feu, élément, de cuisson, réaction chimique, chaleur" + }, + { + "pos": "mod", + "definition": "chaud, cuit" + }, + { + "pos": "vt", + "definition": "chauffer, réchauffer, cuire" + } + ] + }, + { + "word": "selo", + "definitions": [ + { + "pos": "n", + "definition": "extérieur, surface, peau, coquille, écorce, forme, peler, couche extérieur, coquille, limite" + } + ] + }, + { + "word": "seme", + "definitions": [ + { + "pos": "oth", + "definition": "quoi?, quel?, lequel?, q- (mot interrogatif)" + } + ] + }, + { + "word": "sewi", + "definitions": [ + { + "pos": "n", + "definition": "haut, au-dessus, sur, chose élevée" + }, + { + "pos": "mod", + "definition": "divin, sacré, surnaturel, qui inspire le respect et la crainte, supérieur, élevé, religieux, formel" + } + ] + }, + { + "word": "sijelo", + "definitions": [ + { + "pos": "n", + "definition": "corps, état physique, torse" + } + ] + }, + { + "word": "sike", + "definitions": [ + { + "pos": "n", + "definition": "objet rond : cercle, roue, sphère, ballon, cycle, anneau" + }, + { + "pos": "mod", + "definition": "rond, cyclique" + } + ] + }, + { + "word": "sin", + "definitions": [ + { + "pos": "mod", + "definition": "nouveau, frais, autre, plus" + }, + { + "pos": "vt", + "definition": "renouveler, rénover, rafraîchir" + } + ] + }, + { + "word": "sina", + "definitions": [ + { + "pos": "n", + "definition": "tu, toi, vous" + }, + { + "pos": "mod", + "definition": "ton, ta, tes, votre, vos" + } + ] + }, + { + "word": "sinpin", + "definitions": [ + { + "pos": "n", + "definition": "devant, poitrine, torse, visage, mur, avant" + } + ] + }, + { + "word": "sitelen", + "definitions": [ + { + "pos": "n", + "definition": "photo, image, représentation, symbole, marque, écriture" + }, + { + "pos": "vt", + "definition": "dessiner, écrire" + } + ] + }, + { + "word": "sona", + "definitions": [ + { + "pos": "n", + "definition": "connaissance, sagesse, intelligence, compréhension, savoir" + }, + { + "pos": "vt", + "definition": "savoir, comprendre, savoir comment" + }, + { + "pos": "vi", + "definition": "savoir, comprendre" + }, + { + "pos": "kama", + "definition": "apprendre, étudier" + } + ] + }, + { + "word": "soweli", + "definitions": [ + { + "pos": "n", + "definition": "animal, mammifère terrestre, animal aimable" + } + ] + }, + { + "word": "suli", + "definitions": [ + { + "pos": "mod", + "definition": "grand, lourd, long, adulte, important, large" + }, + { + "pos": "vt", + "definition": "agrandir, allonger" + } + ] + }, + { + "word": "suno", + "definitions": [ + { + "pos": "n", + "definition": "soleil, lumière, lueur, brillant" + } + ] + }, + { + "word": "supa", + "definitions": [ + { + "pos": "n", + "definition": "surface horizontale sur laquelle on peut posé qqch, meuble, table, chaise, oreiller, sol" + } + ] + }, + { + "word": "suwi", + "definitions": [ + { + "pos": "n", + "definition": "bonbons, aliments sucrés" + }, + { + "pos": "mod", + "definition": "doux, mignon, parfumé, innocent, adorable" + }, + { + "pos": "vt", + "definition": "adoucir" + } + ] + }, + { + "word": "tan", + "definitions": [ + { + "pos": "prep", + "definition": "de, provenant de, à cause de" + }, + { + "pos": "n", + "definition": "origine, cause" + } + ] + }, + { + "word": "taso", + "definitions": [ + { + "pos": "mod", + "definition": "seulement, uniquement" + }, + { + "pos": "conj", + "definition": "mais, cependant" + } + ] + }, + { + "word": "tawa", + "definitions": [ + { + "pos": "extra", + "definition": "pre à, allant à afin de, vers, pour, jusqu'à, du point de vue de" + }, + { + "pos": "vi", + "definition": "aller à, marcher, voyager, bouger, partir" + }, + { + "pos": "n", + "definition": "déplacement, transport" + }, + { + "pos": "mod", + "definition": "en mouvement, animé" + }, + { + "pos": "vt", + "definition": "déplacer" + } + ] + }, + { + "word": "telo", + "definitions": [ + { + "pos": "n", + "definition": "eau, liquide, fluide, substance mouillé, boission" + }, + { + "pos": "vt", + "definition": "laver avec de l'eau" + } + ] + }, + { + "word": "tenpo", + "definitions": [ + { + "pos": "n", + "definition": "temps, durée, moment, occasion, période, situation" + } + ] + }, + { + "word": "toki", + "definitions": [ + { + "pos": "n", + "definition": "langue, parler, parole, communication" + }, + { + "pos": "mod", + "definition": "parlant, verbal" + }, + { + "pos": "vt", + "definition": "dire" + }, + { + "pos": "vi", + "definition": "parler, communiquer, parler, penser" + }, + { + "pos": "interj", + "definition": "bonjour! hey!" + } + ] + }, + { + "word": "tomo", + "definitions": [ + { + "pos": "n", + "definition": "espace intérieur construit, lieucouvert : maison, édifice, chambre, pièce, bâtiment, chez soi" + }, + { + "pos": "mod", + "definition": "urbain, domestique" + } + ] + }, + { + "word": "tu", + "definitions": [ + { + "pos": "mod", + "definition": "deux" + }, + { + "pos": "n", + "definition": "duo, paire" + }, + { + "pos": "vt", + "definition": "doubler, séparer/couper/diviser en deux" + } + ] + }, + { + "word": "unpa", + "definitions": [ + { + "pos": "n", + "definition": "sexe, sexualité" + }, + { + "pos": "mod", + "definition": "érotique, sexuel" + }, + { + "pos": "vt", + "definition": "avoir des relations sexuelles avec, coucher avec, baiser" + }, + { + "pos": "vt", + "definition": "avoir des relations sexuelles" + } + ] + }, + { + "word": "uta", + "definitions": [ + { + "pos": "n", + "definition": "bouche, lèvres, cavité buccales, mâchoire" + }, + { + "pos": "mod", + "definition": "oral" + } + ] + }, + { + "word": "utala", + "definitions": [ + { + "pos": "n", + "definition": "conflit, compétition, bagarre, guerre, attaque, coup, dispute, violence physique ou verbale" + }, + { + "pos": "vt", + "definition": "frapper, attaquer, concurrencer, se battre contre, lutter contre" + } + ] + }, + { + "word": "walo", + "definitions": [ + { + "pos": "mod", + "definition": "blanc, pâle, clair (couleur)" + }, + { + "pos": "n", + "definition": "chose blanche, blancheur, légèreté" + } + ] + }, + { + "word": "wan", + "definitions": [ + { + "pos": "mod", + "definition": "un, unique" + }, + { + "pos": "n", + "definition": "unité, élément, particule, partie, morceau" + }, + { + "pos": "vt", + "definition": "unir, faire un" + } + ] + }, + { + "word": "waso", + "definitions": [ + { + "pos": "n", + "definition": "oiseau, créatue volante, animal ailé" + } + ] + }, + { + "word": "wawa", + "definitions": [ + { + "pos": "n", + "definition": "énergie, force, puissance" + }, + { + "pos": "mod", + "definition": "énergique, fort, féroce, intense, sûr, confiant, puissant" + }, + { + "pos": "vt", + "definition": "renforcer, dynamiser, responsabiliser" + } + ] + }, + { + "word": "weka", + "definitions": [ + { + "pos": "mod", + "definition": "absent, manquant,éloigné" + }, + { + "pos": "n", + "definition": "absence" + }, + { + "pos": "vt", + "definition": "jeter, enlever, se débarrasser de, éloigner" + } + ] + }, + { + "word": "wile", + "definitions": [ + { + "pos": "vt", + "definition": "vouloir, avoir besoin, souhaiter, devoir, vouloir" + }, + { + "pos": "n", + "definition": "désir, besoin, volonté" + }, + { + "pos": "mod", + "definition": "nécessaire" + } + ] + } +] diff --git a/Toki Trainer/JSON Data/fr.lproj/toki-lessons.json b/Toki Trainer/JSON Data/fr.lproj/toki-lessons.json new file mode 100644 index 0000000..edadcc0 --- /dev/null +++ b/Toki Trainer/JSON Data/fr.lproj/toki-lessons.json @@ -0,0 +1,1602 @@ +[ + { + "lesson": "Noms", + "words": [ + { + "word": "ijo", + "definitions": [ + { + "pos": "n", + "definition": "chose, phénomène, objet, matière, quelque chose objet" + } + ] + }, + { + "word": "jan", + "definitions": [ + { + "pos": "n", + "definition": "être humain, personne, quelqu'un" + }, + { + "pos": "vt", + "definition": "personnifier, humaniser, personnaliser" + } + ] + }, + { + "word": "kili", + "definitions": [ + { + "pos": "n", + "definition": "fruit, légume, champigion" + } + ] + }, + { + "word": "lipu", + "definitions": [ + { + "pos": "n", + "definition": "objet plat, livre, document, carte, papier, site web" + } + ] + }, + { + "word": "meli", + "definitions": [ + { + "pos": "n", + "definition": "femme, femelle, épouse," + }, + { + "pos": "mod", + "definition": "féminin" + } + ] + }, + { + "word": "ni", + "definitions": [ + { + "pos": "mod", + "definition": "ce, cette" + } + ] + }, + { + "word": "soweli", + "definitions": [ + { + "pos": "n", + "definition": "animal, mammifère terrestre, animal aimable" + } + ] + }, + { + "word": "li", + "definitions": [ + { + "pos": "sep", + "definition": "\\\"(entre le sujet et son verbe, à l'exception de mi ou sina tout seul ; sert aussi à introduire un nouveau verbe pour le même sujet)\\\"" + } + ] + } + ] + }, + { + "lesson": "Noms et Adjectifs", + "words": [ + { + "word": "telo", + "definitions": [ + { + "pos": "n", + "definition": "eau, liquide, fluide, substance mouillé, boission" + }, + { + "pos": "vt", + "definition": "laver avec de l'eau" + } + ] + }, + { + "word": "tomo", + "definitions": [ + { + "pos": "n", + "definition": "espace intérieur construit, lieucouvert : maison, édifice, chambre, pièce, bâtiment, chez soi" + }, + { + "pos": "mod", + "definition": "urbain, domestique" + } + ] + }, + { + "word": "lili", + "definitions": [ + { + "pos": "mod", + "definition": "petit, (un) peu, jeune, moins" + }, + { + "pos": "vt", + "definition": "réduire, raccourcir, rétrécir, amoindrir" + } + ] + }, + { + "word": "pona", + "definitions": [ + { + "pos": "n", + "definition": "bonheur, simplicité, positivité" + }, + { + "pos": "mod", + "definition": "bon, positif, utile, sympa, paisible, simple" + }, + { + "pos": "interj", + "definition": "super! bien! merci! OK! cool! Waa!" + }, + { + "pos": "vt", + "definition": "améliorer, fixer, rendre bien, rendre mieux" + } + ] + }, + { + "word": "suli", + "definitions": [ + { + "pos": "mod", + "definition": "grand, lourd, long, adulte, important, large" + }, + { + "pos": "vt", + "definition": "agrandir, allonger" + } + ] + } + ] + }, + { + "lesson": "Toi et Moi", + "words": [ + { + "word": "mi", + "definitions": [ + { + "pos": "n", + "definition": "je, moi, nous" + }, + { + "pos": "mod", + "definition": "mon, ma, mes, notre, nos" + } + ] + }, + { + "word": "mije", + "definitions": [ + { + "pos": "n", + "definition": "homme, mâle, mari, garçon" + }, + { + "pos": "mod", + "definition": "masculin" + } + ] + }, + { + "word": "sina", + "definitions": [ + { + "pos": "n", + "definition": "tu, toi, vous" + }, + { + "pos": "mod", + "definition": "ton, ta, tes, votre, vos" + } + ] + }, + { + "word": "kulupu", + "definitions": [ + { + "pos": "n", + "definition": "communauté, groupe, nation, société, tribu" + }, + { + "pos": "mod", + "definition": "partagé, de la société" + } + ] + }, + { + "word": "sin", + "definitions": [ + { + "pos": "mod", + "definition": "nouveau, frais, autre, plus" + }, + { + "pos": "vt", + "definition": "renouveler, rénover, rafraîchir" + } + ] + }, + { + "word": "wawa", + "definitions": [ + { + "pos": "n", + "definition": "énergie, force, puissance" + }, + { + "pos": "mod", + "definition": "énergique, fort, féroce, intense, sûr, confiant, puissant" + }, + { + "pos": "vt", + "definition": "renforcer, dynamiser, responsabiliser" + } + ] + } + ] + }, + { + "lesson": "Verbes", + "words": [ + { + "word": "jo", + "definitions": [ + { + "pos": "vt", + "definition": "avoir, porter, contenir, tenir, posséder" + }, + { + "pos": "n", + "definition": "possession" + }, + { + "pos": "kama", + "definition": "recevoir" + } + ] + }, + { + "word": "kute", + "definitions": [ + { + "pos": "vt", + "definition": "écouter, entendre, faire attention à, obéir" + }, + { + "pos": "n", + "definition": "oreille" + }, + { + "pos": "mod", + "definition": "auditif, audience" + } + ] + }, + { + "word": "moku", + "definitions": [ + { + "pos": "n", + "definition": "nourriture, repas" + }, + { + "pos": "vt", + "definition": "manger, boire, avaler, ingérer, consommer" + } + ] + }, + { + "word": "pali", + "definitions": [ + { + "pos": "n", + "definition": "activité, travail, acte, projet" + }, + { + "pos": "mod", + "definition": "actif, lié au travail, opérationnel, travaillant" + }, + { + "pos": "vt", + "definition": "faire, construire, créer, fournir, préparer" + }, + { + "pos": "vi", + "definition": "agir, travailler, fonctionner" + } + ] + }, + { + "word": "sona", + "definitions": [ + { + "pos": "n", + "definition": "connaissance, sagesse, intelligence, compréhension, savoir" + }, + { + "pos": "vt", + "definition": "savoir, comprendre, savoir comment" + }, + { + "pos": "vi", + "definition": "savoir, comprendre" + }, + { + "pos": "kama", + "definition": "apprendre, étudier" + } + ] + }, + { + "word": "toki", + "definitions": [ + { + "pos": "n", + "definition": "langue, parler, parole, communication" + }, + { + "pos": "mod", + "definition": "parlant, verbal" + }, + { + "pos": "vt", + "definition": "dire" + }, + { + "pos": "vi", + "definition": "parler, communiquer, parler, penser" + }, + { + "pos": "interj", + "definition": "bonjour! hey!" + } + ] + }, + { + "word": "e", + "definitions": [ + { + "pos": "sep", + "definition": "(introduit l'objet direct)" + } + ] + } + ] + }, + { + "lesson": "Encore plus d'Adjectifs", + "words": [ + { + "word": "ala", + "definitions": [ + { + "pos": "mod", + "definition": "non, ne...pas, aucun, in-/dé-" + }, + { + "pos": "n", + "definition": "rien, négation, zéro" + }, + { + "pos": "interj", + "definition": "non!" + } + ] + }, + { + "word": "ike", + "definitions": [ + { + "pos": "mod", + "definition": "mauvais, négatif, faux, mal, malsain" + }, + { + "pos": "interj", + "definition": "oh cher !, malheur !, hélas !" + }, + { + "pos": "n", + "definition": "négativité, méchanceté, mal" + }, + { + "pos": "vt", + "definition": "rendre mauvais, aggraver, avoir un effet négatif sur..." + }, + { + "pos": "vi", + "definition": "être mauvais" + } + ] + }, + { + "word": "mute", + "definitions": [ + { + "pos": "mod", + "definition": "beaucoup, plusieurs, nombreux, plus" + }, + { + "pos": "n", + "definition": "quantité" + } + ] + }, + { + "word": "pu", + "definitions": [ + { + "pos": "mod", + "definition": "interagissant avec le livre officiel du Toki Pona" + } + ] + }, + { + "word": "sewi", + "definitions": [ + { + "pos": "n", + "definition": "haut, au-dessus, sur, chose élevée" + }, + { + "pos": "mod", + "definition": "divin, sacré, surnaturel, qui inspire le respect et la crainte, supérieur, élevé, religieux, formel" + } + ] + }, + { + "word": "wan", + "definitions": [ + { + "pos": "mod", + "definition": "un, unique" + }, + { + "pos": "n", + "definition": "unité, élément, particule, partie, morceau" + }, + { + "pos": "vt", + "definition": "unir, faire un" + } + ] + }, + { + "word": "mama", + "definitions": [ + { + "pos": "n", + "definition": "parent, ancêtre, créateur, mother, father, celuiou celle qui prend soin" + }, + { + "pos": "mod", + "definition": "parental, maternel, paternel" + } + ] + } + ] + }, + { + "lesson": "Questions et Réponses", + "words": [ + { + "word": "ilo", + "definitions": [ + { + "pos": "n", + "definition": "outil, instrument, équipement, machine, appareil" + } + ] + }, + { + "word": "kala", + "definitions": [ + { + "pos": "n", + "definition": "poisson, animal sous-marin" + } + ] + }, + { + "word": "ona", + "definitions": [ + { + "pos": "n", + "definition": "il, elle, ils, elles" + }, + { + "pos": "mod", + "definition": "son, sa, ses, leur, leurs" + } + ] + }, + { + "word": "anu", + "definitions": [ + { + "pos": "conj", + "definition": "ou" + } + ] + }, + { + "word": "seme", + "definitions": [ + { + "pos": "oth", + "definition": "quoi?, quel?, lequel?, q- (mot interrogatif)" + } + ] + } + ] + }, + { + "lesson": "Prépositions", + "words": [ + { + "word": "pana", + "definitions": [ + { + "pos": "vt", + "definition": "give, put, send, place, release, emit, cause" + }, + { + "pos": "n", + "definition": "giving, transfer, exchange" + } + ] + }, + { + "word": "tawa", + "definitions": [ + { + "pos": "extra", + "definition": "pre à, allant à afin de, vers, pour, jusqu'à, du point de vue de" + }, + { + "pos": "vi", + "definition": "aller à, marcher, voyager, bouger, partir" + }, + { + "pos": "n", + "definition": "déplacement, transport" + }, + { + "pos": "mod", + "definition": "en mouvement, animé" + }, + { + "pos": "vt", + "definition": "déplacer" + } + ] + }, + { + "word": "lon", + "definitions": [ + { + "pos": "prep", + "definition": "à situé à, present à, dans, sur, réel, vrai, actuel" + }, + { + "pos": "vi", + "definition": "être là, être present, être vrai, exister,être éveillé" + } + ] + }, + { + "word": "kepeken", + "definitions": [ + { + "pos": "prep", + "definition": "avec, en utilisant, au moyen de" + } + ] + }, + { + "word": "tan", + "definitions": [ + { + "pos": "prep", + "definition": "de, provenant de, à cause de" + }, + { + "pos": "n", + "definition": "origine, cause" + } + ] + } + ] + }, + { + "lesson": "Noms Propres", + "words": [ + { + "word": "ma", + "definitions": [ + { + "pos": "n", + "definition": "terre, sol, monde, lieu en pleine air, pays, territoire" + } + ] + }, + { + "word": "nasin", + "definitions": [ + { + "pos": "n", + "definition": "chemin, voie, manière, façon, coutume, méthode, route, doctrine, système" + } + ] + }, + { + "word": "nena", + "definitions": [ + { + "pos": "n", + "definition": "nez, bosse, colline, montagne, bouton" + } + ] + }, + { + "word": "nimi", + "definitions": [ + { + "pos": "n", + "definition": "word, name" + } + ] + }, + { + "word": "utala", + "definitions": [ + { + "pos": "n", + "definition": "conflit, compétition, bagarre, guerre, attaque, coup, dispute, violence physique ou verbale" + }, + { + "pos": "vt", + "definition": "frapper, attaquer, concurrencer, se battre contre, lutter contre" + } + ] + } + ] + }, + { + "lesson": "Salutations et Sentiments", + "words": [ + { + "word": "a", + "definitions": [ + { + "pos": "interj", + "definition": "ah, ha, ouh, oh, aw (accent, émotion ou confirmation)" + } + ] + }, + { + "word": "mu", + "definitions": [ + { + "pos": "interj", + "definition": "ouaf! miaou! meuglement etc (cri ou communication d'animal mignon)" + } + ] + }, + { + "word": "o", + "definitions": [ + { + "pos": "sep", + "definition": "ô ! (vocatif or imperatif)" + }, + { + "pos": "interj", + "definition": "hé! (voulant l'attention de quelqu'un)" + } + ] + }, + { + "word": "pilin", + "definitions": [ + { + "pos": "n", + "definition": "sentiment, émotion, cœur (physique ou psychologique)" + }, + { + "pos": "mod", + "definition": "qui ressent (une émotion, une expérience directe)" + }, + { + "pos": "vi", + "definition": "sentir" + }, + { + "pos": "vt", + "definition": "se sentir, penser, sentir" + } + ] + } + ] + }, + { + "lesson": "pi", + "words": [ + { + "word": "kasi", + "definitions": [ + { + "pos": "n", + "definition": "plante, feuille, herbe, arbre, bois, végétation" + } + ] + }, + { + "word": "sijelo", + "definitions": [ + { + "pos": "n", + "definition": "corps, état physique, torse" + } + ] + }, + { + "word": "suno", + "definitions": [ + { + "pos": "n", + "definition": "soleil, lumière, lueur, brillant" + } + ] + }, + { + "word": "tenpo", + "definitions": [ + { + "pos": "n", + "definition": "temps, durée, moment, occasion, période, situation" + } + ] + }, + { + "word": "awen", + "definitions": [ + { + "pos": "vi", + "definition": "rester, attendre" + }, + { + "pos": "vt", + "definition": "garder" + }, + { + "pos": "mod", + "definition": "resté, protégé, gardé, qui attend, qui persiste,conservé" + } + ] + }, + { + "word": "tawa", + "definitions": [ + { + "pos": "extra", + "definition": "pre à, allant à afin de, vers, pour, jusqu'à, du point de vue de" + }, + { + "pos": "vi", + "definition": "aller à, marcher, voyager, bouger, partir" + }, + { + "pos": "n", + "definition": "déplacement, transport" + }, + { + "pos": "mod", + "definition": "en mouvement, animé" + }, + { + "pos": "vt", + "definition": "déplacer" + } + ] + }, + { + "word": "pi", + "definitions": [ + { + "pos": "sep", + "definition": "de" + } + ] + } + ] + }, + { + "lesson": "Nombres", + "words": [ + { + "word": "ala", + "definitions": [ + { + "pos": "mod", + "definition": "non, ne...pas, aucun, in-/dé-" + }, + { + "pos": "n", + "definition": "rien, négation, zéro" + }, + { + "pos": "interj", + "definition": "non!" + } + ] + }, + { + "word": "wan", + "definitions": [ + { + "pos": "mod", + "definition": "un, unique" + }, + { + "pos": "n", + "definition": "unité, élément, particule, partie, morceau" + }, + { + "pos": "vt", + "definition": "unir, faire un" + } + ] + }, + { + "word": "tu", + "definitions": [ + { + "pos": "mod", + "definition": "deux" + }, + { + "pos": "n", + "definition": "duo, paire" + }, + { + "pos": "vt", + "definition": "doubler, séparer/couper/diviser en deux" + } + ] + }, + { + "word": "mute", + "definitions": [ + { + "pos": "mod", + "definition": "beaucoup, plusieurs, nombreux, plus" + }, + { + "pos": "n", + "definition": "quantité" + } + ] + }, + { + "word": "ale", + "definitions": [ + { + "pos": "n", + "definition": "tout, abondance, la vie, l'univers, l'infini" + }, + { + "pos": "mod", + "definition": "tous, tout, abondants, innombrables" + } + ] + } + ] + }, + { + "lesson": "Pré-Verbes", + "words": [ + { + "word": "kama", + "definitions": [ + { + "pos": "vi", + "definition": "venir, devenir, succéder arriver, se passer, poursuivre des actions pour arrivé à (un certain état), réussir à, commencer à" + }, + { + "pos": "n", + "definition": "arrivée, début, futur" + }, + { + "pos": "mod", + "definition": "qui arrive, qui vient, futur, venu" + }, + { + "pos": "vt", + "definition": "provoquer, convoquer" + } + ] + }, + { + "word": "ken", + "definitions": [ + { + "pos": "vi", + "definition": "pouvoir" + }, + { + "pos": "n", + "definition": "possibilité, capacité, permission" + }, + { + "pos": "vt", + "definition": "permettre, être capable de, être autorisé à" + }, + { + "pos": "cont", + "definition": "il est possible que" + } + ] + }, + { + "word": "wile", + "definitions": [ + { + "pos": "vt", + "definition": "vouloir, avoir besoin, souhaiter, devoir, vouloir" + }, + { + "pos": "n", + "definition": "désir, besoin, volonté" + }, + { + "pos": "mod", + "definition": "nécessaire" + } + ] + }, + { + "word": "lukin", + "definitions": [ + { + "pos": "vt", + "definition": "voir, regarder, lire" + }, + { + "pos": "vi", + "definition": "regarder, faire attention, surveiller, observer, examiner" + }, + { + "pos": "mod", + "definition": "visuellement" + } + ] + }, + { + "word": "sona", + "definitions": [ + { + "pos": "n", + "definition": "connaissance, sagesse, intelligence, compréhension, savoir" + }, + { + "pos": "vt", + "definition": "savoir, comprendre, savoir comment" + }, + { + "pos": "vi", + "definition": "savoir, comprendre" + }, + { + "pos": "kama", + "definition": "apprendre, étudier" + } + ] + }, + { + "word": "kama", + "definitions": [ + { + "pos": "vi", + "definition": "venir, devenir, succéder arriver, se passer, poursuivre des actions pour arrivé à (un certain état), réussir à, commencer à" + }, + { + "pos": "n", + "definition": "arrivée, début, futur" + }, + { + "pos": "mod", + "definition": "qui arrive, qui vient, futur, venu" + }, + { + "pos": "vt", + "definition": "provoquer, convoquer" + } + ] + }, + { + "word": "lukin", + "definitions": [ + { + "pos": "vt", + "definition": "voir, regarder, lire" + }, + { + "pos": "vi", + "definition": "regarder, faire attention, surveiller, observer, examiner" + }, + { + "pos": "mod", + "definition": "visuellement" + } + ] + } + ] + }, + { + "lesson": "Couleurs et la", + "words": [ + { + "word": "jelo", + "definitions": [ + { + "pos": "mod", + "definition": "jaune, vert clair" + } + ] + }, + { + "word": "laso", + "definitions": [ + { + "pos": "mod", + "definition": "bleu, vert" + } + ] + }, + { + "word": "loje", + "definitions": [ + { + "pos": "mod", + "definition": "rouge" + } + ] + }, + { + "word": "pimeja", + "definitions": [ + { + "pos": "mod", + "definition": "noir, foncé, sombre" + }, + { + "pos": "n", + "definition": "noir, ombre" + }, + { + "pos": "vt", + "definition": "assombrir" + } + ] + }, + { + "word": "walo", + "definitions": [ + { + "pos": "mod", + "definition": "blanc, pâle, clair (couleur)" + }, + { + "pos": "n", + "definition": "chose blanche, blancheur, légèreté" + } + ] + }, + { + "word": "la", + "definitions": [ + { + "pos": "sep", + "definition": "(entre le contexte et la phrase principale)" + } + ] + } + ] + }, + { + "lesson": "Noms Spéciaux", + "words": [ + { + "word": "insa", + "definitions": [ + { + "pos": "n", + "definition": "centre, contenu, intérieur, entre, estomac" + }, + { + "pos": "mod", + "definition": "intérieur, central" + } + ] + }, + { + "word": "monsi", + "definitions": [ + { + "pos": "n", + "definition": "dos, derrière, arrière" + }, + { + "pos": "mod", + "definition": "arrière" + } + ] + }, + { + "word": "noka", + "definitions": [ + { + "pos": "n", + "definition": "pied, jambe, organe de locomotion, bas, dessous" + } + ] + }, + { + "word": "poka", + "definitions": [ + { + "pos": "n", + "definition": "hanche, coté, proximité" + }, + { + "pos": "prep", + "definition": "accompagner de" + }, + { + "pos": "mod", + "definition": "voisin" + } + ] + }, + { + "word": "sewi", + "definitions": [ + { + "pos": "n", + "definition": "haut, au-dessus, sur, chose élevée" + }, + { + "pos": "mod", + "definition": "divin, sacré, surnaturel, qui inspire le respect et la crainte, supérieur, élevé, religieux, formel" + } + ] + }, + { + "word": "sinpin", + "definitions": [ + { + "pos": "n", + "definition": "devant, poitrine, torse, visage, mur, avant" + } + ] + } + ] + }, + { + "lesson": "Particles and Perspective", + "words": [ + { + "word": "anpa", + "definitions": [ + { + "pos": "n", + "definition": "le fond, le sol, le bas" + }, + { + "pos": "mod", + "definition": "bas, humble, incliné vers le bas, qui dépend" + }, + { + "pos": "vt", + "definition": "vaincre, abaisser" + }, + { + "pos": "vi", + "definition": "se prosterner, abaisser" + } + ] + }, + { + "word": "ante", + "definitions": [ + { + "pos": "n", + "definition": "différence" + }, + { + "pos": "mod", + "definition": "différent, changé, autre" + }, + { + "pos": "conj", + "definition": "sinon" + }, + { + "pos": "vt", + "definition": "changer, modifier" + } + ] + }, + { + "word": "en", + "definitions": [ + { + "pos": "conj", + "definition": "et (utilisé entre plusieurs sujets)" + } + ] + }, + { + "word": "lete", + "definitions": [ + { + "pos": "n", + "definition": "froid" + }, + { + "pos": "mod", + "definition": "froid, frais, cru" + }, + { + "pos": "vt", + "definition": "refroidir" + } + ] + }, + { + "word": "lupa", + "definitions": [ + { + "pos": "n", + "definition": "trou, orifice, fenêtre, porte" + } + ] + }, + { + "word": "open", + "definitions": [ + { + "pos": "vt", + "definition": "commencer, ouvrir, allumer" + } + ] + }, + { + "word": "sama", + "definitions": [ + { + "pos": "mod", + "definition": "même, semblable, l'un l'autre, fraternel, homologue" + }, + { + "pos": "prep", + "definition": "comme" + } + ] + }, + { + "word": "suwi", + "definitions": [ + { + "pos": "n", + "definition": "bonbons, aliments sucrés" + }, + { + "pos": "mod", + "definition": "doux, mignon, parfumé, innocent, adorable" + }, + { + "pos": "vt", + "definition": "adoucir" + } + ] + }, + { + "word": "taso", + "definitions": [ + { + "pos": "mod", + "definition": "seulement, uniquement" + }, + { + "pos": "conj", + "definition": "mais, cependant" + } + ] + }, + { + "word": "tawa", + "definitions": [ + { + "pos": "extra", + "definition": "pre à, allant à afin de, vers, pour, jusqu'à, du point de vue de" + }, + { + "pos": "vi", + "definition": "aller à, marcher, voyager, bouger, partir" + }, + { + "pos": "n", + "definition": "déplacement, transport" + }, + { + "pos": "mod", + "definition": "en mouvement, animé" + }, + { + "pos": "vt", + "definition": "déplacer" + } + ] + } + ] + }, + { + "lesson": "Aventure de Chasse", + "words": [ + { + "word": "alasa", + "definitions": [ + { + "pos": "vt", + "definition": "chasser, cueillir" + } + ] + }, + { + "word": "lawa", + "definitions": [ + { + "pos": "n", + "definition": "tête, mental" + }, + { + "pos": "mod", + "definition": "principal, dirigeant" + }, + { + "pos": "vt", + "definition": "dominer, diriger, guider, mener, posséder, contrôler" + } + ] + }, + { + "word": "len", + "definitions": [ + { + "pos": "n", + "definition": "tissu, vêtement, textile, couverture" + } + ] + }, + { + "word": "linja", + "definitions": [ + { + "pos": "n", + "definition": "objet long et flexible, corde, cheveu, fil, ligne" + } + ] + }, + { + "word": "pakala", + "definitions": [ + { + "pos": "n", + "definition": "accident, erreur, destruction, dommage, rupture" + }, + { + "pos": "vt", + "definition": "bousiller, foutre en l'air, bâcler, se ruiner, casser, blesser, ruiner" + }, + { + "pos": "vi", + "definition": "bousiller, s'effondrer, casser, briser" + }, + { + "pos": "interj", + "definition": "putain!, merde!" + } + ] + }, + { + "word": "palisa", + "definitions": [ + { + "pos": "n", + "definition": "objet long, objet dur, tige, bâton, branche" + } + ] + }, + { + "word": "pipi", + "definitions": [ + { + "pos": "n", + "definition": "insecte, araignée, fourmi" + } + ] + }, + { + "word": "waso", + "definitions": [ + { + "pos": "n", + "definition": "oiseau, créatue volante, animal ailé" + } + ] + }, + { + "word": "weka", + "definitions": [ + { + "pos": "mod", + "definition": "absent, manquant,éloigné" + }, + { + "pos": "n", + "definition": "absence" + }, + { + "pos": "vt", + "definition": "jeter, enlever, se débarrasser de, éloigner" + } + ] + } + ] + }, + { + "lesson": "Aventure de cuisine", + "words": [ + { + "word": "lape", + "definitions": [ + { + "pos": "n", + "definition": "dormir, repos" + }, + { + "pos": "mod", + "definition": "dormant" + } + ] + }, + { + "word": "olin", + "definitions": [ + { + "pos": "n", + "definition": "amour" + }, + { + "pos": "mod", + "definition": "aimé" + }, + { + "pos": "vt", + "definition": "aimer, respecter, compatir montrer de l'affection" + } + ] + }, + { + "word": "pan", + "definitions": [ + { + "pos": "n", + "definition": "céréale, riz, blé, orge, maïs, avoine, pain, pâtes" + } + ] + }, + { + "word": "pini", + "definitions": [ + { + "pos": "n", + "definition": "fin" + }, + { + "pos": "mod", + "definition": "fin, passé, completé" + }, + { + "pos": "vt", + "definition": "finir, fermer, éteindre" + } + ] + }, + { + "word": "seli", + "definitions": [ + { + "pos": "n", + "definition": "feu, élément, de cuisson, réaction chimique, chaleur" + }, + { + "pos": "mod", + "definition": "chaud, cuit" + }, + { + "pos": "vt", + "definition": "chauffer, réchauffer, cuire" + } + ] + }, + { + "word": "supa", + "definitions": [ + { + "pos": "n", + "definition": "surface horizontale sur laquelle on peut posé qqch, meuble, table, chaise, oreiller, sol" + } + ] + }, + { + "word": "uta", + "definitions": [ + { + "pos": "n", + "definition": "bouche, lèvres, cavité buccales, mâchoire" + }, + { + "pos": "mod", + "definition": "oral" + } + ] + }, + { + "word": "telo", + "definitions": [ + { + "pos": "n", + "definition": "eau, liquide, fluide, substance mouillé, boission" + }, + { + "pos": "vt", + "definition": "laver avec de l'eau" + } + ] + }, + { + "word": "seli", + "definitions": [ + { + "pos": "n", + "definition": "feu, élément, de cuisson, réaction chimique, chaleur" + }, + { + "pos": "mod", + "definition": "chaud, cuit" + }, + { + "pos": "vt", + "definition": "chauffer, réchauffer, cuire" + } + ] + } + ] + } +] diff --git a/Toki Trainer/JSON Data/fr.lproj/toki-partsofspeech.json b/Toki Trainer/JSON Data/fr.lproj/toki-partsofspeech.json new file mode 100644 index 0000000..7c58abc --- /dev/null +++ b/Toki Trainer/JSON Data/fr.lproj/toki-partsofspeech.json @@ -0,0 +1,46 @@ +[ + { + "pos": "n", + "definition": "nom principal" + }, + { + "pos": "mod", + "definition": "modificateur (adjectif ou adverbe)" + }, + { + "pos": "sep", + "definition": "séparateur" + }, + { + "pos": "vt", + "definition": "verbe transitif (généralement utilisé avec \"e\")" + }, + { + "pos": "vi", + "definition": "verbe intransitif" + }, + { + "pos": "interj", + "definition": "interjection" + }, + { + "pos": "prep", + "definition": "quasi-préposition" + }, + { + "pos": "conj", + "definition": "conjonction" + }, + { + "pos": "kama", + "definition": "verbe composé précédé de \"kama\"" + }, + { + "pos": "cont", + "definition": "mot de contexte utilisé avant \"la\"" + }, + { + "pos": "oth", + "definition": "mot spécial, autre" + } +]