/* * en.ts * Copyright (C) 2024 veypi * 2024-10-30 23:57 * Distributed under terms of the GPL license. */ export default { c: { 'app': 'App', 'myapps': 'MyApps', 'appname': 'App Name', 'app store': 'App Store', 'ok': 'OK', 'cancel': 'Cancel', }, atyp: { 'public': 'Public', 'apply': 'Apply', 'private': 'Private', }, menu: { 'app': 'Apps', 'user': 'User', 'doc': 'Doc', 'appstat': 'AppStat', 'setting': 'Setting', 'auth': 'Auth', }, p: { index: { 'create': 'Create App', } } }