2020-11-30 16:16:03 +05:00
|
|
|
export const notesnook = {
|
|
|
|
|
ids: {
|
|
|
|
|
default: {
|
2020-11-30 21:49:59 +05:00
|
|
|
root: 'root_1',
|
|
|
|
|
menu: 'menu_2',
|
2020-11-30 16:16:03 +05:00
|
|
|
dialog: {
|
2020-11-30 21:49:59 +05:00
|
|
|
yes: 'yes_3',
|
|
|
|
|
no: 'no_4',
|
2020-11-30 16:16:03 +05:00
|
|
|
},
|
2020-11-30 21:49:59 +05:00
|
|
|
editor: 'editor_5',
|
2020-11-30 16:16:03 +05:00
|
|
|
header: {
|
|
|
|
|
buttons: {
|
2020-11-30 21:49:59 +05:00
|
|
|
left: 'left_6',
|
|
|
|
|
right: 'right_7',
|
|
|
|
|
back:'back_13'
|
2020-11-30 16:16:03 +05:00
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
dialogs: {
|
|
|
|
|
notebook: {
|
|
|
|
|
inputs: {
|
2020-11-30 21:49:59 +05:00
|
|
|
title: 'title_8',
|
|
|
|
|
description: 'description_9',
|
|
|
|
|
topic: 'topic_10',
|
2020-11-30 16:16:03 +05:00
|
|
|
},
|
|
|
|
|
buttons: {
|
2020-11-30 21:49:59 +05:00
|
|
|
add: 'add_11',
|
2020-11-30 16:16:03 +05:00
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
menu: {
|
2020-11-30 21:49:59 +05:00
|
|
|
nightmode:"night_12"
|
2020-11-30 16:16:03 +05:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
};
|