mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
36 lines
612 B
JavaScript
36 lines
612 B
JavaScript
export const notesnook = {
|
|
ids: {
|
|
default: {
|
|
root: 'root_1',
|
|
menu: 'menu_2',
|
|
dialog: {
|
|
yes: 'yes_3',
|
|
no: 'no_4',
|
|
},
|
|
editor: 'editor_5',
|
|
header: {
|
|
buttons: {
|
|
left: 'left_6',
|
|
right: 'right_7',
|
|
back:'back_13'
|
|
},
|
|
},
|
|
},
|
|
dialogs: {
|
|
notebook: {
|
|
inputs: {
|
|
title: 'title_8',
|
|
description: 'description_9',
|
|
topic: 'topic_10',
|
|
},
|
|
buttons: {
|
|
add: 'add_11',
|
|
},
|
|
},
|
|
},
|
|
menu: {
|
|
nightmode:"night_12"
|
|
}
|
|
},
|
|
};
|